Searched refs:SetEnvironmentLocalStorage (Results 1 - 15 of 15) sorted by relevance

/art/test/909-attach-agent/
H A Dattach.cc72 CHECK_CALL_SUCCESS(env->SetEnvironmentLocalStorage(local_data));
/art/test/ti-agent/
H A Dframe_pop_helper.cc84 if (JvmtiErrorToException(env, jvmti_env, jvmti_env->SetEnvironmentLocalStorage(data))) {
H A Dbreakpoint_helper.cc172 if (JvmtiErrorToException(env, jvmti_env, jvmti_env->SetEnvironmentLocalStorage(data))) {
H A Dexceptions_helper.cc146 if (JvmtiErrorToException(env, jvmti_env, jvmti_env->SetEnvironmentLocalStorage(data))) {
H A Dmonitors_helper.cc181 if (JvmtiErrorToException(env, jvmti_env, jvmti_env->SetEnvironmentLocalStorage(data))) {
H A Dtrace_helper.cc512 if (JvmtiErrorToException(env, jvmti_env, jvmti_env->SetEnvironmentLocalStorage(data))) {
/art/test/1900-track-alloc/
H A Dalloc.cc154 JvmtiErrorToException(env, jvmti_env, jvmti_env->SetEnvironmentLocalStorage(data));
/art/test/1946-list-descriptors/
H A Ddescriptors.cc135 JvmtiErrorToException(env, jvmti_env, jvmti_env->SetEnvironmentLocalStorage(data));
/art/test/1919-vminit-thread-start-timing/
H A Dvminit.cc134 CheckJvmtiError(env, env->SetEnvironmentLocalStorage(list));
/art/test/1940-ddms-ext/
H A Dddm_ext.cc172 if (JvmtiErrorToException(env, jvmti_env, jvmti_env->SetEnvironmentLocalStorage(data))) {
/art/test/901-hello-ti-agent/
H A Dbasics.cc110 CHECK_CALL_SUCCESS(env->SetEnvironmentLocalStorage(local_data));
/art/tools/breakpoint-logger/
H A Dbreakpoint_logger.cc375 error = jvmti->SetEnvironmentLocalStorage(data);
/art/openjdkjvmti/include/
H A Djvmti.h1746 jvmtiError (JNICALL *SetEnvironmentLocalStorage) (jvmtiEnv* env, member in struct:jvmtiInterface_1_
2499 jvmtiError SetEnvironmentLocalStorage(const void* data) { function in struct:_jvmtiEnv
2500 return functions->SetEnvironmentLocalStorage(this, data);
/art/openjdkjvmti/
H A DOpenjdkJvmTi.cc1317 static jvmtiError SetEnvironmentLocalStorage(jvmtiEnv* env, const void* data) { function in class:openjdkjvmti::JvmtiFunctions
1727 JvmtiFunctions::SetEnvironmentLocalStorage,
/art/test/ti-stress/
H A Dstress.cc789 if (JVMTI_ERROR_NONE != jvmti->SetEnvironmentLocalStorage(data)) {

Completed in 336 milliseconds