HomeSort by relevance Sort by last modified time
    Searched refs:GetMethodDeclaringClass (Results 1 - 10 of 10) sorted by null

  /art/runtime/openjdkjvmti/
ti_method.h 62 static jvmtiError GetMethodDeclaringClass(jvmtiEnv* env,
ti_method.cc 257 jvmtiError MethodUtil::GetMethodDeclaringClass(jvmtiEnv* env ATTRIBUTE_UNUSED,
OpenjdkJvmTi.cc     [all...]
  /art/test/ti-agent/
common_helper.cc 48 if (JvmtiErrorToException(env, jvmti, jvmti->GetMethodDeclaringClass(m, &method_klass))) {
  /art/test/910-methods/
methods.cc 81 jvmtiError result = jvmti_env->GetMethodDeclaringClass(id, &declaring_class);
  /art/test/911-get-stack-trace/
stack_trace.cc 231 jvmtiError class_result = jvmti_env->GetMethodDeclaringClass(method, &decl_class);
  /art/runtime/openjdkjvmti/include/
jvmti.h     [all...]
  /prebuilts/jdk/jdk8/darwin-x86/include/
jvmti.h     [all...]
  /prebuilts/jdk/jdk8/linux-x86/include/
jvmti.h     [all...]
  /art/test/ti-stress/
stress.cc 216 if (jvmtienv_->GetMethodDeclaringClass(method_, &declaring_class_) != JVMTI_ERROR_NONE) {

Completed in 241 milliseconds