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

  /art/runtime/entrypoints/quick/
quick_instrumentation_entrypoints.cc 34 instrumentation::Instrumentation* instrumentation = Runtime::Current()->GetInstrumentation();
68 instrumentation::Instrumentation* instrumentation = Runtime::Current()->GetInstrumentation();
  /art/runtime/entrypoints/portable/
portable_thread_entrypoints.cc 75 if (Runtime::Current()->GetInstrumentation()->ShouldPortableCodeDeoptimize()) {
portable_throw_entrypoints.cc 116 Runtime::Current()->GetInstrumentation()->ExceptionCaughtEvent(
  /art/runtime/
quick_exception_handler.cc 37 Runtime::Current()->GetInstrumentation()->AreExitStubsInstalled()),
154 instrumentation::Instrumentation* instrumentation = Runtime::Current()->GetInstrumentation();
338 instrumentation::Instrumentation* instrumentation = Runtime::Current()->GetInstrumentation();
runtime.h 402 const instrumentation::Instrumentation* GetInstrumentation() const {
406 instrumentation::Instrumentation* GetInstrumentation() {
fault_handler.cc 271 const void* code = Runtime::Current()->GetInstrumentation()->GetQuickCodeFor(method_obj);
trace.cc 383 runtime->GetInstrumentation()->AddListener(the_trace_,
387 runtime->GetInstrumentation()->EnableMethodTracing();
424 runtime->GetInstrumentation()->DisableMethodTracing();
425 runtime->GetInstrumentation()->RemoveListener(the_trace,
runtime.cc 703 GetInstrumentation()->ForceInterpretOnly();
    [all...]
debugger.cc 766 runtime->GetInstrumentation()->EnableDeoptimization();
800 runtime->GetInstrumentation()->RemoveListener(&gDebugInstrumentationListener,
804 runtime->GetInstrumentation()->DisableDeoptimization();
    [all...]
stack.cc 517 bool exit_stubs_installed = Runtime::Current()->GetInstrumentation()->AreExitStubsInstalled();
instrumentation.cc 103 Runtime::Current()->GetInstrumentation()->IsForcedInterpretOnly()
    [all...]
class_linker.cc     [all...]
thread.cc     [all...]
  /art/runtime/mirror/
art_method-inl.h 235 const void* entry_point = runtime->GetInstrumentation()->GetQuickCodeFor(this);
333 const void* code = Runtime::Current()->GetInstrumentation()->GetQuickCodeFor(this);
339 DCHECK(quick_entry_point == Runtime::Current()->GetInstrumentation()->GetQuickCodeFor(this));
366 const void* entry_point = runtime->GetInstrumentation()->GetQuickCodeFor(this);
  /art/runtime/interpreter/
interpreter_common.cc 52 instrumentation::Instrumentation* instrumentation = Runtime::Current()->GetInstrumentation();
133 instrumentation::Instrumentation* instrumentation = Runtime::Current()->GetInstrumentation();
231 instrumentation::Instrumentation* instrumentation = Runtime::Current()->GetInstrumentation();
337 instrumentation::Instrumentation* instrumentation = Runtime::Current()->GetInstrumentation();
648 if (kIsDebugBuild && Runtime::Current()->GetInstrumentation()->IsForcedInterpretOnly() &&
    [all...]
interpreter_goto_table_impl.cc 55 currentHandlersTable = handlersTable[Runtime::Current()->GetInstrumentation()->GetInterpreterHandlerTable()]
151 instrumentation::Instrumentation* instrumentation = Runtime::Current()->GetInstrumentation();
255 instrumentation::Instrumentation* instrumentation = Runtime::Current()->GetInstrumentation();
274 instrumentation::Instrumentation* instrumentation = Runtime::Current()->GetInstrumentation();
294 instrumentation::Instrumentation* instrumentation = Runtime::Current()->GetInstrumentation();
313 instrumentation::Instrumentation* instrumentation = Runtime::Current()->GetInstrumentation();
354 instrumentation::Instrumentation* instrumentation = Runtime::Current()->GetInstrumentation();
    [all...]
interpreter_switch_impl.cc 72 const instrumentation::Instrumentation* const instrumentation = Runtime::Current()->GetInstrumentation();
    [all...]
  /art/runtime/gc/
heap.cc 426 Runtime::Current()->GetInstrumentation()->InstrumentQuickAllocEntryPoints();
505 Runtime::Current()->GetInstrumentation()->ResetQuickAllocEntryPoints();
    [all...]

Completed in 204 milliseconds