Searched refs:GetMethodDeclaringClass (Results 1 - 10 of 10) sorted by relevance

/art/test/1939-proxy-frames/
H A Dlocal_instance.cc46 if (JvmtiErrorToException(env, jvmti_env, jvmti_env->GetMethodDeclaringClass(m, &klass))) {
/art/openjdkjvmti/
H A Dti_method.h63 static jvmtiError GetMethodDeclaringClass(jvmtiEnv* env,
H A DOpenjdkJvmTi.cc874 static jvmtiError GetMethodDeclaringClass(jvmtiEnv* env, function in class:openjdkjvmti::JvmtiFunctions
878 return MethodUtil::GetMethodDeclaringClass(env, method, declaring_class_ptr);
1644 JvmtiFunctions::GetMethodDeclaringClass,
H A Dti_method.cc376 jvmtiError MethodUtil::GetMethodDeclaringClass(jvmtiEnv* env ATTRIBUTE_UNUSED, function in class:openjdkjvmti::MethodUtil
/art/test/ti-agent/
H A Dcommon_helper.cc48 if (JvmtiErrorToException(env, jvmti, jvmti->GetMethodDeclaringClass(m, &method_klass))) {
/art/test/910-methods/
H A Dmethods.cc81 jvmtiError result = jvmti_env->GetMethodDeclaringClass(id, &declaring_class);
/art/test/911-get-stack-trace/
H A Dstack_trace.cc232 jvmtiError class_result = jvmti_env->GetMethodDeclaringClass(method, &decl_class);
/art/tools/breakpoint-logger/
H A Dbreakpoint_logger.cc194 if (jvmti_env_->GetMethodDeclaringClass(method_, &declaring_class_) != JVMTI_ERROR_NONE) {
/art/openjdkjvmti/include/
H A Djvmti.h1351 jvmtiError (JNICALL *GetMethodDeclaringClass) (jvmtiEnv* env, member in struct:jvmtiInterface_1_
2286 jvmtiError GetMethodDeclaringClass(jmethodID method, function in struct:_jvmtiEnv
2288 return functions->GetMethodDeclaringClass(this, method, declaring_class_ptr);
/art/test/ti-stress/
H A Dstress.cc238 if (jvmtienv_->GetMethodDeclaringClass(method_, &declaring_class_) != JVMTI_ERROR_NONE) {

Completed in 189 milliseconds