HomeSort by relevance Sort by last modified time
    Searched refs:GetInstrumentation (Results 1 - 25 of 29) 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 188 !runtime->GetInstrumentation()->IsForcedInterpretOnly()) {
262 auto instrumentation = art::Runtime::Current()->GetInstrumentation();
298 auto instrumentation = art::Runtime::Current()->GetInstrumentation();
392 art::Runtime::Current()->GetInstrumentation()->Deoptimize(method);
397 art::Runtime::Current()->GetInstrumentation()->Undeoptimize(method);
402 art::Runtime::Current()->GetInstrumentation()->DeoptimizeEverything(
408 art::Runtime::Current()->GetInstrumentation()->UndeoptimizeEverything(
462 art::Runtime::Current()->GetInstrumentation()->DisableDeoptimization("");
477 art::Runtime::Current()->GetInstrumentation();
493 art::Runtime::Current()->GetInstrumentation()->InstrumentThreadStack(target)
    [all...]
events.cc     [all...]
OpenjdkJvmTi.cc 93 return runtime->GetInstrumentation()->IsForcedInterpretOnly() || runtime->IsJavaDebuggable();
    [all...]
  /art/runtime/
instrumentation_test.cc 193 instrumentation::Instrumentation* instr = Runtime::Current()->GetInstrumentation();
203 return Runtime::Current()->GetInstrumentation()->GetCurrentInstrumentationLevel();
208 return Runtime::Current()->GetInstrumentation()->requested_instrumentation_levels_.size();
220 instrumentation::Instrumentation* instr = Runtime::Current()->GetInstrumentation();
269 instrumentation::Instrumentation* instrumentation = runtime->GetInstrumentation();
285 instrumentation::Instrumentation* instrumentation = runtime->GetInstrumentation();
300 instrumentation::Instrumentation* instrumentation = runtime->GetInstrumentation();
315 instrumentation::Instrumentation* instrumentation = runtime->GetInstrumentation();
330 instrumentation::Instrumentation* instrumentation = runtime->GetInstrumentation();
342 instrumentation::Instrumentation* instrumentation = runtime->GetInstrumentation();
    [all...]
common_dex_operations.h 100 instrumentation::Instrumentation* instrumentation = Runtime::Current()->GetInstrumentation();
159 instrumentation::Instrumentation* instrumentation = Runtime::Current()->GetInstrumentation();
quick_exception_handler.cc 50 Runtime::Current()->GetInstrumentation()->AreExitStubsInstalled()),
613 Runtime::Current()->GetInstrumentation()->UpdateMethodsCode(
646 instrumentation::Instrumentation* instrumentation = Runtime::Current()->GetInstrumentation();
trace.cc 423 runtime->GetInstrumentation()->AddListener(the_trace_,
432 runtime->GetInstrumentation()->EnableMethodTracing(
481 runtime->GetInstrumentation()->RemoveListener(
485 runtime->GetInstrumentation()->DisableMethodTracing(kTracerInstrumentationKey);
    [all...]
runtime.cc     [all...]
debugger.cc 648 return !Runtime::Current()->GetInstrumentation()->IsForcedInterpretOnly();
687 !runtime->GetInstrumentation()->IsForcedInterpretOnly() &&
693 runtime->GetInstrumentation()->EnableDeoptimization();
727 runtime->GetInstrumentation()->RemoveListener(&gDebugInstrumentationListener,
732 runtime->GetInstrumentation()->DisableDeoptimization(kDbgInstrumentationKey);
    [all...]
runtime.h 481 const instrumentation::Instrumentation* GetInstrumentation() const {
485 instrumentation::Instrumentation* GetInstrumentation() {
    [all...]
stack.cc 726 const void* entry_point = runtime->GetInstrumentation()->GetQuickCodeFor(method,
754 bool exit_stubs_installed = Runtime::Current()->GetInstrumentation()->AreExitStubsInstalled();
    [all...]
art_method.cc 350 if (kIsDebugBuild && runtime->GetInstrumentation()->IsForcedInterpretOnly()) {
    [all...]
  /art/runtime/gc/
allocation_record.cc 167 Runtime::Current()->GetInstrumentation()->InstrumentQuickAllocEntryPoints();
186 Runtime::Current()->GetInstrumentation()->UninstrumentQuickAllocEntryPoints();
heap.cc     [all...]
  /art/tools/tracefast-plugin/
tracefast.cc 133 runtime->GetInstrumentation()->AddListener(&gEmptyTracer,
137 runtime->GetInstrumentation()->EnableMethodTracing(kTracerInstrumentationKey, kNeedsInterpreter);
  /art/test/common/
runtime_state.cc 49 && runtime->GetInstrumentation()->GetCurrentInstrumentationLevel() !=
191 Runtime::Current()->GetInstrumentation()->GetCodeForInvoke(method));
  /art/runtime/jit/
jit.cc 201 !Runtime::Current()->GetInstrumentation()->AreExitStubsInstalled());
263 instrumentation::Instrumentation* instrumentation = Runtime::Current()->GetInstrumentation();
    [all...]
jit_code_cache.cc     [all...]
  /art/runtime/interpreter/
interpreter.cc 269 instrumentation::Instrumentation* instrumentation = Runtime::Current()->GetInstrumentation();
539 frame_cnt == 0 ? nullptr : Runtime::Current()->GetInstrumentation();
interpreter_common.cc 209 instrumentation::Instrumentation* instrumentation = Runtime::Current()->GetInstrumentation();
393 instrumentation::Instrumentation* instrumentation = Runtime::Current()->GetInstrumentation();
    [all...]
  /art/runtime/interpreter/mterp/
mterp.cc 153 !runtime->GetInstrumentation()->IsActive() &&
539 Runtime::Current()->GetInstrumentation();
    [all...]
  /art/runtime/entrypoints/quick/
quick_trampoline_entrypoints.cc     [all...]
  /art/runtime/jni/
jni_internal.cc 291 instrumentation::Instrumentation* instrumentation = Runtime::Current()->GetInstrumentation();
318 instrumentation::Instrumentation* instrumentation = Runtime::Current()->GetInstrumentation();
342 instrumentation::Instrumentation* instrumentation = Runtime::Current()->GetInstrumentation();
    [all...]

Completed in 113 milliseconds

1 2