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

1 2

  /art/test/1947-breakpoint-redefine-deopt/
check_deopt.cc 28 return Runtime::Current()->GetInstrumentation()->IsDeoptimized(art_method);
32 return Runtime::Current()->GetInstrumentation()->IsForcedInterpretOnly();
  /art/test/597-deopt-new-string/
deopt.cc 42 Runtime::Current()->GetInstrumentation()->EnableDeoptimization();
45 Runtime::Current()->GetInstrumentation()->DeoptimizeEverything("test");
58 Runtime::Current()->GetInstrumentation()->UndeoptimizeEverything("test");
  /art/openjdkjvmti/
deopt_manager.cc 133 !runtime->GetInstrumentation()->IsForcedInterpretOnly()) {
204 auto instrumentation = art::Runtime::Current()->GetInstrumentation();
240 auto instrumentation = art::Runtime::Current()->GetInstrumentation();
327 art::Runtime::Current()->GetInstrumentation()->Deoptimize(method);
332 art::Runtime::Current()->GetInstrumentation()->Undeoptimize(method);
337 art::Runtime::Current()->GetInstrumentation()->DeoptimizeEverything(
343 art::Runtime::Current()->GetInstrumentation()->UndeoptimizeEverything(
357 art::Runtime::Current()->GetInstrumentation()->DisableDeoptimization("");
371 art::Runtime::Current()->GetInstrumentation()->EnableDeoptimization();
379 art::Runtime::Current()->GetInstrumentation()->InstrumentThreadStack(target)
    [all...]
events.cc     [all...]
ti_method.cc 596 art::Runtime::Current()->GetInstrumentation()->InstrumentThreadStack(self);
    [all...]
ti_stack.cc     [all...]
  /art/runtime/
instrumentation_test.cc 205 instrumentation::Instrumentation* instr = Runtime::Current()->GetInstrumentation();
215 return Runtime::Current()->GetInstrumentation()->GetCurrentInstrumentationLevel();
220 return Runtime::Current()->GetInstrumentation()->requested_instrumentation_levels_.size();
232 instrumentation::Instrumentation* instr = Runtime::Current()->GetInstrumentation();
281 instrumentation::Instrumentation* instrumentation = runtime->GetInstrumentation();
297 instrumentation::Instrumentation* instrumentation = runtime->GetInstrumentation();
312 instrumentation::Instrumentation* instrumentation = runtime->GetInstrumentation();
327 instrumentation::Instrumentation* instrumentation = runtime->GetInstrumentation();
342 instrumentation::Instrumentation* instrumentation = runtime->GetInstrumentation();
354 instrumentation::Instrumentation* instrumentation = runtime->GetInstrumentation();
    [all...]
common_dex_operations.h 97 instrumentation::Instrumentation* instrumentation = Runtime::Current()->GetInstrumentation();
156 instrumentation::Instrumentation* instrumentation = Runtime::Current()->GetInstrumentation();
trace.cc 383 runtime->GetInstrumentation()->AddListener(the_trace_,
388 runtime->GetInstrumentation()->EnableMethodTracing(kTracerInstrumentationKey);
437 runtime->GetInstrumentation()->DisableMethodTracing(kTracerInstrumentationKey);
438 runtime->GetInstrumentation()->RemoveListener(
522 runtime->GetInstrumentation()->DisableMethodTracing(kTracerInstrumentationKey);
523 runtime->GetInstrumentation()->RemoveListener(
565 runtime->GetInstrumentation()->AddListener(the_trace,
570 runtime->GetInstrumentation()->EnableMethodTracing(kTracerInstrumentationKey);
    [all...]
quick_exception_handler.cc 48 Runtime::Current()->GetInstrumentation()->AreExitStubsInstalled()),
558 Runtime::Current()->GetInstrumentation()->UpdateMethodsCode(
633 instrumentation::Instrumentation* instrumentation = Runtime::Current()->GetInstrumentation();
runtime.cc     [all...]
debugger.cc 654 return !Runtime::Current()->GetInstrumentation()->IsForcedInterpretOnly();
692 !runtime->GetInstrumentation()->IsForcedInterpretOnly() &&
699 runtime->GetInstrumentation()->EnableDeoptimization();
733 runtime->GetInstrumentation()->RemoveListener(&gDebugInstrumentationListener,
738 runtime->GetInstrumentation()->DisableDeoptimization(kDbgInstrumentationKey);
    [all...]
runtime.h 455 const instrumentation::Instrumentation* GetInstrumentation() const {
459 instrumentation::Instrumentation* GetInstrumentation() {
    [all...]
stack.cc 743 const void* entry_point = runtime->GetInstrumentation()->GetQuickCodeFor(method,
771 bool exit_stubs_installed = Runtime::Current()->GetInstrumentation()->AreExitStubsInstalled();
    [all...]
art_method.cc 363 if (kIsDebugBuild && runtime->GetInstrumentation()->IsForcedInterpretOnly()) {
    [all...]
  /art/runtime/gc/
allocation_record.cc 244 Runtime::Current()->GetInstrumentation()->InstrumentQuickAllocEntryPoints();
263 Runtime::Current()->GetInstrumentation()->UninstrumentQuickAllocEntryPoints();
heap.cc 626 instrumentation::Instrumentation* const instrumentation = runtime->GetInstrumentation();
    [all...]
  /art/test/common/
runtime_state.cc 47 && runtime->GetInstrumentation()->GetCurrentInstrumentationLevel() !=
  /art/runtime/jit/
jit.cc 263 << Runtime::Current()->GetInstrumentation()->InterpretOnly();
288 instrumentation::Instrumentation* instrumentation = Runtime::Current()->GetInstrumentation();
735 Runtime::Current()->GetInstrumentation()->UpdateMethodsCode(
jit_code_cache.cc 832 instrumentation::Instrumentation* instrum = Runtime::Current()->GetInstrumentation()
    [all...]
  /art/runtime/interpreter/
interpreter.cc 253 instrumentation::Instrumentation* instrumentation = Runtime::Current()->GetInstrumentation();
510 first ? nullptr : Runtime::Current()->GetInstrumentation();
interpreter_common.h 200 instrumentation::Instrumentation* instrumentation = Runtime::Current()->GetInstrumentation();
287 instrumentation::Instrumentation* instrumentation = Runtime::Current()->GetInstrumentation();
interpreter_common.cc 164 instrumentation::Instrumentation* instrumentation = Runtime::Current()->GetInstrumentation();
348 instrumentation::Instrumentation* instrumentation = Runtime::Current()->GetInstrumentation();
    [all...]
  /art/runtime/interpreter/mterp/
mterp.cc 151 const instrumentation::Instrumentation* const instrumentation = runtime->GetInstrumentation();
574 Runtime::Current()->GetInstrumentation();
    [all...]
  /art/runtime/entrypoints/quick/
quick_trampoline_entrypoints.cc     [all...]

Completed in 544 milliseconds

1 2