Home | History | Annotate | Download | only in runtime

Lines Matching refs:runtime

211         // Ignore runtime frames (in particular callee save).
273 Runtime* runtime = Runtime::Current();
276 CHECK(runtime->AttachCurrentThread("Sampling Profiler", true, runtime->GetSystemThreadGroup(),
277 !runtime->IsAotCompiler()));
300 runtime->GetThreadList()->ForEach(GetSample, the_trace);
304 runtime->DetachCurrentThread();
390 Runtime* runtime = Runtime::Current();
395 if (runtime->GetJit() != nullptr) {
401 runtime->GetJit()->GetCodeCache()->SetGarbageCollectCode(false);
423 runtime->GetInstrumentation()->AddListener(the_trace_,
432 runtime->GetInstrumentation()->EnableMethodTracing(
433 kTracerInstrumentationKey, /*needs_interpreter=*/!runtime->IsJavaDebuggable());
440 runtime->SetStatsEnabled(true);
446 Runtime* const runtime = Runtime::Current();
479 runtime->GetThreadList()->ForEach(ClearThreadStackTraceAndClockBase, nullptr);
481 runtime->GetInstrumentation()->RemoveListener(
485 runtime->GetInstrumentation()->DisableMethodTracing(kTracerInstrumentationKey);
511 runtime->SetStatsEnabled(false);
652 os << StringPrintf("alloc-count=%d\n", Runtime::Current()->GetStat(KIND_ALLOCATED_OBJECTS));
653 os << StringPrintf("alloc-size=%d\n", Runtime::Current()->GetStat(KIND_ALLOCATED_BYTES));
654 os << StringPrintf("gc-count=%d\n", Runtime::Current()->GetStat(KIND_GC_INVOCATIONS));
684 Runtime::Current()->GetRuntimeCallbacks()->DdmPublishChunk(CHUNK_TYPE("MPSE"),
1017 Runtime::Current()->GetThreadList()->ForEach(DumpThread, &os);