Home
last modified time | relevance | path

Searched refs:calling_method (Results 1 – 3 of 3) sorted by relevance

/art/runtime/
Dclass_loader_context.h284 void CheckDexFilesOpened(const std::string& calling_method) const;
Dclass_loader_context.cc942 void ClassLoaderContext::CheckDexFilesOpened(const std::string& calling_method) const { in CheckDexFilesOpened()
944 << "Dex files were not successfully opened before the call to " << calling_method in CheckDexFilesOpened()
/art/openjdkjvmti/
Dti_stack.cc1174 art::ArtMethod* calling_method = penultimate_frame.GetMethod(); in NonStandardExitFrames() local
1175 if (!CheckFunctions(env, calling_method, called_method)) { in NonStandardExitFrames()
1186 (calling_method->IsNative() in NonStandardExitFrames()