Lines Matching full:runtime
33 #include "runtime.h"
71 // Create a raw pthread; its start routine will attach to the runtime.
126 Runtime* runtime = Runtime::Current();
127 ThreadList* thread_list = runtime->GetThreadList();
145 os << "ABI: " << GetInstructionSetString(runtime->GetInstructionSet()) << "\n";
149 runtime->DumpForSigQuit(os);
171 Runtime::Current()->GetHeap()->CollectGarbage(false);
188 Runtime::Current()->DumpLockHolders(LOG(INFO));
198 Runtime* runtime = Runtime::Current();
199 CHECK(runtime->AttachCurrentThread("Signal Catcher", true, runtime->GetSystemThreadGroup(),
200 !runtime->IsCompiler()));
218 runtime->DetachCurrentThread();