Home
last modified time | relevance | path

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

/arkcompiler/toolchain/tooling/base/
Dpt_events.cpp101 std::unique_ptr<PtJson> callFrameArray = PtJson::CreateArray(); in ToJson() local
105 callFrameArray->Push(callFrames_[i]->ToJson()); in ToJson()
107 result->Add("callFrames", callFrameArray); in ToJson()