Home
last modified time | relevance | path

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

/art/runtime/openjdkjvmti/
Dti_method.h57 static jvmtiError GetMethodDeclaringClass(jvmtiEnv* env,
Dti_method.cc223 jvmtiError MethodUtil::GetMethodDeclaringClass(jvmtiEnv* env ATTRIBUTE_UNUSED, in GetMethodDeclaringClass() function in openjdkjvmti::MethodUtil
DOpenjdkJvmTi.cc882 static jvmtiError GetMethodDeclaringClass(jvmtiEnv* env, in GetMethodDeclaringClass() function in openjdkjvmti::JvmtiFunctions
886 return MethodUtil::GetMethodDeclaringClass(env, method, declaring_class_ptr); in GetMethodDeclaringClass()
1811 JvmtiFunctions::GetMethodDeclaringClass,
/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.cc231 jvmtiError class_result = jvmti_env->GetMethodDeclaringClass(method, &decl_class); in Java_art_Frames_getFrameLocation()
/art/test/ti-stress/
Dstress.cc104 if (jvmtienv->GetMethodDeclaringClass(m, &klass) != JVMTI_ERROR_NONE) { in doJvmtiMethodBind()
/art/runtime/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()