Home
last modified time | relevance | path

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

/art/test/909-attach-agent/
Dattach.cc57 CHECK_CALL_SUCCESS(env->GetEnvironmentLocalStorage(reinterpret_cast<void**>(&get_data))); in OnAttach()
62 CHECK_CALL_SUCCESS(env2->GetEnvironmentLocalStorage(reinterpret_cast<void**>(&get_data))); in OnAttach()
/art/test/901-hello-ti-agent/
Dbasics.cc101 CHECK_CALL_SUCCESS(env->GetEnvironmentLocalStorage(reinterpret_cast<void**>(&get_data))); in OnLoad()
106 CHECK_CALL_SUCCESS(env2->GetEnvironmentLocalStorage(reinterpret_cast<void**>(&get_data))); in OnLoad()
/art/test/ti-stress/
Dstress.cc146 CHECK_EQ(jvmti->GetEnvironmentLocalStorage(reinterpret_cast<void**>(&data)), in ClassFileLoadHookSecretNoOp()
197 CHECK_EQ(jvmti_env->GetEnvironmentLocalStorage(reinterpret_cast<void**>(&data)), in EnsureVMClassloaderInitializedCB()
/art/runtime/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/runtime/openjdkjvmti/
DOpenjdkJvmTi.cc1518 static jvmtiError GetEnvironmentLocalStorage(jvmtiEnv* env, void** data_ptr) { in GetEnvironmentLocalStorage() function in openjdkjvmti::JvmtiFunctions
1893 JvmtiFunctions::GetEnvironmentLocalStorage,