/art/runtime/ |
D | runtime_callbacks_test.cc | 105 Runtime::Current()->GetRuntimeCallbacks()->AddThreadLifecycleCallback(&cb_); in AddListener() 108 Runtime::Current()->GetRuntimeCallbacks()->RemoveThreadLifecycleCallback(&cb_); in RemoveListener() 230 Runtime::Current()->GetRuntimeCallbacks()->AddClassLoadCallback(&cb_); in AddListener() 233 Runtime::Current()->GetRuntimeCallbacks()->RemoveClassLoadCallback(&cb_); in RemoveListener() 331 Runtime::Current()->GetRuntimeCallbacks()->AddRuntimeSigQuitCallback(&cb_); in AddListener() 334 Runtime::Current()->GetRuntimeCallbacks()->RemoveRuntimeSigQuitCallback(&cb_); in RemoveListener() 374 Runtime::Current()->GetRuntimeCallbacks()->AddRuntimePhaseCallback(&cb_); in AddListener() 377 Runtime::Current()->GetRuntimeCallbacks()->RemoveRuntimePhaseCallback(&cb_); in RemoveListener() 446 Runtime::Current()->GetRuntimeCallbacks()->AddMonitorCallback(&cb_); in AddListener() 449 Runtime::Current()->GetRuntimeCallbacks()->RemoveMonitorCallback(&cb_); in RemoveListener()
|
D | debugger.cc | 301 RuntimeCallbacks* cb = Runtime::Current()->GetRuntimeCallbacks(); in DdmSendThreadNotification() 434 Runtime::Current()->GetRuntimeCallbacks()->DdmPublishChunk(CHUNK_TYPE("HPIF"), in DdmSendHeapInfo() 522 Runtime::Current()->GetRuntimeCallbacks()->DdmPublishChunk(type_, out); in Flush() 705 RuntimeCallbacks* cb = Runtime::Current()->GetRuntimeCallbacks(); in DdmSendHeapSegments()
|
D | monitor.cc | 453 Runtime::Current()->GetRuntimeCallbacks()->MonitorContendedLocked(this); in Lock() 514 Runtime::Current()->GetRuntimeCallbacks()->MonitorContendedLocking(this); in Lock() 644 Runtime::Current()->GetRuntimeCallbacks()->MonitorContendedLocked(this); in Lock() 944 Runtime::Current()->GetRuntimeCallbacks()->MonitorWaitFinished(this, timed_out); in Wait() 1285 Runtime::Current()->GetRuntimeCallbacks()->ObjectWaitStart(h_obj, ms); in Wait()
|
D | thread.cc | 325 Runtime::Current()->GetRuntimeCallbacks()->ThreadParkStart(is_absolute, time); in Park() 398 Runtime::Current()->GetRuntimeCallbacks()->ThreadParkFinished(timed_out); in Park() 652 runtime->GetRuntimeCallbacks()->ThreadStart(self); in CreateCallback() 1066 runtime->GetRuntimeCallbacks()->ThreadStart(self); in Attach() 2583 runtime->GetRuntimeCallbacks()->ThreadDeath(self); in Destroy()
|
D | runtime.cc | 468 GetRuntimeCallbacks()->StopDebugger(); in ~Runtime() 1246 GetRuntimeCallbacks()->StartDebugger(); in InitNonZygoteOrPostFork() 3254 RuntimeCallbacks* Runtime::GetRuntimeCallbacks() { in GetRuntimeCallbacks() function in art::Runtime
|
D | runtime.h | 974 RuntimeCallbacks* GetRuntimeCallbacks();
|
D | trace.cc | 883 Runtime::Current()->GetRuntimeCallbacks()->DdmPublishChunk(CHUNK_TYPE("MPSE"), in FinishTracing()
|
D | class_linker.cc | 436 runtime->GetRuntimeCallbacks()->RegisterNativeMethod(method, in RegisterNative() 3317 Runtime::Current()->GetRuntimeCallbacks()->BeginDefineClass(); in REQUIRES_SHARED() 3329 Runtime::Current()->GetRuntimeCallbacks()->EndDefineClass(); in Finish() 3430 Runtime::Current()->GetRuntimeCallbacks()->ClassPreDefine(descriptor, in DefineClass() 3497 Runtime::Current()->GetRuntimeCallbacks()->ClassLoad(klass); in DefineClass() 3539 Runtime::Current()->GetRuntimeCallbacks()->ClassPrepare(klass, h_new_class); in DefineClass() 4488 Runtime::Current()->GetRuntimeCallbacks()->ClassLoad(new_class); in CreateArrayClass() 4489 Runtime::Current()->GetRuntimeCallbacks()->ClassPrepare(new_class, new_class); in CreateArrayClass() 5205 Runtime::Current()->GetRuntimeCallbacks()->ClassLoad(temp_klass); in CreateProxyClass() 5234 Runtime::Current()->GetRuntimeCallbacks()->ClassPrepare(temp_klass, klass); in CreateProxyClass()
|
/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 | 94 art::RuntimeCallbacks* callbacks = art::Runtime::Current()->GetRuntimeCallbacks(); in Setup() 384 art::RuntimeCallbacks* callbacks = runtime->GetRuntimeCallbacks(); in Shutdown()
|
D | events.cc | 286 art::Runtime::Current()->GetRuntimeCallbacks()->AddDdmCallback(listener); in SetupDdmTracking() 288 art::Runtime::Current()->GetRuntimeCallbacks()->RemoveDdmCallback(listener); in SetupDdmTracking() 530 art::Runtime::Current()->GetRuntimeCallbacks()->AddMonitorCallback(monitor_listener); in SetupMonitorListener() 531 art::Runtime::Current()->GetRuntimeCallbacks()->AddParkCallback(park_listener); in SetupMonitorListener() 533 art::Runtime::Current()->GetRuntimeCallbacks()->RemoveMonitorCallback(monitor_listener); in SetupMonitorListener() 534 art::Runtime::Current()->GetRuntimeCallbacks()->RemoveParkCallback(park_listener); in SetupMonitorListener()
|
D | ti_thread.cc | 164 runtime->GetRuntimeCallbacks()->AddThreadLifecycleCallback(&gThreadCallback); in Register() 205 runtime->GetRuntimeCallbacks()->RemoveThreadLifecycleCallback(&gThreadCallback); in Unregister()
|
D | ti_class.cc | 536 art::Runtime::Current()->GetRuntimeCallbacks()->AddClassLoadCallback(&gClassCallback); in Register() 544 runtime->GetRuntimeCallbacks()->RemoveClassLoadCallback(&gClassCallback); 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()
|
D | ti_redefine.cc | 2413 runtime_->GetRuntimeCallbacks()->AddClassLoadCallback(&pauser_.value()); in ScopedSuspendClassLoading() 2432 runtime_->GetRuntimeCallbacks()->RemoveClassLoadCallback(&pauser_.value()); in ~ScopedSuspendClassLoading()
|
/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 | 162 return Runtime::Current()->GetRuntimeCallbacks()->IsDebuggerConfigured(); in VMDebug_isDebuggingEnabled()
|
/art/adbconnection/ |
D | adbconnection.cc | 174 art::Runtime::Current()->GetRuntimeCallbacks()->AddDebuggerControlCallback(&controller_); in AdbConnectionState() 182 art::Runtime::Current()->GetRuntimeCallbacks()->RemoveDebuggerControlCallback(&controller_); in ~AdbConnectionState() 256 art::Runtime::Current()->GetRuntimeCallbacks()->AddDdmCallback(&ddm_callback_); in StartDebuggerThreads()
|
/art/tools/tracefast-plugin/ |
D | tracefast.cc | 158 runtime->GetRuntimeCallbacks()->AddRuntimePhaseCallback(&gPhaseCallback); in ArtPlugin_Initialize()
|
/art/runtime/hprof/ |
D | hprof.cc | 823 Runtime::Current()->GetRuntimeCallbacks()->DdmPublishChunk( in DumpToDdmsDirect()
|
/art/runtime/jit/ |
D | jit.cc | 577 Runtime::Current()->GetRuntimeCallbacks()->HaveLocalsChanged()) { in MaybeDoOnStackReplacement()
|