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

  /art/test/909-attach-agent/
attach.cc 74 CHECK_CALL_SUCCESS(env->GetEnvironmentLocalStorage(reinterpret_cast<void**>(&get_data)));
79 CHECK_CALL_SUCCESS(env2->GetEnvironmentLocalStorage(reinterpret_cast<void**>(&get_data)));
  /art/test/1919-vminit-thread-start-timing/
vminit.cc 58 CheckJvmtiError(jvmti, jvmti->GetEnvironmentLocalStorage(reinterpret_cast<void**>(&list)));
68 CheckJvmtiError(jvmti, jvmti->GetEnvironmentLocalStorage(reinterpret_cast<void**>(&list)));
105 CheckJvmtiError(jvmti, jvmti->GetEnvironmentLocalStorage(reinterpret_cast<void**>(&list)));
153 jvmti_env->GetEnvironmentLocalStorage(
174 jvmti_env->GetEnvironmentLocalStorage(
  /art/test/ti-agent/
monitors_helper.cc 87 jvmti->GetEnvironmentLocalStorage(reinterpret_cast<void**>(&data)))) {
101 jvmti->GetEnvironmentLocalStorage(reinterpret_cast<void**>(&data)))) {
116 jvmti->GetEnvironmentLocalStorage(reinterpret_cast<void**>(&data)))) {
131 jvmti->GetEnvironmentLocalStorage(reinterpret_cast<void**>(&data)))) {
173 jvmti_env->GetEnvironmentLocalStorage(
frame_pop_helper.cc 41 jvmti->GetEnvironmentLocalStorage(reinterpret_cast<void**>(&data)))) {
77 if (JvmtiErrorToException(env, jvmti_env, jvmti_env->GetEnvironmentLocalStorage(&old_data))) {
exceptions_helper.cc 47 jvmti->GetEnvironmentLocalStorage(reinterpret_cast<void**>(&data)))) {
86 jvmti->GetEnvironmentLocalStorage(reinterpret_cast<void**>(&data)))) {
138 jvmti_env->GetEnvironmentLocalStorage(
trace_helper.cc 103 jvmti->GetEnvironmentLocalStorage(reinterpret_cast<void**>(&data)))) {
118 jvmti->GetEnvironmentLocalStorage(reinterpret_cast<void**>(&data)))) {
136 jvmti->GetEnvironmentLocalStorage(reinterpret_cast<void**>(&data)))) {
167 jvmti->GetEnvironmentLocalStorage(reinterpret_cast<void**>(&data)))) {
205 jvmti->GetEnvironmentLocalStorage(reinterpret_cast<void**>(&data)))) {
246 jvmti->GetEnvironmentLocalStorage(reinterpret_cast<void**>(&data)))) {
281 jvmti->GetEnvironmentLocalStorage(reinterpret_cast<void**>(&data)))) {
310 jvmti->GetEnvironmentLocalStorage(reinterpret_cast<void**>(&data)))) {
337 env, jvmti_env, jvmti_env->GetEnvironmentLocalStorage(reinterpret_cast<void**>(&data)))) {
377 env, jvmti_env, jvmti_env->GetEnvironmentLocalStorage(reinterpret_cast<void**>(&data))))
    [all...]
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/1946-list-descriptors/
descriptors.cc 55 env, jvmti_env, jvmti_env->GetEnvironmentLocalStorage(reinterpret_cast<void**>(&data)))) {
98 if (JvmtiErrorToException(env, jvmti_env, jvmti_env->GetEnvironmentLocalStorage(&old_data))) {
  /art/test/1940-ddms-ext/
ddm_ext.cc 58 env, jvmti_env, jvmti_env->GetEnvironmentLocalStorage(reinterpret_cast<void**>(&data)))) {
117 jvmti->GetEnvironmentLocalStorage(reinterpret_cast<void**>(&data)))) {
130 if (JvmtiErrorToException(env, jvmti_env, jvmti_env->GetEnvironmentLocalStorage(&old_data))) {
  /art/test/901-hello-ti-agent/
basics.cc 112 CHECK_CALL_SUCCESS(env->GetEnvironmentLocalStorage(reinterpret_cast<void**>(&get_data)));
117 CHECK_CALL_SUCCESS(env2->GetEnvironmentLocalStorage(reinterpret_cast<void**>(&get_data)));
  /art/test/ti-stress/
stress.cc 584 CHECK_EQ(jvmtienv->GetEnvironmentLocalStorage(reinterpret_cast<void**>(&data)),
645 CHECK_EQ(jvmti->GetEnvironmentLocalStorage(reinterpret_cast<void**>(&data)),
704 CHECK_EQ(jvmti_env->GetEnvironmentLocalStorage(reinterpret_cast<void**>(&data)),
  /art/tools/breakpoint-logger/
breakpoint_logger.cc 41 jvmtiError err = jvmti->GetEnvironmentLocalStorage(reinterpret_cast<void**>(&all_targets));
  /art/openjdkjvmti/include/
jvmti.h     [all...]
  /external/oj-libjdwp/src/share/javavm/export/
jvmti.h     [all...]
  /prebuilts/jdk/jdk8/darwin-x86/include/
jvmti.h     [all...]
  /prebuilts/jdk/jdk8/linux-x86/include/
jvmti.h     [all...]
  /prebuilts/jdk/jdk9/darwin-x86/include/
jvmti.h     [all...]
  /prebuilts/jdk/jdk9/linux-x86/include/
jvmti.h     [all...]
  /art/openjdkjvmti/
OpenjdkJvmTi.cc     [all...]

Completed in 238 milliseconds