Home
last modified time | relevance | path

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

/base/hiviewdfx/hidumper/frameworks/native/src/manager/
H A Ddump_implement.cpp622 std::vector<size_t> loopStack; in DumpDatas() local
648 loopStack.push_back(index); in DumpDatas()
652 if (!loopStack.empty()) { in DumpDatas()
653 index = loopStack.back() - 1; // the 1 will add back by end for. in DumpDatas()
655 loopStack.clear(); // clear now. in DumpDatas()

Completed in 2 milliseconds