Home
last modified time | relevance | path

Searched refs:art_env (Results 1 – 2 of 2) sorted by relevance

/art/openjdkjvmti/
Dti_extension.cc392 ArtJvmTiEnv* art_env = ArtJvmTiEnv::AsArtJvmTiEnv(env); in SetExtensionEventCallback() local
397 art::WriterMutexLock lk(art::Thread::Current(), art_env->event_info_mutex_); in SetExtensionEventCallback()
398 if (art_env->event_callbacks.get() == nullptr) { in SetExtensionEventCallback()
399 art_env->event_callbacks.reset(new ArtJvmtiEventCallbacks()); in SetExtensionEventCallback()
401 jvmtiError err = art_env->event_callbacks->Set(extension_event_index, callback); in SetExtensionEventCallback()
406 return event_handler->SetEvent(art_env, in SetExtensionEventCallback()
DOpenjdkJvmTi.cc1028 ArtJvmTiEnv* art_env = ArtJvmTiEnv::AsArtJvmTiEnv(env); in SetEventCallbacks() local
1029 art::WriterMutexLock lk(art::Thread::Current(), art_env->event_info_mutex_); in SetEventCallbacks()
1032 tmp->CopyExtensionsFrom(art_env->event_callbacks.get()); in SetEventCallbacks()
1041 art_env->event_callbacks = std::move(tmp); in SetEventCallbacks()
1065 ArtJvmTiEnv* art_env = ArtJvmTiEnv::AsArtJvmTiEnv(env); in SetEventNotificationMode() local
1066 return gEventHandler->SetEvent(art_env, in SetEventNotificationMode()
1068 GetArtJvmtiEvent(art_env, event_type), in SetEventNotificationMode()
1170 ArtJvmTiEnv* art_env = static_cast<ArtJvmTiEnv*>(env); in AddCapabilities() local
1182 if (art_env->capabilities.e != 1) { \ in AddCapabilities()
1183 art_env->capabilities.e = 1; \ in AddCapabilities()
[all …]