OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:callsites_
(Results
1 - 6
of
6
) sorted by null
/external/tensorflow/tensorflow/compiler/xla/service/
call_graph.h
102
const std::vector<CallSite>& callsites() const { return
callsites_
; }
164
std::vector<CallSite>
callsites_
;
member in class:xla::CallGraphNode
166
// The map from instruction to index in
callsites_
for looking up the callsite
call_graph.cc
94
return &
callsites_
[it->second];
112
callsite_instructions_.insert({instruction,
callsites_
.size()});
113
callsites_
.push_back(
117
for (auto* callee :
callsites_
.back().called_computations()) {
/external/perfetto/src/profiling/memory/
bookkeeping.cc
72
GlobalCallstackTrie::Node* node =
callsites_
->CreateCallsite(callstack);
78
GlobalCallstackTrie::Node* node =
callsites_
->CreateCallsite(callstack);
181
GlobalCallstackTrie::Node* node =
callsites_
->CreateCallsite(stack);
bookkeeping.h
266
:
callsites_
(callsites) {}
398
GlobalCallstackTrie*
callsites_
;
member in class:perfetto::profiling::HeapTracker
heapprofd_producer.h
246
GlobalCallstackTrie
callsites_
;
member in class:perfetto::profiling::HeapprofdProducer
heapprofd_producer.cc
565
auto built_callstack =
callsites_
.BuildCallstack(node);
670
&producer_->
callsites_
);
Completed in 6714 milliseconds