Home
last modified time | relevance | path

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

/system/extras/simpleperf/
DCallChainJoiner.h121 CacheNode* GetNode(uint32_t tid, uint64_t ip, uint64_t sp);
DCallChainJoiner.cpp49 CacheNode* node = GetNode(tid, ips[i], sps[i]); in AddCallChain()
112 CacheNode* LRUCache::GetNode(uint32_t tid, uint64_t ip, uint64_t sp) { in GetNode() function in simpleperf::call_chain_joiner_impl::LRUCache