Home
last modified time | relevance | path

Searched refs:GetEnvironmentLocalStorage (Results 1 – 20 of 20) sorted by relevance

/art/test/909-attach-agent/
Dattach.cc74 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/ti-agent/
Dmonitors_helper.cc87 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()
Dtrace_helper.cc103 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 …]
Dexceptions_helper.cc47 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()
Dframe_pop_helper.cc41 jvmti->GetEnvironmentLocalStorage(reinterpret_cast<void**>(&data)))) { in framePopCB()
77 if (JvmtiErrorToException(env, jvmti_env, jvmti_env->GetEnvironmentLocalStorage(&old_data))) { in Java_art_FramePop_enableFramePopEvent()
Dbreakpoint_helper.cc44 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/
Dvminit.cc60 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/1940-ddms-ext/
Dddm_ext.cc67 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/
Ddescriptors.cc55 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/
Djitload.cc70 CHECK_CALL_SUCCESS(jvmti->GetEnvironmentLocalStorage(reinterpret_cast<void**>(&ops))); in DataDumpRequestCb()
79 CHECK_CALL_SUCCESS(jvmti->GetEnvironmentLocalStorage(reinterpret_cast<void**>(&ops))); in ClassPrepareJit()
/art/test/1900-track-alloc/
Dalloc.cc68 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/tools/jvmti-agents/field-null-percent/
Dfieldnull.cc100 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/901-hello-ti-agent/
Dbasics.cc112 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/
Dfieldcount.cc103 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/
Dresize_array.cc189 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/
Dstress.cc568 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/
Dforceredefine.cc76 CHECK_EQ(jvmti->GetEnvironmentLocalStorage(reinterpret_cast<void**>(&ai)), JVMTI_ERROR_NONE); in GetAgentInfo()
/art/tools/jvmti-agents/breakpoint-logger/
Dbreakpoint_logger.cc41 jvmtiError err = jvmti->GetEnvironmentLocalStorage(reinterpret_cast<void**>(&all_targets)); in VMInitCB()
/art/openjdkjvmti/include/
Djvmti.h1742 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/
DOpenjdkJvmTi.cc1292 static jvmtiError GetEnvironmentLocalStorage(jvmtiEnv* env, void** data_ptr) { in GetEnvironmentLocalStorage() function in openjdkjvmti::JvmtiFunctions
1651 JvmtiFunctions::GetEnvironmentLocalStorage,