Home
last modified time | relevance | path

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

/ohos5.0/base/hiviewdfx/hidumper/frameworks/native/src/manager/
H A Ddump_implement.cpp603 std::vector<size_t> loopStack; in DumpDatas() local
629 loopStack.push_back(index); in DumpDatas()
633 if (!loopStack.empty()) { in DumpDatas()
634 index = loopStack.back() - 1; // the 1 will add back by end for. in DumpDatas()
636 loopStack.clear(); // clear now. in DumpDatas()