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.cpp582 auto &scopeChain, auto &objThis) { in EnumerateCallFrames()
589 const std::vector<Scope> &scopeChain, PtThread thread, in AddCallFrameInfo()
/arkcompiler/toolchain/tooling/agent/
Ddebugger_impl.cpp1855 std::vector<std::unique_ptr<Scope>> scopeChain; in GenerateCallFrame() local
1869 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.cpp2015 std::unique_ptr<PtJson> scopeChain; in Create() local