Home
last modified time | relevance | path

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

/aosp12/packages/services/Telephony/testapps/TelephonyManagerTestApp/src/com/android/phone/testapps/telephonymanagertestapp/
H A DCallingMethodActivity.java49 setContentView(R.layout.calling_method); in onCreate()
/aosp12/art/runtime/
H A Dclass_loader_context.h291 void CheckDexFilesOpened(const std::string& calling_method) const;
H A Dclass_loader_context.cc918 void ClassLoaderContext::CheckDexFilesOpened(const std::string& calling_method) const { in CheckDexFilesOpened()
920 << "Dex files were not successfully opened before the call to " << calling_method in CheckDexFilesOpened()
/aosp12/art/openjdkjvmti/
H A 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()