/art/test/ti-agent/ |
D | monitors_helper.cc | 87 jvmti->GetEnvironmentLocalStorage(reinterpret_cast<void**>(&data)))) { in monitorEnterCB() 101 jvmti->GetEnvironmentLocalStorage(reinterpret_cast<void**>(&data)))) { in monitorEnteredCB() 116 jvmti->GetEnvironmentLocalStorage(reinterpret_cast<void**>(&data)))) { in monitorWaitCB() 131 jvmti->GetEnvironmentLocalStorage(reinterpret_cast<void**>(&data)))) { in monitorWaitedCB() 173 jvmti_env->GetEnvironmentLocalStorage( in Java_art_Monitors_setupMonitorEvents()
|
D | trace_helper.cc | 103 jvmti->GetEnvironmentLocalStorage(reinterpret_cast<void**>(&data)))) { in threadStartCB() 118 jvmti->GetEnvironmentLocalStorage(reinterpret_cast<void**>(&data)))) { in threadEndCB() 136 jvmti->GetEnvironmentLocalStorage(reinterpret_cast<void**>(&data)))) { in singleStepCB() 167 jvmti->GetEnvironmentLocalStorage(reinterpret_cast<void**>(&data)))) { in fieldAccessCB() 205 jvmti->GetEnvironmentLocalStorage(reinterpret_cast<void**>(&data)))) { in fieldModificationCB() 246 jvmti->GetEnvironmentLocalStorage(reinterpret_cast<void**>(&data)))) { in methodExitCB() 281 jvmti->GetEnvironmentLocalStorage(reinterpret_cast<void**>(&data)))) { in methodEntryCB() 310 jvmti->GetEnvironmentLocalStorage(reinterpret_cast<void**>(&data)))) { in classPrepareCB() 337 env, jvmti_env, jvmti_env->GetEnvironmentLocalStorage(reinterpret_cast<void**>(&data)))) { in Java_art_Trace_watchAllFieldAccesses() 377 env, jvmti_env, jvmti_env->GetEnvironmentLocalStorage(reinterpret_cast<void**>(&data)))) { in Java_art_Trace_watchAllFieldModifications() [all …]
|
D | exceptions_helper.cc | 47 jvmti->GetEnvironmentLocalStorage(reinterpret_cast<void**>(&data)))) { in exceptionCB() 86 jvmti->GetEnvironmentLocalStorage(reinterpret_cast<void**>(&data)))) { in exceptionCatchCB() 138 jvmti_env->GetEnvironmentLocalStorage( in Java_art_Exceptions_setupExceptionTracing()
|
D | frame_pop_helper.cc | 41 jvmti->GetEnvironmentLocalStorage(reinterpret_cast<void**>(&data)))) { in framePopCB() 77 if (JvmtiErrorToException(env, jvmti_env, jvmti_env->GetEnvironmentLocalStorage(&old_data))) { in Java_art_FramePop_enableFramePopEvent()
|
D | breakpoint_helper.cc | 44 jvmti->GetEnvironmentLocalStorage(reinterpret_cast<void**>(&data)))) { in breakpointCB() 165 if (JvmtiErrorToException(env, jvmti_env, jvmti_env->GetEnvironmentLocalStorage(&old_data))) { in Java_art_Breakpoint_startBreakpointWatch()
|
/art/test/1919-vminit-thread-start-timing/ |
D | vminit.cc | 60 CheckJvmtiError(jvmti, jvmti->GetEnvironmentLocalStorage(reinterpret_cast<void**>(&list))); in ThreadStartCallback() 70 CheckJvmtiError(jvmti, jvmti->GetEnvironmentLocalStorage(reinterpret_cast<void**>(&list))); in Test1919AgentThread() 110 CheckJvmtiError(jvmti, jvmti->GetEnvironmentLocalStorage(reinterpret_cast<void**>(&list))); in VMInitCallback() 158 jvmti_env->GetEnvironmentLocalStorage( in Java_art_Test1919_getEventNames() 179 jvmti_env->GetEnvironmentLocalStorage( in Java_art_Test1919_getEventThreads()
|
/art/test/909-attach-agent/ |
D | attach.cc | 74 CHECK_CALL_SUCCESS(env->GetEnvironmentLocalStorage(reinterpret_cast<void**>(&get_data))); in OnAttach() 79 CHECK_CALL_SUCCESS(env2->GetEnvironmentLocalStorage(reinterpret_cast<void**>(&get_data))); in OnAttach()
|
/art/test/1940-ddms-ext/ |
D | ddm_ext.cc | 67 env, jvmti_env, jvmti_env->GetEnvironmentLocalStorage(reinterpret_cast<void**>(&data)))) { in Java_art_Test1940_processChunk() 129 env, jvmti_env, jvmti_env->GetEnvironmentLocalStorage(reinterpret_cast<void**>(&data)))) { in Java_art_Test1940_publishListen() 161 CHECK_EQ(JVMTI_ERROR_NONE, jvmti->GetEnvironmentLocalStorage(reinterpret_cast<void**>(&data))); in PublishCB() 170 if (JvmtiErrorToException(env, jvmti_env, jvmti_env->GetEnvironmentLocalStorage(&old_data))) { in Java_art_Test1940_initializeTest()
|
/art/test/1946-list-descriptors/ |
D | descriptors.cc | 55 env, jvmti_env, jvmti_env->GetEnvironmentLocalStorage(reinterpret_cast<void**>(&data)))) { in Java_art_Test1946_getClassloaderDescriptors() 98 if (JvmtiErrorToException(env, jvmti_env, jvmti_env->GetEnvironmentLocalStorage(&old_data))) { in Java_art_Test1946_initializeTest()
|
/art/tools/jvmti-agents/jit-load/ |
D | jitload.cc | 70 CHECK_CALL_SUCCESS(jvmti->GetEnvironmentLocalStorage(reinterpret_cast<void**>(&ops))); in DataDumpRequestCb() 79 CHECK_CALL_SUCCESS(jvmti->GetEnvironmentLocalStorage(reinterpret_cast<void**>(&ops))); in ClassPrepareJit()
|
/art/tools/jvmti-agents/field-null-percent/ |
D | fieldnull.cc | 100 CHECK_JVMTI(jvmti->GetEnvironmentLocalStorage(reinterpret_cast<void**>(&list))); in DataDumpRequestCb() 146 CHECK_JVMTI(jvmti->GetEnvironmentLocalStorage(reinterpret_cast<void**>(&list))); in VMDeathCb() 159 CHECK_JVMTI(jvmti->GetEnvironmentLocalStorage(reinterpret_cast<void**>(&args))); in VMInitCb()
|
/art/test/1900-track-alloc/ |
D | alloc.cc | 68 env, jvmti_env, jvmti_env->GetEnvironmentLocalStorage(reinterpret_cast<void**>(&data)))) { in Java_art_Test1900_getAmountAllocated() 117 if (JvmtiErrorToException(env, jvmti_env, jvmti_env->GetEnvironmentLocalStorage(&old_data))) { in Java_art_Test1900_initializeTest()
|
/art/test/901-hello-ti-agent/ |
D | basics.cc | 112 CHECK_CALL_SUCCESS(env->GetEnvironmentLocalStorage(reinterpret_cast<void**>(&get_data))); in OnLoad() 117 CHECK_CALL_SUCCESS(env2->GetEnvironmentLocalStorage(reinterpret_cast<void**>(&get_data))); in OnLoad()
|
/art/tools/jvmti-agents/field-counts/ |
D | fieldcount.cc | 103 CHECK_JVMTI(jvmti->GetEnvironmentLocalStorage(reinterpret_cast<void**>(&list))); in DataDumpRequestCb() 201 CHECK_JVMTI(jvmti->GetEnvironmentLocalStorage(reinterpret_cast<void**>(&list))); in VMDeathCb() 216 CHECK_JVMTI(jvmti->GetEnvironmentLocalStorage(reinterpret_cast<void**>(&args))); in VMInitCb()
|
/art/test/1974-resize-array/ |
D | resize_array.cc | 189 CHECK_EQ(jvmti->GetEnvironmentLocalStorage(reinterpret_cast<void**>(&dat)), in Java_art_Test1974_StartCollectFrees() 250 jvmti_env->GetEnvironmentLocalStorage(reinterpret_cast<void**>(&info_p)))) { in Java_art_Test1974_CollectFreedTags()
|
/art/test/ti-stress/ |
D | stress.cc | 568 CHECK_EQ(jvmtienv->GetEnvironmentLocalStorage(reinterpret_cast<void**>(&data)), in ClassPrepareHook() 629 CHECK_EQ(jvmti->GetEnvironmentLocalStorage(reinterpret_cast<void**>(&data)), in ClassFileLoadHookSecretNoOp() 688 CHECK_EQ(jvmti_env->GetEnvironmentLocalStorage(reinterpret_cast<void**>(&data)), in PerformFinalSetupVMInit()
|
/art/tools/jvmti-agents/simple-force-redefine/ |
D | forceredefine.cc | 76 CHECK_EQ(jvmti->GetEnvironmentLocalStorage(reinterpret_cast<void**>(&ai)), JVMTI_ERROR_NONE); in GetAgentInfo()
|
/art/tools/jvmti-agents/breakpoint-logger/ |
D | breakpoint_logger.cc | 41 jvmtiError err = jvmti->GetEnvironmentLocalStorage(reinterpret_cast<void**>(&all_targets)); in VMInitCB()
|
/art/tools/jvmti-agents/simple-profile/ |
D | simple_profile.cc | 74 CHECK_JVMTI(env->GetEnvironmentLocalStorage(&data)); in GetProfileData()
|
/art/openjdkjvmti/include/ |
D | jvmti.h | 1742 jvmtiError (JNICALL *GetEnvironmentLocalStorage) (jvmtiEnv* env, 2503 jvmtiError GetEnvironmentLocalStorage(void** data_ptr) { in GetEnvironmentLocalStorage() function 2504 return functions->GetEnvironmentLocalStorage(this, data_ptr); in GetEnvironmentLocalStorage()
|
/art/openjdkjvmti/ |
D | OpenjdkJvmTi.cc | 1292 static jvmtiError GetEnvironmentLocalStorage(jvmtiEnv* env, void** data_ptr) { in GetEnvironmentLocalStorage() function in openjdkjvmti::JvmtiFunctions 1658 JvmtiFunctions::GetEnvironmentLocalStorage,
|