Searched refs:callee_inlined_at2chain_ (Results 1 – 3 of 3) sorted by relevance
47 callee_inlined_at2chain_[callee_instr_inlined_at] = chain_head_id; in SetDebugInlinedAtChain()51 auto chain_itr = callee_inlined_at2chain_.find(callee_instr_inlined_at); in GetDebugInlinedAtChain()52 if (chain_itr != callee_inlined_at2chain_.end()) return chain_itr->second; in GetDebugInlinedAtChain()67 std::unordered_map<uint32_t, uint32_t> callee_inlined_at2chain_; variable
48 callee_inlined_at2chain_[callee_instr_inlined_at] = chain_head_id; in SetDebugInlinedAtChain()52 auto chain_itr = callee_inlined_at2chain_.find(callee_instr_inlined_at); in GetDebugInlinedAtChain()53 if (chain_itr != callee_inlined_at2chain_.end()) return chain_itr->second; in GetDebugInlinedAtChain()68 std::unordered_map<uint32_t, uint32_t> callee_inlined_at2chain_; variable