Searched refs:callsites_ (Results 1 – 6 of 6) sorted by relevance
50 frames.emplace_back(callsites_->InternCodeLocation(loc, build_id)); in RecordMalloc()75 GlobalCallstackTrie::Node* node = callsites_->CreateCallsite(frames); in RecordMalloc()82 GlobalCallstackTrie::Node* node = callsites_->CreateCallsite(frames); in RecordMalloc()143 callsites_->CreateCallsite(stack, build_ids); in GetSizeForTesting()161 callsites_->CreateCallsite(stack, build_ids); in GetMaxForTesting()179 callsites_->CreateCallsite(stack, build_ids); in GetMaxCountForTesting()
131 : callsites_(callsites), dump_at_max_mode_(dump_at_max_mode) {} in HeapTracker()354 GlobalCallstackTrie* callsites_; variable
312 GlobalCallstackTrie callsites_; variable
745 dump_state.DumpCallstacks(&callsites_); in DumpProcessState()882 std::forward_as_tuple(&producer_->callsites_, in OnDataAvailable()
95 return &callsites_[it->second]; in GetCallSite()115 callsite_instructions_.insert({instruction, callsites_.size()}); in AddCallSiteForInstruction()116 callsites_.push_back( in AddCallSiteForInstruction()120 for (auto* callee : callsites_.back().called_computations()) { in AddCallSiteForInstruction()
102 const std::vector<CallSite>& callsites() const { return callsites_; } in callsites()164 std::vector<CallSite> callsites_; variable