Home
last modified time | relevance | path

Searched refs:RuntimeCallbacks (Results 1 – 9 of 9) sorted by relevance

/art/runtime/
Druntime_callbacks.cc30 RuntimeCallbacks::RuntimeCallbacks() in RuntimeCallbacks() function in art::RuntimeCallbacks
51 void RuntimeCallbacks::AddDdmCallback(DdmCallback* cb) { in AddDdmCallback()
56 void RuntimeCallbacks::RemoveDdmCallback(DdmCallback* cb) { in RemoveDdmCallback()
61 void RuntimeCallbacks::AddAppInfoCallback(AppInfoCallback* cb) { in AddAppInfoCallback()
66 void RuntimeCallbacks::RemoveAppInfoCallback(AppInfoCallback* cb) { in RemoveAppInfoCallback()
71 void RuntimeCallbacks::DdmPublishChunk(uint32_t type, const ArrayRef<const uint8_t>& data) { in DdmPublishChunk()
77 void RuntimeCallbacks::SetCurrentProcessName(const std::string& process_name) { in SetCurrentProcessName()
83 void RuntimeCallbacks::AddApplication(const std::string& package_name) { in AddApplication()
89 void RuntimeCallbacks::RemoveApplication(const std::string& package_name) { in RemoveApplication()
95 void RuntimeCallbacks::SetWaitingForDebugger(bool waiting) { in SetWaitingForDebugger()
[all …]
Druntime_callbacks.h174 class EXPORT RuntimeCallbacks {
176 RuntimeCallbacks();
Druntime.h113 class RuntimeCallbacks; variable
928 EXPORT RuntimeCallbacks* GetRuntimeCallbacks();
1519 std::unique_ptr<RuntimeCallbacks> callbacks_;
Ddebugger.cc301 RuntimeCallbacks* cb = Runtime::Current()->GetRuntimeCallbacks(); in DdmSendThreadNotification()
709 RuntimeCallbacks* cb = Runtime::Current()->GetRuntimeCallbacks(); in DdmSendHeapSegments()
Druntime.cc333 callbacks_.reset(new RuntimeCallbacks()); in Runtime()
3182 RuntimeCallbacks* Runtime::GetRuntimeCallbacks() { in GetRuntimeCallbacks()
/art/openjdkjvmti/
Dti_breakpoint.cc107 art::RuntimeCallbacks* callbacks = art::Runtime::Current()->GetRuntimeCallbacks(); in Register()
115 art::RuntimeCallbacks* callbacks = art::Runtime::Current()->GetRuntimeCallbacks(); in Unregister()
Dti_field.cc116 art::RuntimeCallbacks* callbacks = art::Runtime::Current()->GetRuntimeCallbacks(); in Register()
124 art::RuntimeCallbacks* callbacks = art::Runtime::Current()->GetRuntimeCallbacks(); in Unregister()
Ddeopt_manager.cc94 art::RuntimeCallbacks* callbacks = art::Runtime::Current()->GetRuntimeCallbacks(); in Setup()
384 art::RuntimeCallbacks* callbacks = runtime->GetRuntimeCallbacks(); in Shutdown()
Dti_method.cc119 art::RuntimeCallbacks* callbacks = art::Runtime::Current()->GetRuntimeCallbacks(); in Register()
127 art::RuntimeCallbacks* callbacks = art::Runtime::Current()->GetRuntimeCallbacks(); in Unregister()