HomeSort by relevance Sort by last modified time
    Searched refs:GetEnvironmentLocalStorage (Results 1 - 10 of 10) sorted by null

  /art/test/909-attach-agent/
attach.cc 61 CHECK_CALL_SUCCESS(env->GetEnvironmentLocalStorage(reinterpret_cast<void**>(&get_data)));
66 CHECK_CALL_SUCCESS(env2->GetEnvironmentLocalStorage(reinterpret_cast<void**>(&get_data)));
  /art/test/ti-agent/
trace_helper.cc 49 jvmti->GetEnvironmentLocalStorage(reinterpret_cast<void**>(&data)))) {
77 jvmti->GetEnvironmentLocalStorage(reinterpret_cast<void**>(&data)))) {
112 jvmti->GetEnvironmentLocalStorage(reinterpret_cast<void**>(&data)))) {
151 jvmti->GetEnvironmentLocalStorage(reinterpret_cast<void**>(&data)))) {
182 jvmti->GetEnvironmentLocalStorage(reinterpret_cast<void**>(&data)))) {
206 jvmti->GetEnvironmentLocalStorage(reinterpret_cast<void**>(&data)))) {
233 env, jvmti_env, jvmti_env->GetEnvironmentLocalStorage(reinterpret_cast<void**>(&data)))) {
273 env, jvmti_env, jvmti_env->GetEnvironmentLocalStorage(reinterpret_cast<void**>(&data)))) {
392 if (JvmtiErrorToException(env, jvmti_env, jvmti_env->GetEnvironmentLocalStorage(&old_data))) {
breakpoint_helper.cc 44 jvmti->GetEnvironmentLocalStorage(reinterpret_cast<void**>(&data)))) {
165 if (JvmtiErrorToException(env, jvmti_env, jvmti_env->GetEnvironmentLocalStorage(&old_data))) {
  /art/test/1900-track-alloc/
alloc.cc 68 env, jvmti_env, jvmti_env->GetEnvironmentLocalStorage(reinterpret_cast<void**>(&data)))) {
117 if (JvmtiErrorToException(env, jvmti_env, jvmti_env->GetEnvironmentLocalStorage(&old_data))) {
  /art/test/901-hello-ti-agent/
basics.cc 101 CHECK_CALL_SUCCESS(env->GetEnvironmentLocalStorage(reinterpret_cast<void**>(&get_data)));
106 CHECK_CALL_SUCCESS(env2->GetEnvironmentLocalStorage(reinterpret_cast<void**>(&get_data)));
  /art/test/ti-stress/
stress.cc 562 CHECK_EQ(jvmtienv->GetEnvironmentLocalStorage(reinterpret_cast<void**>(&data)),
623 CHECK_EQ(jvmti->GetEnvironmentLocalStorage(reinterpret_cast<void**>(&data)),
692 CHECK_EQ(jvmti_env->GetEnvironmentLocalStorage(reinterpret_cast<void**>(&data)),
  /art/runtime/openjdkjvmti/include/
jvmti.h     [all...]
  /prebuilts/jdk/jdk8/darwin-x86/include/
jvmti.h     [all...]
  /prebuilts/jdk/jdk8/linux-x86/include/
jvmti.h     [all...]
  /art/runtime/openjdkjvmti/
OpenjdkJvmTi.cc     [all...]

Completed in 87 milliseconds