Home
last modified time | relevance | path

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

/art/test/1939-proxy-frames/
Dlocal_instance.cc46 if (JvmtiErrorToException(env, jvmti_env, jvmti_env->GetMethodDeclaringClass(m, &klass))) { in Java_art_Test1939_GetFrameMethod()
/art/test/ti-agent/
Dcommon_helper.cc49 if (JvmtiErrorToException(env, jvmti, jvmti->GetMethodDeclaringClass(m, &method_klass))) { in GetJavaMethod()
/art/openjdkjvmti/
Dti_method.h63 static jvmtiError GetMethodDeclaringClass(jvmtiEnv* env,
DOpenjdkJvmTi.cc856 static jvmtiError GetMethodDeclaringClass(jvmtiEnv* env, in GetMethodDeclaringClass() function in openjdkjvmti::JvmtiFunctions
860 return MethodUtil::GetMethodDeclaringClass(env, method, declaring_class_ptr); in GetMethodDeclaringClass()
1569 JvmtiFunctions::GetMethodDeclaringClass,
Dti_method.cc381 jvmtiError MethodUtil::GetMethodDeclaringClass(jvmtiEnv* env ATTRIBUTE_UNUSED, in GetMethodDeclaringClass() function in openjdkjvmti::MethodUtil
/art/test/910-methods/
Dmethods.cc81 jvmtiError result = jvmti_env->GetMethodDeclaringClass(id, &declaring_class); in Java_art_Test910_getMethodDeclaringClass()
/art/test/911-get-stack-trace/
Dstack_trace.cc232 jvmtiError class_result = jvmti_env->GetMethodDeclaringClass(method, &decl_class); in Java_art_Frames_getFrameLocation()
/art/tools/jvmti-agents/ti-alloc-sample/
Dti_alloc_sample.cc169 if (jvmtienv_->GetMethodDeclaringClass(method_, &declaring_class_) != JVMTI_ERROR_NONE) { in Init()
/art/tools/jvmti-agents/breakpoint-logger/
Dbreakpoint_logger.cc194 if (jvmti_env_->GetMethodDeclaringClass(method_, &declaring_class_) != JVMTI_ERROR_NONE) { in Init()
/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()
/art/test/ti-stress/
Dstress.cc234 if (jvmtienv_->GetMethodDeclaringClass(method_, &declaring_class_) != JVMTI_ERROR_NONE) { in Init()
/art/tools/jvmti-agents/ti-fast/
Dtifast.cc246 if (jvmtienv_->GetMethodDeclaringClass(method_, &declaring_class_) != JVMTI_ERROR_NONE) { in Init()