Home
last modified time | relevance | path

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

/system/extras/simpleperf/
DCallChainJoiner.cpp276 next_chain_index_(0u) { in CallChainJoiner()
387 if (next_chain_index_ == stat_.chain_count * 2) { in GetNextCallChain()
391 if (next_chain_index_ == 0u) { in GetNextCallChain()
400 fp = (next_chain_index_ & 1) ? joined_chains_fp_ : original_chains_fp_; in GetNextCallChain()
401 next_chain_index_++; in GetNextCallChain()
404 next_chain_index_ += 2; in GetNextCallChain()
DCallChainJoiner.h183 size_t next_chain_index_; variable