Searched refs:CreateFrameObject (Results 1 – 5 of 5) sorted by relevance
| /arkcompiler/runtime_core/static_core/runtime/tooling/inspector/ |
| D | object_repository.h | 41 …RemoteObject CreateFrameObject(const PtFrame &frame, const std::map<std::string, TypedValue> &loca…
|
| D | object_repository.cpp | 33 RemoteObject ObjectRepository::CreateFrameObject(const PtFrame &frame, const std::map<std::string, … in CreateFrameObject() function in ark::tooling::inspector::ObjectRepository
|
| D | inspector.cpp | 373 …auto frameObject = objectRepository.CreateFrameObject(frame, debugInfoCache_.GetLocals(frame), obj… in DebuggableThreadPostSuspend()
|
| /arkcompiler/runtime_core/static_core/runtime/tooling/inspector/tests/ |
| D | object_repository.cpp | 165 auto frameObj = obj.CreateFrameObject(frame, locals, objThis); in TEST_F() 196 auto frameObj = obj.CreateFrameObject(frame, locals, objThis); in TEST_F()
|
| /arkcompiler/runtime_core/static_core/docs/ |
| D | inspector.md | 132 Inspector->>+ObjectRepository: CreateFrameObject() for frame
|