Home
last modified time | relevance | path

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

/art/openjdkjvmti/
Dti_extension.cc467 ArtJvmTiEnv* art_env = ArtJvmTiEnv::AsArtJvmTiEnv(env); in SetExtensionEventCallback() local
472 art::WriterMutexLock lk(art::Thread::Current(), art_env->event_info_mutex_); in SetExtensionEventCallback()
473 if (art_env->event_callbacks.get() == nullptr) { in SetExtensionEventCallback()
474 art_env->event_callbacks.reset(new ArtJvmtiEventCallbacks()); in SetExtensionEventCallback()
476 jvmtiError err = art_env->event_callbacks->Set(extension_event_index, callback); in SetExtensionEventCallback()
481 return event_handler->SetEvent(art_env, in SetExtensionEventCallback()
DOpenjdkJvmTi.cc1040 ArtJvmTiEnv* art_env = ArtJvmTiEnv::AsArtJvmTiEnv(env); in SetEventCallbacks() local
1041 art::WriterMutexLock lk(art::Thread::Current(), art_env->event_info_mutex_); in SetEventCallbacks()
1044 tmp->CopyExtensionsFrom(art_env->event_callbacks.get()); in SetEventCallbacks()
1053 art_env->event_callbacks = std::move(tmp); in SetEventCallbacks()
1064 ArtJvmTiEnv* art_env = ArtJvmTiEnv::AsArtJvmTiEnv(env); in SetEventNotificationMode() local
1065 return gEventHandler->SetEvent(art_env, in SetEventNotificationMode()
1067 GetArtJvmtiEvent(art_env, event_type), in SetEventNotificationMode()
1169 ArtJvmTiEnv* art_env = static_cast<ArtJvmTiEnv*>(env); in AddCapabilities() local
1181 if (art_env->capabilities.e != 1) { \ in AddCapabilities()
1182 art_env->capabilities.e = 1; \ in AddCapabilities()
[all …]