HomeSort by relevance Sort by last modified time
    Searched refs:GetInstrumentation (Results 1 - 13 of 13) sorted by null

  /art/runtime/entrypoints/quick/
quick_instrumentation_entrypoints.cc 33 instrumentation::Instrumentation* instrumentation = Runtime::Current()->GetInstrumentation();
57 instrumentation::Instrumentation* instrumentation = Runtime::Current()->GetInstrumentation();
  /art/runtime/entrypoints/portable/
portable_thread_entrypoints.cc 79 if (Runtime::Current()->GetInstrumentation()->ShouldPortableCodeDeoptimize()) {
portable_throw_entrypoints.cc 115 Runtime::Current()->GetInstrumentation()->ExceptionCaughtEvent(self,
  /art/runtime/mirror/
art_method.cc 149 const void* code = Runtime::Current()->GetInstrumentation()->GetQuickCodeFor(this);
160 const void* code = Runtime::Current()->GetInstrumentation()->GetQuickCodeFor(this);
196 const void* code = Runtime::Current()->GetInstrumentation()->GetQuickCodeFor(this);
204 const void* code = Runtime::Current()->GetInstrumentation()->GetQuickCodeFor(this);
  /art/runtime/entrypoints/
entrypoint_utils.cc 278 if (Runtime::Current()->GetInstrumentation()->AreExitStubsInstalled()) {
280 Runtime::Current()->GetInstrumentation()->PopMethodForUnwind(self, false);
  /art/runtime/
runtime.h 389 instrumentation::Instrumentation* GetInstrumentation() {
stack.cc 283 bool exit_stubs_installed = Runtime::Current()->GetInstrumentation()->AreExitStubsInstalled();
trace.cc 382 runtime->GetInstrumentation()->AddListener(the_trace_,
415 runtime->GetInstrumentation()->RemoveListener(the_trace,
thread.cc     [all...]
class_linker.cc     [all...]
runtime.cc 874 GetInstrumentation()->ForceInterpretOnly();
    [all...]
debugger.cc 542 runtime->GetInstrumentation()->AddListener(&gDebugInstrumentationListener,
566 runtime->GetInstrumentation()->RemoveListener(&gDebugInstrumentationListener,
    [all...]
  /art/runtime/interpreter/
interpreter.cc     [all...]

Completed in 913 milliseconds