Lines Matching refs:art_env
1028 ArtJvmTiEnv* art_env = ArtJvmTiEnv::AsArtJvmTiEnv(env);
1029 art::WriterMutexLock lk(art::Thread::Current(), art_env->event_info_mutex_);
1032 tmp->CopyExtensionsFrom(art_env->event_callbacks.get());
1041 art_env->event_callbacks = std::move(tmp);
1065 ArtJvmTiEnv* art_env = ArtJvmTiEnv::AsArtJvmTiEnv(env);
1066 return gEventHandler->SetEvent(art_env,
1068 GetArtJvmtiEvent(art_env, event_type),
1170 ArtJvmTiEnv* art_env = static_cast<ArtJvmTiEnv*>(env);
1182 if (art_env->capabilities.e != 1) { \
1183 art_env->capabilities.e = 1; \
1204 ArtJvmTiEnv* art_env = reinterpret_cast<ArtJvmTiEnv*>(env);
1209 if (art_env->capabilities.e == 1) { \
1210 art_env->capabilities.e = 0;\