Searched refs:GetMethodDeclaringClass (Results 1 – 13 of 13) sorted by relevance
/art/test/1939-proxy-frames/ |
D | local_instance.cc | 46 if (JvmtiErrorToException(env, jvmti_env, jvmti_env->GetMethodDeclaringClass(m, &klass))) { in Java_art_Test1939_GetFrameMethod()
|
/art/test/ti-agent/ |
D | common_helper.cc | 49 if (JvmtiErrorToException(env, jvmti, jvmti->GetMethodDeclaringClass(m, &method_klass))) { in GetJavaMethod()
|
/art/openjdkjvmti/ |
D | ti_method.h | 63 static jvmtiError GetMethodDeclaringClass(jvmtiEnv* env,
|
D | OpenjdkJvmTi.cc | 856 static jvmtiError GetMethodDeclaringClass(jvmtiEnv* env, in GetMethodDeclaringClass() function in openjdkjvmti::JvmtiFunctions 860 return MethodUtil::GetMethodDeclaringClass(env, method, declaring_class_ptr); in GetMethodDeclaringClass() 1576 JvmtiFunctions::GetMethodDeclaringClass,
|
D | ti_method.cc | 383 jvmtiError MethodUtil::GetMethodDeclaringClass(jvmtiEnv* env ATTRIBUTE_UNUSED, in GetMethodDeclaringClass() function in openjdkjvmti::MethodUtil
|
/art/test/910-methods/ |
D | methods.cc | 81 jvmtiError result = jvmti_env->GetMethodDeclaringClass(id, &declaring_class); in Java_art_Test910_getMethodDeclaringClass()
|
/art/tools/jvmti-agents/simple-profile/ |
D | simple_profile.cc | 121 CHECK_JVMTI(jvmti->GetMethodDeclaringClass(meth, &tmp)); in Enter() 270 if (jvmti_env_->GetMethodDeclaringClass(method_, &declaring_class_) != JVMTI_ERROR_NONE) { in Init()
|
/art/test/911-get-stack-trace/ |
D | stack_trace.cc | 232 jvmtiError class_result = jvmti_env->GetMethodDeclaringClass(method, &decl_class); in Java_art_Frames_getFrameLocation()
|
/art/tools/jvmti-agents/ti-alloc-sample/ |
D | ti_alloc_sample.cc | 169 if (jvmtienv_->GetMethodDeclaringClass(method_, &declaring_class_) != JVMTI_ERROR_NONE) { in Init()
|
/art/tools/jvmti-agents/breakpoint-logger/ |
D | breakpoint_logger.cc | 194 if (jvmti_env_->GetMethodDeclaringClass(method_, &declaring_class_) != JVMTI_ERROR_NONE) { in Init()
|
/art/openjdkjvmti/include/ |
D | jvmti.h | 1351 jvmtiError (JNICALL *GetMethodDeclaringClass) (jvmtiEnv* env, 2286 jvmtiError GetMethodDeclaringClass(jmethodID method, in GetMethodDeclaringClass() function 2288 return functions->GetMethodDeclaringClass(this, method, declaring_class_ptr); in GetMethodDeclaringClass()
|
/art/test/ti-stress/ |
D | stress.cc | 234 if (jvmtienv_->GetMethodDeclaringClass(method_, &declaring_class_) != JVMTI_ERROR_NONE) { in Init()
|
/art/tools/jvmti-agents/ti-fast/ |
D | tifast.cc | 246 if (jvmtienv_->GetMethodDeclaringClass(method_, &declaring_class_) != JVMTI_ERROR_NONE) { in Init()
|