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.cpp546 …, &callFrames](auto frameId, auto methodName, auto sourceFile, auto lineNumber, auto &scopeChain) { in EnumerateCallFrames()
553 const std::vector<Scope> &scopeChain, PtThread thread) in AddCallFrameInfo()
/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/agent/
Ddebugger_impl.cpp1426 std::vector<std::unique_ptr<Scope>> scopeChain; in GenerateCallFrame() local
/arkcompiler/toolchain/tooling/base/
Dpt_types.h1677 CallFrame &SetScopeChain(std::vector<std::unique_ptr<Scope>> scopeChain) in SetScopeChain()
Dpt_types.cpp1969 std::unique_ptr<PtJson> scopeChain; in Create() local