Searched refs:AddLocation (Results 1 – 7 of 7) sorted by relevance
/external/tensorflow/tensorflow/core/profiler/internal/ |
D | tfprof_code.h | 46 virtual uint64 AddLocation(const CodeNode* callee,
|
D | tfprof_code.cc | 268 uint64 AddLocation(const CodeNode* callee, const CodeNode* caller) override { in AddLocation() function in tensorflow::tfprof::__anon1c1cedaa0111::PprofProfileImpl 522 uint64 loc_id = pprof_profile_->AddLocation(node, root); in Format()
|
/external/compiler-rt/lib/tsan/rtl/ |
D | tsan_rtl_mutex.cc | 61 rep.AddLocation(addr, 1); in ReportMutexMisuse() 122 rep.AddLocation(addr, 1); in MutexDestroy()
|
D | tsan_rtl_report.cc | 305 void ScopedReport::AddLocation(uptr addr, uptr size) { in AddLocation() function in __tsan::ScopedReport 661 rep.AddLocation(addr_min, addr_max - addr_min); in ReportRace()
|
D | tsan_rtl.h | 569 void AddLocation(uptr addr, uptr size);
|
/external/v8/src/profiler/ |
D | heap-snapshot-generator.h | 192 void AddLocation(int entry, int scriptId, int line, int col);
|
D | heap-snapshot-generator.cc | 252 void HeapSnapshot::AddLocation(int entry, int scriptId, int line, int col) { in AddLocation() function in v8::internal::HeapSnapshot 642 snapshot_->AddLocation(entry, scriptId, line, col); in ExtractLocationForJSFunction()
|