Home
last modified time | relevance | path

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

/arkcompiler/toolchain/tooling/base/
Dpt_params.cpp471 uint32_t droppedDepth = 0; in Create() local
472 ret = params.GetUInt("droppedDepth", &droppedDepth); in Create()
474 paramsObject->droppedDepth_ = droppedDepth; in Create()
/arkcompiler/toolchain/tooling/agent/
Ddebugger_impl.cpp990 uint32_t droppedDepth = 1; in DropFrame() local
992 droppedDepth = params.GetDroppedDepth(); in DropFrame()
995 if (droppedDepth > stackDepth) { in DropFrame()
998 if (droppedDepth == stackDepth) { in DropFrame()
1001 for (uint32_t i = 0; i < droppedDepth; i++) { in DropFrame()