Home
last modified time | relevance | path

Searched defs:objectRepository (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/runtime_core/static_core/runtime/tooling/inspector/debugger/
Ddebuggable_thread.cpp175 ObjectRepository objectRepository; in OnException() local
206 ObjectRepository objectRepository; in OnSingleStep() local
216 ObjectRepository objectRepository; in OnConsoleCall() local
223 void DebuggableThread::Suspend(ObjectRepository &objectRepository, const std::vector<BreakpointId> … in Suspend()
/arkcompiler/toolchain/tooling/static/debugger/
Ddebuggable_thread.cpp175 ObjectRepository objectRepository; in OnException() local
206 ObjectRepository objectRepository; in OnSingleStep() local
216 ObjectRepository objectRepository; in OnConsoleCall() local
223 void DebuggableThread::Suspend(ObjectRepository &objectRepository, const std::vector<BreakpointId> … in Suspend()
/arkcompiler/toolchain/tooling/static/
Dinspector.cpp555 …hread->RequestToObjectRepository([objectId, generatePreview, &properties](auto &objectRepository) { in GetProperties()
578 void Inspector::DebuggableThreadPostSuspend(PtThread thread, ObjectRepository &objectRepository, in DebuggableThreadPostSuspend()
/arkcompiler/runtime_core/static_core/runtime/tooling/inspector/
Dinspector.cpp548 …hread->RequestToObjectRepository([objectId, generatePreview, &properties](auto &objectRepository) { in GetProperties()
571 void Inspector::DebuggableThreadPostSuspend(PtThread thread, ObjectRepository &objectRepository, in DebuggableThreadPostSuspend()