Home
last modified time | relevance | path

Searched refs:CreateFrameObject (Results 1 – 5 of 5) sorted by relevance

/arkcompiler/runtime_core/static_core/runtime/tooling/inspector/
Dobject_repository.h41 …RemoteObject CreateFrameObject(const PtFrame &frame, const std::map<std::string, TypedValue> &loca…
Dobject_repository.cpp33 RemoteObject ObjectRepository::CreateFrameObject(const PtFrame &frame, const std::map<std::string, … in CreateFrameObject() function in ark::tooling::inspector::ObjectRepository
Dinspector.cpp373 …auto frameObject = objectRepository.CreateFrameObject(frame, debugInfoCache_.GetLocals(frame), obj… in DebuggableThreadPostSuspend()
/arkcompiler/runtime_core/static_core/runtime/tooling/inspector/tests/
Dobject_repository.cpp165 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/
Dinspector.md132 Inspector->>+ObjectRepository: CreateFrameObject() for frame