Home
last modified time | relevance | path

Searched defs:runtimeCallFrame (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/toolchain/tooling/dynamic/base/
Dpt_types.cpp2151 auto runtimeCallFrame = std::make_unique<RuntimeCallFrame>(); in Create() local
2211 auto runtimeCallFrame = std::make_unique<RuntimeCallFrame>(); in FromFrameInfo() local
2244 std::unique_ptr<RuntimeCallFrame> runtimeCallFrame = RuntimeCallFrame::Create(*callFrame); in Create() local
2472 std::unique_ptr<RuntimeCallFrame> runtimeCallFrame = RuntimeCallFrame::Create(*callFrame); in Create() local
/arkcompiler/toolchain/tooling/dynamic/test/
Ddebugger_types_test.cpp2815 std::unique_ptr<PtJson> runtimeCallFrame = PtJson::CreateObject(); in HWTEST_F_L0() local