Home
last modified time | relevance | path

Searched refs:SetEnvironmentLocalStorage (Results 1 – 21 of 21) sorted by relevance

/art/tools/jvmti-agents/field-null-percent/
Dfieldnull.cc154 CHECK_JVMTI(jvmti->SetEnvironmentLocalStorage(list)); in CreateFieldList()
160 CHECK_JVMTI(jvmti->SetEnvironmentLocalStorage(nullptr)); in VMInitCb()
189 CHECK_JVMTI(jvmti->SetEnvironmentLocalStorage(ptr)); in AgentStart()
/art/test/909-attach-agent/
Dattach.cc72 CHECK_CALL_SUCCESS(env->SetEnvironmentLocalStorage(local_data)); in OnAttach()
/art/tools/jvmti-agents/field-counts/
Dfieldcount.cc211 CHECK_JVMTI(jvmti->SetEnvironmentLocalStorage(list)); in CreateFieldList()
217 CHECK_JVMTI(jvmti->SetEnvironmentLocalStorage(nullptr)); in VMInitCb()
247 CHECK_JVMTI(jvmti->SetEnvironmentLocalStorage(ptr)); in AgentStart()
/art/test/ti-agent/
Dframe_pop_helper.cc84 if (JvmtiErrorToException(env, jvmti_env, jvmti_env->SetEnvironmentLocalStorage(data))) { in Java_art_FramePop_enableFramePopEvent()
Dbreakpoint_helper.cc172 if (JvmtiErrorToException(env, jvmti_env, jvmti_env->SetEnvironmentLocalStorage(data))) { in Java_art_Breakpoint_startBreakpointWatch()
Dexceptions_helper.cc146 if (JvmtiErrorToException(env, jvmti_env, jvmti_env->SetEnvironmentLocalStorage(data))) { in Java_art_Exceptions_setupExceptionTracing()
Dmonitors_helper.cc181 if (JvmtiErrorToException(env, jvmti_env, jvmti_env->SetEnvironmentLocalStorage(data))) { in Java_art_Monitors_setupMonitorEvents()
Dtrace_helper.cc512 if (JvmtiErrorToException(env, jvmti_env, jvmti_env->SetEnvironmentLocalStorage(data))) { in Java_art_Trace_enableTracing2()
/art/test/1974-resize-array/
Dresize_array.cc196 if (JvmtiErrorToException(env, jvmti_env, jvmti_env->SetEnvironmentLocalStorage(info))) { in Java_art_Test1974_StartCollectFrees()
253 if (JvmtiErrorToException(env, jvmti_env, jvmti_env->SetEnvironmentLocalStorage(nullptr))) { in Java_art_Test1974_CollectFreedTags()
/art/tools/jvmti-agents/jit-load/
Djitload.cc111 CHECK_CALL_SUCCESS(jvmti->SetEnvironmentLocalStorage(ops)); in SetupJvmti()
/art/test/1946-list-descriptors/
Ddescriptors.cc135 JvmtiErrorToException(env, jvmti_env, jvmti_env->SetEnvironmentLocalStorage(data)); in Java_art_Test1946_initializeTest()
/art/test/1900-track-alloc/
Dalloc.cc154 JvmtiErrorToException(env, jvmti_env, jvmti_env->SetEnvironmentLocalStorage(data)); in Java_art_Test1900_initializeTest()
/art/test/901-hello-ti-agent/
Dbasics.cc110 CHECK_CALL_SUCCESS(env->SetEnvironmentLocalStorage(local_data)); in OnLoad()
/art/test/1919-vminit-thread-start-timing/
Dvminit.cc139 CheckJvmtiError(env, env->SetEnvironmentLocalStorage(list)); in InstallEventList()
/art/test/1940-ddms-ext/
Dddm_ext.cc211 if (JvmtiErrorToException(env, jvmti_env, jvmti_env->SetEnvironmentLocalStorage(data))) { in Java_art_Test1940_initializeTest()
/art/tools/jvmti-agents/simple-force-redefine/
Dforceredefine.cc294 jvmti->SetEnvironmentLocalStorage(reinterpret_cast<void*>(ai)); in AgentStart()
/art/tools/jvmti-agents/breakpoint-logger/
Dbreakpoint_logger.cc375 error = jvmti->SetEnvironmentLocalStorage(data); in AgentStart()
/art/tools/jvmti-agents/simple-profile/
Dsimple_profile.cc458 error = jvmti->SetEnvironmentLocalStorage(data); in AgentStart()
/art/openjdkjvmti/include/
Djvmti.h1746 jvmtiError (JNICALL *SetEnvironmentLocalStorage) (jvmtiEnv* env,
2499 jvmtiError SetEnvironmentLocalStorage(const void* data) { in SetEnvironmentLocalStorage() function
2500 return functions->SetEnvironmentLocalStorage(this, data); in SetEnvironmentLocalStorage()
/art/test/ti-stress/
Dstress.cc773 if (JVMTI_ERROR_NONE != jvmti->SetEnvironmentLocalStorage(data)) { in Agent_OnLoad()
/art/openjdkjvmti/
DOpenjdkJvmTi.cc1286 static jvmtiError SetEnvironmentLocalStorage(jvmtiEnv* env, const void* data) { in SetEnvironmentLocalStorage() function in openjdkjvmti::JvmtiFunctions
1659 JvmtiFunctions::SetEnvironmentLocalStorage,