/art/runtime/ |
D | runtime_callbacks_test.cc | 105 Runtime::Current()->GetRuntimeCallbacks()->AddThreadLifecycleCallback(&cb_); in AddListener() 108 Runtime::Current()->GetRuntimeCallbacks()->RemoveThreadLifecycleCallback(&cb_); in RemoveListener() 224 Runtime::Current()->GetRuntimeCallbacks()->AddClassLoadCallback(&cb_); in AddListener() 227 Runtime::Current()->GetRuntimeCallbacks()->RemoveClassLoadCallback(&cb_); in RemoveListener() 324 Runtime::Current()->GetRuntimeCallbacks()->AddRuntimeSigQuitCallback(&cb_); in AddListener() 327 Runtime::Current()->GetRuntimeCallbacks()->RemoveRuntimeSigQuitCallback(&cb_); in RemoveListener() 367 Runtime::Current()->GetRuntimeCallbacks()->AddRuntimePhaseCallback(&cb_); in AddListener() 370 Runtime::Current()->GetRuntimeCallbacks()->RemoveRuntimePhaseCallback(&cb_); in RemoveListener() 439 Runtime::Current()->GetRuntimeCallbacks()->AddMonitorCallback(&cb_); in AddListener() 442 Runtime::Current()->GetRuntimeCallbacks()->RemoveMonitorCallback(&cb_); in RemoveListener()
|
D | debugger.cc | 310 RuntimeCallbacks* cb = Runtime::Current()->GetRuntimeCallbacks(); in DdmSendThreadNotification() 443 Runtime::Current()->GetRuntimeCallbacks()->DdmPublishChunk(CHUNK_TYPE("HPIF"), in DdmSendHeapInfo() 531 Runtime::Current()->GetRuntimeCallbacks()->DdmPublishChunk(type_, out); in Flush() 714 RuntimeCallbacks* cb = Runtime::Current()->GetRuntimeCallbacks(); in DdmSendHeapSegments()
|
D | monitor.cc | 449 Runtime::Current()->GetRuntimeCallbacks()->MonitorContendedLocked(this); in Lock() 510 Runtime::Current()->GetRuntimeCallbacks()->MonitorContendedLocking(this); in Lock() 639 Runtime::Current()->GetRuntimeCallbacks()->MonitorContendedLocked(this); in Lock() 937 Runtime::Current()->GetRuntimeCallbacks()->MonitorWaitFinished(this, timed_out); in Wait() 1294 Runtime::Current()->GetRuntimeCallbacks()->ObjectWaitStart(h_obj, ms); in Wait()
|
D | runtime.cc | 438 GetRuntimeCallbacks()->StopDebugger(); in ~Runtime() 1086 GetRuntimeCallbacks()->StartDebugger(); in InitNonZygoteOrPostFork() 2827 RuntimeCallbacks* Runtime::GetRuntimeCallbacks() { in GetRuntimeCallbacks() function in art::Runtime
|
D | runtime.h | 871 RuntimeCallbacks* GetRuntimeCallbacks();
|
D | art_method.cc | 399 Runtime::Current()->GetRuntimeCallbacks()->RegisterNativeMethod(this, in RegisterNative()
|
D | trace.cc | 685 Runtime::Current()->GetRuntimeCallbacks()->DdmPublishChunk(CHUNK_TYPE("MPSE"), in FinishTracing()
|
D | instrumentation.cc | 228 return (runtime->GetRuntimeCallbacks()->MethodNeedsDebugVersion(method) || in NeedDebugVersionFor()
|
/art/openjdkjvmti/ |
D | ti_dump.cc | 65 art::Runtime::Current()->GetRuntimeCallbacks()->AddRuntimeSigQuitCallback(&gDumpCallback); in Register() 72 art::Runtime::Current()->GetRuntimeCallbacks()->RemoveRuntimeSigQuitCallback(&gDumpCallback); in Unregister()
|
D | ti_phase.cc | 145 art::Runtime::Current()->GetRuntimeCallbacks()->AddRuntimePhaseCallback(&gPhaseCallback); in Register() 152 art::Runtime::Current()->GetRuntimeCallbacks()->RemoveRuntimePhaseCallback(&gPhaseCallback); in Unregister()
|
D | ti_breakpoint.cc | 107 art::RuntimeCallbacks* callbacks = art::Runtime::Current()->GetRuntimeCallbacks(); in Register() 115 art::RuntimeCallbacks* callbacks = art::Runtime::Current()->GetRuntimeCallbacks(); in Unregister()
|
D | ti_field.cc | 116 art::RuntimeCallbacks* callbacks = art::Runtime::Current()->GetRuntimeCallbacks(); in Register() 124 art::RuntimeCallbacks* callbacks = art::Runtime::Current()->GetRuntimeCallbacks(); in Unregister()
|
D | ti_search.cc | 212 runtime->GetRuntimeCallbacks()->AddRuntimePhaseCallback(&gSearchCallback); in Register() 220 runtime->GetRuntimeCallbacks()->RemoveRuntimePhaseCallback(&gSearchCallback); in Unregister()
|
D | deopt_manager.cc | 105 art::RuntimeCallbacks* callbacks = art::Runtime::Current()->GetRuntimeCallbacks(); in Setup() 113 art::RuntimeCallbacks* callbacks = art::Runtime::Current()->GetRuntimeCallbacks(); in Shutdown()
|
D | events.cc | 287 art::Runtime::Current()->GetRuntimeCallbacks()->AddDdmCallback(listener); in SetupDdmTracking() 289 art::Runtime::Current()->GetRuntimeCallbacks()->RemoveDdmCallback(listener); in SetupDdmTracking() 534 art::Runtime::Current()->GetRuntimeCallbacks()->AddMonitorCallback(monitor_listener); in SetupMonitorListener() 535 art::Runtime::Current()->GetRuntimeCallbacks()->AddParkCallback(park_listener); in SetupMonitorListener() 537 art::Runtime::Current()->GetRuntimeCallbacks()->RemoveMonitorCallback(monitor_listener); in SetupMonitorListener() 538 art::Runtime::Current()->GetRuntimeCallbacks()->RemoveParkCallback(park_listener); in SetupMonitorListener()
|
D | ti_class.cc | 538 art::Runtime::Current()->GetRuntimeCallbacks()->AddClassLoadCallback(&gClassCallback); in Register() 546 runtime->GetRuntimeCallbacks()->RemoveClassLoadCallback(&gClassCallback); in Unregister()
|
D | ti_thread.cc | 163 runtime->GetRuntimeCallbacks()->AddThreadLifecycleCallback(&gThreadCallback); in Register() 210 runtime->GetRuntimeCallbacks()->RemoveThreadLifecycleCallback(&gThreadCallback); in Unregister()
|
D | ti_method.cc | 119 art::RuntimeCallbacks* callbacks = art::Runtime::Current()->GetRuntimeCallbacks(); in Register() 127 art::RuntimeCallbacks* callbacks = art::Runtime::Current()->GetRuntimeCallbacks(); in Unregister()
|
/art/runtime/native/ |
D | org_apache_harmony_dalvik_ddmc_DdmServer.cc | 38 Runtime::Current()->GetRuntimeCallbacks()->DdmPublishChunk(static_cast<uint32_t>(type), chunk); in DdmServer_nativeSendChunk()
|
D | dalvik_system_VMDebug.cc | 182 return Runtime::Current()->GetRuntimeCallbacks()->IsDebuggerConfigured(); in VMDebug_isDebuggingEnabled()
|
/art/adbconnection/ |
D | adbconnection.cc | 171 art::Runtime::Current()->GetRuntimeCallbacks()->AddDebuggerControlCallback(&controller_); in AdbConnectionState() 179 art::Runtime::Current()->GetRuntimeCallbacks()->RemoveDebuggerControlCallback(&controller_); in ~AdbConnectionState() 249 art::Runtime::Current()->GetRuntimeCallbacks()->AddDdmCallback(&ddm_callback_); in StartDebuggerThreads()
|
/art/tools/tracefast-plugin/ |
D | tracefast.cc | 164 runtime->GetRuntimeCallbacks()->AddRuntimePhaseCallback(&gPhaseCallback); in ArtPlugin_Initialize()
|
/art/test/common/ |
D | runtime_state.cc | 238 } else if (!Runtime::Current()->GetRuntimeCallbacks()->IsMethodSafeToJit(method)) { in ForceJitCompiled()
|
/art/runtime/jit/ |
D | jit.cc | 296 RuntimeCallbacks* cb = Runtime::Current()->GetRuntimeCallbacks(); in CompileMethod() 581 if (Runtime::Current()->GetRuntimeCallbacks()->IsMethodBeingInspected(method)) { in MaybeDoOnStackReplacement()
|
/art/runtime/hprof/ |
D | hprof.cc | 823 Runtime::Current()->GetRuntimeCallbacks()->DdmPublishChunk( in DumpToDdmsDirect()
|