Searched refs:RuntimeCallbacks (Results 1 – 9 of 9) sorted by relevance
30 RuntimeCallbacks::RuntimeCallbacks() in RuntimeCallbacks() function in art::RuntimeCallbacks51 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 …]
174 class EXPORT RuntimeCallbacks {176 RuntimeCallbacks();
113 class RuntimeCallbacks; variable928 EXPORT RuntimeCallbacks* GetRuntimeCallbacks();1519 std::unique_ptr<RuntimeCallbacks> callbacks_;
301 RuntimeCallbacks* cb = Runtime::Current()->GetRuntimeCallbacks(); in DdmSendThreadNotification()709 RuntimeCallbacks* cb = Runtime::Current()->GetRuntimeCallbacks(); in DdmSendHeapSegments()
333 callbacks_.reset(new RuntimeCallbacks()); in Runtime()3182 RuntimeCallbacks* Runtime::GetRuntimeCallbacks() { in GetRuntimeCallbacks()
107 art::RuntimeCallbacks* callbacks = art::Runtime::Current()->GetRuntimeCallbacks(); in Register()115 art::RuntimeCallbacks* callbacks = art::Runtime::Current()->GetRuntimeCallbacks(); in Unregister()
116 art::RuntimeCallbacks* callbacks = art::Runtime::Current()->GetRuntimeCallbacks(); in Register()124 art::RuntimeCallbacks* callbacks = art::Runtime::Current()->GetRuntimeCallbacks(); in Unregister()
94 art::RuntimeCallbacks* callbacks = art::Runtime::Current()->GetRuntimeCallbacks(); in Setup()384 art::RuntimeCallbacks* callbacks = runtime->GetRuntimeCallbacks(); in Shutdown()
119 art::RuntimeCallbacks* callbacks = art::Runtime::Current()->GetRuntimeCallbacks(); in Register()127 art::RuntimeCallbacks* callbacks = art::Runtime::Current()->GetRuntimeCallbacks(); in Unregister()