Lines Matching refs:runtime
48 #include "runtime.h"
181 // Store the stack traces into the runtime fault string in case we Get a heap corruption
185 Runtime* runtime = Runtime::Current();
186 runtime->GetThreadList()->DumpForSigQuit(oss);
187 runtime->GetThreadList()->DumpNativeStacks(oss);
188 runtime->SetFaultMessage(oss.str());
254 Runtime::Current()->BroadcastForNewSystemWeaks();
255 Runtime::Current()->GetClassLinker()->CleanupClassLoaders();
641 Runtime::Current()->VisitRoots(this);
646 Runtime::Current()->SweepSystemWeaks(this);