Home | History | Annotate | Download | only in runtime

Lines Matching refs:runtime

41 #include "runtime.h"
77 // Create a raw pthread; its start routine will attach to the runtime.
117 Runtime* runtime = Runtime::Current();
126 std::string fingerprint = runtime->GetFingerprint();
128 os << "ABI: '" << GetInstructionSetString(runtime->GetInstructionSet()) << "'\n";
132 runtime->DumpForSigQuit(os);
146 Runtime::Current()->GetHeap()->CollectGarbage(/* clear_soft_references= */ false);
164 Runtime::Current()->DumpLockHolders(LOG_STREAM(INFO));
174 Runtime* runtime = Runtime::Current();
175 CHECK(runtime->AttachCurrentThread("Signal Catcher", true, runtime->GetSystemThreadGroup(),
176 !runtime->IsAotCompiler()));
194 runtime->DetachCurrentThread();