Searched refs:GetMethodDeclaringClass (Results 1 – 3 of 3) sorted by relevance
1351 jvmtiError (JNICALL *GetMethodDeclaringClass) (jvmtiEnv* env,2286 jvmtiError GetMethodDeclaringClass(jmethodID method, in GetMethodDeclaringClass() function2288 return functions->GetMethodDeclaringClass(this, method, declaring_class_ptr); in GetMethodDeclaringClass()
802 error = jvmtiEnv->GetMethodDeclaringClass(frameInfo[callingFrameNum].method, &callingClass); in Java_com_android_dx_mockito_inline_StaticMockMethodAdvice_nativeGetCalledClassName()
729 error = FUNC_PTR(gdata->jvmti,GetMethodDeclaringClass) in methodClass()