HomeSort by relevance Sort by last modified time
    Searched full:new_jvmti_env (Results 1 - 1 of 1) sorted by null

  /art/test/903-hello-tagging/
tagging.cc 112 jvmtiEnv* new_jvmti_env; local
113 CHECK_EQ(0, jvm->GetEnv(reinterpret_cast<void**>(&new_jvmti_env), JVMTI_VERSION_1_0));
118 jvmtiError error = new_jvmti_env->AddCapabilities(&capa);
121 return new_jvmti_env;

Completed in 68 milliseconds