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

  /art/test/597-deopt-new-string/
deopt.cc 41 Runtime::Current()->GetInstrumentation()->EnableDeoptimization();
44 Runtime::Current()->GetInstrumentation()->DeoptimizeEverything("test");
57 Runtime::Current()->GetInstrumentation()->UndeoptimizeEverything("test");
  /art/runtime/
instrumentation_test.cc 187 instrumentation::Instrumentation* instr = Runtime::Current()->GetInstrumentation();
197 return Runtime::Current()->GetInstrumentation()->GetCurrentInstrumentationLevel();
202 return Runtime::Current()->GetInstrumentation()->requested_instrumentation_levels_.size();
214 instrumentation::Instrumentation* instr = Runtime::Current()->GetInstrumentation();
260 instrumentation::Instrumentation* instrumentation = runtime->GetInstrumentation();
276 instrumentation::Instrumentation* instrumentation = runtime->GetInstrumentation();
291 instrumentation::Instrumentation* instrumentation = runtime->GetInstrumentation();
306 instrumentation::Instrumentation* instrumentation = runtime->GetInstrumentation();
321 instrumentation::Instrumentation* instrumentation = runtime->GetInstrumentation();
333 instrumentation::Instrumentation* instrumentation = runtime->GetInstrumentation();
    [all...]
common_dex_operations.h 74 instrumentation::Instrumentation* instrumentation = Runtime::Current()->GetInstrumentation();
133 instrumentation::Instrumentation* instrumentation = Runtime::Current()->GetInstrumentation();
trace.cc 376 runtime->GetInstrumentation()->AddListener(the_trace_,
381 runtime->GetInstrumentation()->EnableMethodTracing(kTracerInstrumentationKey);
431 runtime->GetInstrumentation()->DisableMethodTracing(kTracerInstrumentationKey);
432 runtime->GetInstrumentation()->RemoveListener(
517 runtime->GetInstrumentation()->DisableMethodTracing(kTracerInstrumentationKey);
518 runtime->GetInstrumentation()->RemoveListener(
560 runtime->GetInstrumentation()->AddListener(the_trace,
565 runtime->GetInstrumentation()->EnableMethodTracing(kTracerInstrumentationKey);
    [all...]
quick_exception_handler.cc 46 Runtime::Current()->GetInstrumentation()->AreExitStubsInstalled()),
556 Runtime::Current()->GetInstrumentation()->UpdateMethodsCode(
631 instrumentation::Instrumentation* instrumentation = Runtime::Current()->GetInstrumentation();
runtime.h 444 const instrumentation::Instrumentation* GetInstrumentation() const {
448 instrumentation::Instrumentation* GetInstrumentation() {
runtime.cc     [all...]
debugger.cc 593 return !Runtime::Current()->GetInstrumentation()->IsForcedInterpretOnly();
631 !runtime->GetInstrumentation()->IsForcedInterpretOnly() &&
638 runtime->GetInstrumentation()->EnableDeoptimization();
671 runtime->GetInstrumentation()->RemoveListener(&gDebugInstrumentationListener,
676 runtime->GetInstrumentation()->DisableDeoptimization(kDbgInstrumentationKey);
    [all...]
stack.cc 740 const void* entry_point = runtime->GetInstrumentation()->GetQuickCodeFor(method,
763 bool exit_stubs_installed = Runtime::Current()->GetInstrumentation()->AreExitStubsInstalled();
    [all...]
art_method.cc 356 if (kIsDebugBuild && runtime->GetInstrumentation()->IsForcedInterpretOnly()) {
    [all...]
jni_internal.cc 88 instrumentation::Instrumentation* instrumentation = Runtime::Current()->GetInstrumentation();
115 instrumentation::Instrumentation* instrumentation = Runtime::Current()->GetInstrumentation();
139 instrumentation::Instrumentation* instrumentation = Runtime::Current()->GetInstrumentation();
    [all...]
class_linker.cc     [all...]
thread.cc     [all...]
  /art/runtime/gc/
allocation_record.cc 243 Runtime::Current()->GetInstrumentation()->InstrumentQuickAllocEntryPoints();
262 Runtime::Current()->GetInstrumentation()->UninstrumentQuickAllocEntryPoints();
heap.cc 629 instrumentation::Instrumentation* const instrumentation = runtime->GetInstrumentation();
    [all...]
  /art/runtime/interpreter/
interpreter_common.h 193 instrumentation::Instrumentation* instrumentation = Runtime::Current()->GetInstrumentation();
260 instrumentation::Instrumentation* instrumentation = Runtime::Current()->GetInstrumentation();
interpreter.cc 251 instrumentation::Instrumentation* instrumentation = Runtime::Current()->GetInstrumentation();
524 first ? nullptr : Runtime::Current()->GetInstrumentation();
interpreter_common.cc 150 instrumentation::Instrumentation* instrumentation = Runtime::Current()->GetInstrumentation();
326 instrumentation::Instrumentation* instrumentation = Runtime::Current()->GetInstrumentation();
    [all...]
interpreter_switch_impl.cc 165 const auto* const instrumentation = Runtime::Current()->GetInstrumentation();
    [all...]
  /art/test/common/
runtime_state.cc 43 && runtime->GetInstrumentation()->GetCurrentInstrumentationLevel() !=
  /art/runtime/jit/
jit.cc 261 << Runtime::Current()->GetInstrumentation()->InterpretOnly();
283 instrumentation::Instrumentation* instrumentation = Runtime::Current()->GetInstrumentation();
721 Runtime::Current()->GetInstrumentation()->UpdateMethodsCode(
jit_code_cache.cc 659 Runtime::Current()->GetInstrumentation()->UpdateMethodsCode(
734 Runtime::Current()->GetInstrumentation()->UpdateMethodsCode(
    [all...]
  /art/runtime/openjdkjvmti/
events.cc 596 art::instrumentation::Instrumentation* instr = art::Runtime::Current()->GetInstrumentation();
764 art::Runtime::Current()->GetInstrumentation()->RemoveListener(method_trace_listener_.get(), ~0);
  /art/runtime/interpreter/mterp/
mterp.cc 149 Runtime::Current()->GetInstrumentation();
493 Runtime::Current()->GetInstrumentation();
    [all...]
  /art/runtime/entrypoints/quick/
quick_trampoline_entrypoints.cc     [all...]

Completed in 386 milliseconds