/art/runtime/ |
D | common_dex_operations.h | 100 instrumentation::Instrumentation* instrumentation = Runtime::Current()->GetInstrumentation(); in DoFieldGetCommon() local 159 instrumentation::Instrumentation* instrumentation = Runtime::Current()->GetInstrumentation(); in DoFieldPutCommon() local
|
D | instrumentation_test.cc | 37 namespace instrumentation { namespace 269 instrumentation::Instrumentation* instrumentation = runtime->GetInstrumentation(); in DeoptimizeMethod() local 285 instrumentation::Instrumentation* instrumentation = runtime->GetInstrumentation(); in UndeoptimizeMethod() local 300 instrumentation::Instrumentation* instrumentation = runtime->GetInstrumentation(); in DeoptimizeEverything() local 315 instrumentation::Instrumentation* instrumentation = runtime->GetInstrumentation(); in UndeoptimizeEverything() local 330 instrumentation::Instrumentation* instrumentation = runtime->GetInstrumentation(); in EnableMethodTracing() local 342 instrumentation::Instrumentation* instrumentation = runtime->GetInstrumentation(); in DisableMethodTracing() local
|
D | instrumentation.cc | 53 namespace instrumentation { namespace 88 explicit InstallStubsClassVisitor(Instrumentation* instrumentation) in InstallStubsClassVisitor() 400 Instrumentation* instrumentation = reinterpret_cast<Instrumentation*>(arg); in InstrumentationInstallStack() local 513 Instrumentation* instrumentation = reinterpret_cast<Instrumentation*>(arg); in InstrumentationRestoreStack() local
|
D | quick_exception_handler.cc | 646 instrumentation::Instrumentation* instrumentation = Runtime::Current()->GetInstrumentation(); in UpdateInstrumentationStack() local
|
D | debugger.cc | 3124 instrumentation::Instrumentation* instrumentation = Runtime::Current()->GetInstrumentation(); in ProcessDeoptimizationRequest() local 3301 instrumentation::Instrumentation* instrumentation = Runtime::Current()->GetInstrumentation(); in SanityCheckExistingBreakpoints() local 3476 instrumentation::Instrumentation* const instrumentation = in IsForcedInterpreterNeededForResolutionImpl() local 3514 instrumentation::Instrumentation* const instrumentation = in IsForcedInstrumentationNeededForResolutionImpl() local 3551 instrumentation::Instrumentation* const instrumentation = in IsForcedInterpreterNeededForUpcallImpl() local
|
D | runtime.cc | 2739 explicit UpdateEntryPointsClassVisitor(instrumentation::Instrumentation* instrumentation) in UpdateEntryPointsClassVisitor() argument
|
D | thread.cc | 3541 instrumentation::Instrumentation* instrumentation = Runtime::Current()->GetInstrumentation(); in QuickDeliverException() local
|
/art/openjdkjvmti/ |
D | deopt_manager.cc | 262 auto instrumentation = art::Runtime::Current()->GetInstrumentation(); in AddMethodBreakpoint() local 298 auto instrumentation = art::Runtime::Current()->GetInstrumentation(); in RemoveMethodBreakpoint() local 476 art::instrumentation::Instrumentation* instrumentation = in AddDeoptimizationRequester() local
|
/art/runtime/interpreter/ |
D | interpreter.cc | 269 instrumentation::Instrumentation* instrumentation = Runtime::Current()->GetInstrumentation(); in Execute() local 538 const instrumentation::Instrumentation* const instrumentation = in EnterInterpreterFromDeoptimize() local
|
D | interpreter_switch_impl-inl.h | 308 const instrumentation::Instrumentation* instrumentation, in DoDexPcMoveEvent() 345 const instrumentation::Instrumentation* instrumentation, in SendMethodExitEvents() 2581 const instrumentation::Instrumentation* instrumentation, in InstructionHandler() 2606 const instrumentation::Instrumentation* const instrumentation; variable 2637 const auto* const instrumentation = Runtime::Current()->GetInstrumentation(); in ExecuteSwitchImplCpp() local
|
D | interpreter_common.cc | 209 instrumentation::Instrumentation* instrumentation = Runtime::Current()->GetInstrumentation(); in EXPLICIT_DO_FIELD_GET_ALL_TEMPLATE_DECL() local 393 instrumentation::Instrumentation* instrumentation = Runtime::Current()->GetInstrumentation(); in EXPLICIT_DO_FIELD_PUT_ALL_TEMPLATE_DECL() local
|
/art/runtime/jit/ |
D | jit.cc | 263 instrumentation::Instrumentation* instrumentation = Runtime::Current()->GetInstrumentation(); in CompileMethod() local
|
D | jit_code_cache.cc | 2086 instrumentation::Instrumentation* instrumentation = Runtime::Current()->GetInstrumentation(); in NotifyCompilationOf() local
|
/art/runtime/interpreter/mterp/ |
D | mterp.cc | 538 const instrumentation::Instrumentation* const instrumentation = in MterpHandleException() local
|
/art/runtime/entrypoints/quick/ |
D | quick_trampoline_entrypoints.cc | 1120 instrumentation::Instrumentation* instrumentation = Runtime::Current()->GetInstrumentation(); in artInstrumentationMethodEntryFromCode() local 1190 instrumentation::Instrumentation* instrumentation = Runtime::Current()->GetInstrumentation(); in artInstrumentationMethodExitFromCode() local
|
/art/runtime/gc/ |
D | heap.cc | 711 instrumentation::Instrumentation* const instrumentation = runtime->GetInstrumentation(); in Heap() local 1715 instrumentation::Instrumentation* const instrumentation = in EntrypointsInstrumented() local
|
/art/runtime/jni/ |
D | jni_internal.cc | 291 instrumentation::Instrumentation* instrumentation = Runtime::Current()->GetInstrumentation(); in NotifySetObjectField() local 318 instrumentation::Instrumentation* instrumentation = Runtime::Current()->GetInstrumentation(); in NotifySetPrimitiveField() local 342 instrumentation::Instrumentation* instrumentation = Runtime::Current()->GetInstrumentation(); in NotifyGetField() local
|