Home
last modified time | relevance | path

Searched refs:GetMethodDeclaringClass (Results 1 – 25 of 29) sorted by relevance

12

/aosp_15_r20/art/test/1939-proxy-frames/
H A Dlocal_instance.cc46 if (JvmtiErrorToException(env, jvmti_env, jvmti_env->GetMethodDeclaringClass(m, &klass))) { in Java_art_Test1939_GetFrameMethod()
/aosp_15_r20/art/tools/jvmti-agents/simple-profile/
H A Dsimple_profile.cc122 CHECK_JVMTI(jvmti->GetMethodDeclaringClass(meth, &tmp)); in Enter()
271 if (jvmti_env_->GetMethodDeclaringClass(method_, &declaring_class_) != JVMTI_ERROR_NONE) { in Init()
/aosp_15_r20/art/test/2243-single-step-default/
H A Dsingle_step_helper.cc62 if (JvmtiErrorToException(env, jvmti_env, jvmti_env->GetMethodDeclaringClass(m, &klass))) { in singleStepCB()
/aosp_15_r20/art/test/ti-agent/
H A Dcommon_helper.cc49 if (JvmtiErrorToException(env, jvmti, jvmti->GetMethodDeclaringClass(m, &method_klass))) { in GetJavaMethod()
/aosp_15_r20/art/openjdkjvmti/
H A Dti_method.h63 static jvmtiError GetMethodDeclaringClass(jvmtiEnv* env,
H A DOpenjdkJvmTi.cc850 static jvmtiError GetMethodDeclaringClass(jvmtiEnv* env, in GetMethodDeclaringClass() function in openjdkjvmti::JvmtiFunctions
854 return MethodUtil::GetMethodDeclaringClass(env, method, declaring_class_ptr); in GetMethodDeclaringClass()
1571 JvmtiFunctions::GetMethodDeclaringClass,
/aosp_15_r20/art/test/910-methods/
H A Dmethods.cc81 jvmtiError result = jvmti_env->GetMethodDeclaringClass(id, &declaring_class); in Java_art_Test910_getMethodDeclaringClass()
/aosp_15_r20/art/test/911-get-stack-trace/
H A Dstack_trace.cc232 jvmtiError class_result = jvmti_env->GetMethodDeclaringClass(method, &decl_class); in Java_art_Frames_getFrameLocation()
/aosp_15_r20/art/tools/jvmti-agents/ti-alloc-sample/
H A Dti_alloc_sample.cc169 if (jvmtienv_->GetMethodDeclaringClass(method_, &declaring_class_) != JVMTI_ERROR_NONE) { in Init()
/aosp_15_r20/art/tools/jvmti-agents/breakpoint-logger/
H A Dbreakpoint_logger.cc194 if (jvmti_env_->GetMethodDeclaringClass(method_, &declaring_class_) != JVMTI_ERROR_NONE) { in Init()
/aosp_15_r20/prebuilts/module_sdk/art/current/sdk/common_os/include/art/openjdkjvmti/include/
Djvmti.h1351 jvmtiError (JNICALL *GetMethodDeclaringClass) (jvmtiEnv* env,
2286 jvmtiError GetMethodDeclaringClass(jmethodID method, in GetMethodDeclaringClass() function
2288 return functions->GetMethodDeclaringClass(this, method, declaring_class_ptr); in GetMethodDeclaringClass()
/aosp_15_r20/prebuilts/module_sdk/art/1/common_os/include/art/openjdkjvmti/include/
Djvmti.h1351 jvmtiError (JNICALL *GetMethodDeclaringClass) (jvmtiEnv* env,
2286 jvmtiError GetMethodDeclaringClass(jmethodID method, in GetMethodDeclaringClass() function
2288 return functions->GetMethodDeclaringClass(this, method, declaring_class_ptr); in GetMethodDeclaringClass()
/aosp_15_r20/art/openjdkjvmti/include/
H A Djvmti.h1351 jvmtiError (JNICALL *GetMethodDeclaringClass) (jvmtiEnv* env,
2286 jvmtiError GetMethodDeclaringClass(jmethodID method, in GetMethodDeclaringClass() function
2288 return functions->GetMethodDeclaringClass(this, method, declaring_class_ptr); in GetMethodDeclaringClass()
/aosp_15_r20/prebuilts/jdk/jdk8/darwin-x86/include/
Djvmti.h1351 jvmtiError (JNICALL *GetMethodDeclaringClass) (jvmtiEnv* env,
2286 jvmtiError GetMethodDeclaringClass(jmethodID method, in GetMethodDeclaringClass() function
2288 return functions->GetMethodDeclaringClass(this, method, declaring_class_ptr); in GetMethodDeclaringClass()
/aosp_15_r20/prebuilts/jdk/jdk8/linux-x86/include/
Djvmti.h1351 jvmtiError (JNICALL *GetMethodDeclaringClass) (jvmtiEnv* env,
2286 jvmtiError GetMethodDeclaringClass(jmethodID method, in GetMethodDeclaringClass() function
2288 return functions->GetMethodDeclaringClass(this, method, declaring_class_ptr); in GetMethodDeclaringClass()
/aosp_15_r20/external/oj-libjdwp/src/share/javavm/export/
H A Djvmti.h1351 jvmtiError (JNICALL *GetMethodDeclaringClass) (jvmtiEnv* env,
2286 jvmtiError GetMethodDeclaringClass(jmethodID method, in GetMethodDeclaringClass() function
2288 return functions->GetMethodDeclaringClass(this, method, declaring_class_ptr); in GetMethodDeclaringClass()
/aosp_15_r20/prebuilts/module_sdk/art/7/common_os/include/art/openjdkjvmti/include/
Djvmti.h1351 jvmtiError (JNICALL *GetMethodDeclaringClass) (jvmtiEnv* env,
2286 jvmtiError GetMethodDeclaringClass(jmethodID method, in GetMethodDeclaringClass() function
2288 return functions->GetMethodDeclaringClass(this, method, declaring_class_ptr); in GetMethodDeclaringClass()
/aosp_15_r20/prebuilts/module_sdk/art/3/common_os/include/art/openjdkjvmti/include/
Djvmti.h1351 jvmtiError (JNICALL *GetMethodDeclaringClass) (jvmtiEnv* env,
2286 jvmtiError GetMethodDeclaringClass(jmethodID method, in GetMethodDeclaringClass() function
2288 return functions->GetMethodDeclaringClass(this, method, declaring_class_ptr); in GetMethodDeclaringClass()
/aosp_15_r20/prebuilts/module_sdk/art/13/common_os/include/art/openjdkjvmti/include/
Djvmti.h1351 jvmtiError (JNICALL *GetMethodDeclaringClass) (jvmtiEnv* env,
2286 jvmtiError GetMethodDeclaringClass(jmethodID method, in GetMethodDeclaringClass() function
2288 return functions->GetMethodDeclaringClass(this, method, declaring_class_ptr); in GetMethodDeclaringClass()
/aosp_15_r20/prebuilts/jdk/jdk21/darwin-x86/include/
Djvmti.h1396 jvmtiError (JNICALL *GetMethodDeclaringClass) (jvmtiEnv* env,
2408 jvmtiError GetMethodDeclaringClass(jmethodID method, in GetMethodDeclaringClass() function
2410 return functions->GetMethodDeclaringClass(this, method, declaring_class_ptr); in GetMethodDeclaringClass()
/aosp_15_r20/prebuilts/jdk/jdk21/windows-x86/include/
Djvmti.h1396 jvmtiError (JNICALL *GetMethodDeclaringClass) (jvmtiEnv* env,
2408 jvmtiError GetMethodDeclaringClass(jmethodID method, in GetMethodDeclaringClass() function
2410 return functions->GetMethodDeclaringClass(this, method, declaring_class_ptr); in GetMethodDeclaringClass()
/aosp_15_r20/prebuilts/jdk/jdk21/darwin-arm64/include/
Djvmti.h1396 jvmtiError (JNICALL *GetMethodDeclaringClass) (jvmtiEnv* env,
2408 jvmtiError GetMethodDeclaringClass(jmethodID method, in GetMethodDeclaringClass() function
2410 return functions->GetMethodDeclaringClass(this, method, declaring_class_ptr); in GetMethodDeclaringClass()
/aosp_15_r20/prebuilts/jdk/jdk21/linux-x86/include/
Djvmti.h1396 jvmtiError (JNICALL *GetMethodDeclaringClass) (jvmtiEnv* env,
2408 jvmtiError GetMethodDeclaringClass(jmethodID method, in GetMethodDeclaringClass() function
2410 return functions->GetMethodDeclaringClass(this, method, declaring_class_ptr); in GetMethodDeclaringClass()
/aosp_15_r20/external/dexmaker/dexmaker-mockito-inline-extended/src/main/jni/staticjvmtiagent/
H A Dagent.cc802 error = jvmtiEnv->GetMethodDeclaringClass(frameInfo[callingFrameNum].method, &callingClass); in Java_com_android_dx_mockito_inline_StaticMockMethodAdvice_nativeGetCalledClassName()
/aosp_15_r20/art/test/ti-stress/
H A Dstress.cc233 if (jvmtienv_->GetMethodDeclaringClass(method_, &declaring_class_) != JVMTI_ERROR_NONE) { in Init()

12