Home
last modified time | relevance | path

Searched refs:callsites_ (Results 1 – 6 of 6) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/service/
Dcall_graph.cc94 return &callsites_[it->second]; in GetCallSite()
112 callsite_instructions_.insert({instruction, callsites_.size()}); in AddCallSiteForInstruction()
113 callsites_.push_back( in AddCallSiteForInstruction()
117 for (auto* callee : callsites_.back().called_computations()) { in AddCallSiteForInstruction()
Dcall_graph.h102 const std::vector<CallSite>& callsites() const { return callsites_; } in callsites()
164 std::vector<CallSite> callsites_; variable
/external/perfetto/src/profiling/memory/
Dbookkeeping.cc72 GlobalCallstackTrie::Node* node = callsites_->CreateCallsite(callstack); in RecordMalloc()
78 GlobalCallstackTrie::Node* node = callsites_->CreateCallsite(callstack); in RecordMalloc()
181 GlobalCallstackTrie::Node* node = callsites_->CreateCallsite(stack); in GetSizeForTesting()
Dbookkeeping.h266 : callsites_(callsites) {} in HeapTracker()
398 GlobalCallstackTrie* callsites_; variable
Dheapprofd_producer.h246 GlobalCallstackTrie callsites_; variable
Dheapprofd_producer.cc565 auto built_callstack = callsites_.BuildCallstack(node); in Dump()
670 &producer_->callsites_); in OnDataAvailable()