Home
last modified time | relevance | path

Searched refs:JVMTI_VERSION_1_0 (Results 1 – 17 of 17) sorted by relevance

/art/test/909-attach-agent/
Dinterpreter-expected.patch2 < version 0x30010000 is not valid!Unable to create env for JVMTI_VERSION_1_0
4 < version 0x30010000 is not valid!Unable to create env for JVMTI_VERSION_1_0
Dattach.cc60 if (vm->GetEnv(reinterpret_cast<void**>(&env), JVMTI_VERSION_1_0) != JNI_OK) { in OnAttach()
64 CHECK_CALL_SUCCESS(vm->GetEnv(reinterpret_cast<void**>(&env2), JVMTI_VERSION_1_0)); in OnAttach()
Dexpected.txt19 version 0x30010000 is not valid!Unable to create env for JVMTI_VERSION_1_0
22 version 0x30010000 is not valid!Unable to create env for JVMTI_VERSION_1_0
/art/test/901-hello-ti-agent/
Dbasics.cc101 CHECK_CALL_SUCCESS(vm->GetEnv(reinterpret_cast<void**>(&env), JVMTI_VERSION_1_0)); in OnLoad()
102 CHECK_CALL_SUCCESS(vm->GetEnv(reinterpret_cast<void**>(&env2), JVMTI_VERSION_1_0)); in OnLoad()
137 if (vm->GetEnv(reinterpret_cast<void**>(&jvmti_env), JVMTI_VERSION_1_0)) { in OnLoad()
/art/test/936-search-onload/
Dsearch_onload.cc39 if (vm->GetEnv(reinterpret_cast<void**>(&jvmti_env), JVMTI_VERSION_1_0)) { in OnLoad()
/art/test/1941-dispose-stress/
Ddispose_stress.cc52 if (vm->GetEnv(reinterpret_cast<void**>(&new_env), JVMTI_VERSION_1_0) != 0) { in Java_art_Test1941_AllocEnv()
/art/test/1909-per-agent-tls/
Dagent_tls.cc66 if (vm->GetEnv(reinterpret_cast<void**>(&new_env), JVMTI_VERSION_1_0) != 0) { in Java_art_Test1909_newJvmtiEnv()
/art/test/ti-agent/
Dredefinition_helper.cc264 if (vm->GetEnv(reinterpret_cast<void**>(&jvmti_env), JVMTI_VERSION_1_0)) { in OnLoad()
420 vm->GetEnv(reinterpret_cast<void**>(&real_env), JVMTI_VERSION_1_0) != 0) { in Java_art_Redefinition_doCommonClassRetransformation()
439 if (vm->GetEnv(reinterpret_cast<void**>(&jvmti_env), JVMTI_VERSION_1_0)) { in OnLoad()
455 if (vm->GetEnv(reinterpret_cast<void**>(&jvmti_env), JVMTI_VERSION_1_0)) { in OnLoad()
Dframe_pop_helper.cc111 vm->GetEnv(reinterpret_cast<void**>(&out_jvmti_env), JVMTI_VERSION_1_0) != JNI_OK) { in Java_art_FramePop_makeJvmtiEnvForFramePop()
Dcommon_load.cc62 if (vm->GetEnv(reinterpret_cast<void**>(&jvmti_env), JVMTI_VERSION_1_0) != 0) { in MinimalOnLoad()
/art/tools/jvmti-agents/jit-load/
Djitload.cc96 if (vm->GetEnv(reinterpret_cast<void**>(&jvmti), JVMTI_VERSION_1_0) != JNI_OK && in SetupJvmti()
/art/test/1900-track-alloc/
Dalloc.cc107 if (vm->GetEnv(reinterpret_cast<void**>(&new_env), JVMTI_VERSION_1_0) != 0) { in Java_art_Test1900_newJvmtiEnv()
/art/test/903-hello-tagging/
Dtagging.cc113 CHECK_EQ(0, jvm->GetEnv(reinterpret_cast<void**>(&new_jvmti_env), JVMTI_VERSION_1_0)); in CreateJvmtiEnv()
/art/test/1919-vminit-thread-start-timing/
Dvminit.cc145 if (vm->GetEnv(reinterpret_cast<void**>(&jvmti_env), JVMTI_VERSION_1_0) != 0) { in OnLoad()
/art/test/ti-stress/
Dstress.cc759 if (vm->GetEnv(reinterpret_cast<void**>(&jvmti), JVMTI_VERSION_1_0)) { in Agent_OnLoad()
/art/openjdkjvmti/
DOpenjdkJvmTi.cc1448 version == JVMTI_VERSION_1_0 || in IsJvmtiVersion()
/art/openjdkjvmti/include/
Djvmti.h42 JVMTI_VERSION_1_0 = 0x30010000, enumerator