Searched refs:JVMTI_VERSION_1_0 (Results 1 – 17 of 17) sorted by relevance
/art/test/909-attach-agent/ |
D | interpreter-expected.patch | 2 < 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
|
D | attach.cc | 60 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()
|
D | expected.txt | 19 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/936-search-onload/ |
D | search_onload.cc | 39 if (vm->GetEnv(reinterpret_cast<void**>(&jvmti_env), JVMTI_VERSION_1_0)) { in OnLoad()
|
/art/test/901-hello-ti-agent/ |
D | basics.cc | 101 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/1941-dispose-stress/ |
D | dispose_stress.cc | 52 if (vm->GetEnv(reinterpret_cast<void**>(&new_env), JVMTI_VERSION_1_0) != 0) { in Java_art_Test1941_AllocEnv()
|
/art/test/1909-per-agent-tls/ |
D | agent_tls.cc | 66 if (vm->GetEnv(reinterpret_cast<void**>(&new_env), JVMTI_VERSION_1_0) != 0) { in Java_art_Test1909_newJvmtiEnv()
|
/art/test/ti-agent/ |
D | redefinition_helper.cc | 264 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()
|
D | frame_pop_helper.cc | 111 vm->GetEnv(reinterpret_cast<void**>(&out_jvmti_env), JVMTI_VERSION_1_0) != JNI_OK) { in Java_art_FramePop_makeJvmtiEnvForFramePop()
|
D | common_load.cc | 62 if (vm->GetEnv(reinterpret_cast<void**>(&jvmti_env), JVMTI_VERSION_1_0) != 0) { in MinimalOnLoad()
|
/art/tools/jvmti-agents/jit-load/ |
D | jitload.cc | 96 if (vm->GetEnv(reinterpret_cast<void**>(&jvmti), JVMTI_VERSION_1_0) != JNI_OK && in SetupJvmti()
|
/art/test/1900-track-alloc/ |
D | alloc.cc | 107 if (vm->GetEnv(reinterpret_cast<void**>(&new_env), JVMTI_VERSION_1_0) != 0) { in Java_art_Test1900_newJvmtiEnv()
|
/art/test/903-hello-tagging/ |
D | tagging.cc | 113 CHECK_EQ(0, jvm->GetEnv(reinterpret_cast<void**>(&new_jvmti_env), JVMTI_VERSION_1_0)); in CreateJvmtiEnv()
|
/art/test/1919-vminit-thread-start-timing/ |
D | vminit.cc | 145 if (vm->GetEnv(reinterpret_cast<void**>(&jvmti_env), JVMTI_VERSION_1_0) != 0) { in OnLoad()
|
/art/test/ti-stress/ |
D | stress.cc | 759 if (vm->GetEnv(reinterpret_cast<void**>(&jvmti), JVMTI_VERSION_1_0)) { in Agent_OnLoad()
|
/art/openjdkjvmti/ |
D | OpenjdkJvmTi.cc | 1448 version == JVMTI_VERSION_1_0 || in IsJvmtiVersion()
|
/art/openjdkjvmti/include/ |
D | jvmti.h | 42 JVMTI_VERSION_1_0 = 0x30010000, enumerator
|