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

  /art/openjdkjvmti/
ti_extension.cc 392 ArtJvmTiEnv* art_env = ArtJvmTiEnv::AsArtJvmTiEnv(env); local
397 art::WriterMutexLock lk(art::Thread::Current(), art_env->event_info_mutex_);
398 if (art_env->event_callbacks.get() == nullptr) {
399 art_env->event_callbacks.reset(new ArtJvmtiEventCallbacks());
401 jvmtiError err = art_env->event_callbacks->Set(extension_event_index, callback);
406 return event_handler->SetEvent(art_env,
OpenjdkJvmTi.cc 1028 ArtJvmTiEnv* art_env = ArtJvmTiEnv::AsArtJvmTiEnv(env); local
1065 ArtJvmTiEnv* art_env = ArtJvmTiEnv::AsArtJvmTiEnv(env); local
1170 ArtJvmTiEnv* art_env = static_cast<ArtJvmTiEnv*>(env); local
1204 ArtJvmTiEnv* art_env = reinterpret_cast<ArtJvmTiEnv*>(env); local
    [all...]

Completed in 50 milliseconds