Home
last modified time | relevance | path

Searched defs:scopeChain (Results 1 – 5 of 5) sorted by relevance

/arkcompiler/runtime_core/static_core/runtime/tooling/inspector/
Dinspector_server.cpp552 auto &scopeChain, auto &objThis) { in EnumerateCallFrames()
559 const std::vector<Scope> &scopeChain, PtThread thread, in AddCallFrameInfo()
/arkcompiler/toolchain/tooling/agent/
Ddebugger_impl.cpp1841 std::vector<std::unique_ptr<Scope>> scopeChain; in GenerateCallFrame() local
1855 std::vector<std::unique_ptr<Scope>> &scopeChain, in GenerateScopeChains()
/arkcompiler/toolchain/tooling/test/
Ddebugger_types_test.cpp1558 const std::vector<std::unique_ptr<Scope>> *scopeChain = callFrame->GetScopeChain(); in HWTEST_F_L0() local
/arkcompiler/toolchain/tooling/base/
Dpt_types.h1715 CallFrame &SetScopeChain(std::vector<std::unique_ptr<Scope>> scopeChain) in SetScopeChain()
Dpt_types.cpp2016 std::unique_ptr<PtJson> scopeChain; in Create() local