Home | History | Annotate | Download | only in openjdkjvmti

Lines Matching refs:runtime

50 #include "runtime.h"
92 art::Runtime* runtime = art::Runtime::Current();
93 return runtime->GetInstrumentation()->IsForcedInterpretOnly() || runtime->IsJavaDebuggable();
794 art::Runtime::Current(),
813 Runtime::Current(),
1310 art::Runtime::Current()->RemoveSystemWeakHolder(tienv->object_tag_table.get());
1484 ArtJvmTiEnv::ArtJvmTiEnv(art::JavaVMExt* runtime, EventHandler* event_handler, jint version)
1485 : art_vm(runtime),
1503 art::Runtime::Current()->AddSystemWeakHolder(
1507 // A hook that the runtime uses to allow plugins to handle GetEnv calls. It returns true and
1511 // JavaDebuggable will either be set by the runtime as it is starting up or the plugin if it's
1528 art::Runtime* runtime = art::Runtime::Current();
1534 if (runtime->IsStarted()) {
1554 runtime->GetJavaVM()->AddEnvironmentHook(GetEnvHandler);