Home
last modified time | relevance | path

Searched refs:SourceMap (Results 1 – 14 of 14) sorted by relevance

/external/tensorflow/tensorflow/core/util/
Dmanaged_stack_trace.h46 using SourceMap = std::unordered_map<SourceLoc, StackFrame, PairHash>; variable
48 using ToStackFramesFunctor = std::vector<StackFrame>(int, const SourceMap&,
70 std::vector<StackFrame> ToStackFrames(const SourceMap& source_map,
/external/pytorch/torch/csrc/jit/runtime/
Dscript_profile.h88 using SourceMap = std::map<SourceRef, LineMap, std::less<>>; variable
93 const SourceMap& dumpStats();
100 SourceMap sourceMap_;
Dscript_profile.cpp144 const ScriptProfile::SourceMap& ScriptProfile::dumpStats() { in dumpStats()
/external/cronet/stable/third_party/rust/chromium_crates_io/vendor/syn-2.0.87/benches/
Drust.rs65 use rustc_span::source_map::{FilePathMapping, SourceMap};
74 fn source_map(&self) -> Option<&SourceMap> { in bench() argument
90 let source_map = Lrc::new(SourceMap::new(FilePathMapping::empty())); in bench()
/external/cronet/tot/third_party/rust/chromium_crates_io/vendor/syn-2.0.87/benches/
Drust.rs65 use rustc_span::source_map::{FilePathMapping, SourceMap};
74 fn source_map(&self) -> Option<&SourceMap> { in bench() argument
90 let source_map = Lrc::new(SourceMap::new(FilePathMapping::empty())); in bench()
/external/rust/android-crates-io/crates/syn/benches/
Drust.rs68 use rustc_span::source_map::{FilePathMapping, SourceMap};
78 fn source_map(&self) -> Option<&SourceMap> { in bench() argument
94 let source_map = Arc::new(SourceMap::new(FilePathMapping::empty())); in bench()
/external/webrtc/modules/rtp_rtcp/source/
Dsource_tracker.h112 using SourceMap = std::unordered_map<SourceKey, variable
133 mutable SourceMap map_ RTC_GUARDED_BY(lock_);
/external/llvm/lib/CodeGen/
DMachineCopyPropagation.cpp36 typedef DenseMap<unsigned, RegList> SourceMap; typedef
74 SourceMap SrcMap;
115 SourceMap::iterator SI = SrcMap.find(*AI); in ClobberRegister()
323 for (SourceMap::iterator I = SrcMap.begin(), E = SrcMap.end(), Next; in CopyPropagateBlock()
/external/tensorflow/tensorflow/python/util/
Dstack_trace.h98 std::vector<StackFrame> ToStackFrames(const SourceMap& source_map,
154 int id, const SourceMap& source_map, const StackTraceFilter& filtered, in ManagedStackTraceToStackFrames()
Dtf_stack.cc68 PyBindSourceMap() : source_map_(std::make_shared<SourceMap>()) {} in PyBindSourceMap()
71 std::shared_ptr<SourceMap> source_map_;
173 const std::shared_ptr<SourceMap>& source_map, in ExtractStack()
292 const std::shared_ptr<SourceMap>& source_map, in StackTraceWrapper()
316 std::shared_ptr<SourceMap> source_map_;
Dstack_trace.cc45 const SourceMap& source_map, const StackTraceFilter& filtered, in ToStackFrames()
/external/cronet/tot/third_party/rust/chromium_crates_io/vendor/proc-macro2-1.0.89/src/
Dfallback.rs332 static SOURCE_MAP: RefCell<SourceMap> = RefCell::new(SourceMap {
441 struct SourceMap { struct
446 impl SourceMap { impl
/external/cronet/stable/third_party/rust/chromium_crates_io/vendor/proc-macro2-1.0.89/src/
Dfallback.rs332 static SOURCE_MAP: RefCell<SourceMap> = RefCell::new(SourceMap {
441 struct SourceMap { struct
446 impl SourceMap { implementation
/external/rust/android-crates-io/crates/proc-macro2/src/
Dfallback.rs344 static SOURCE_MAP: RefCell<SourceMap> = RefCell::new(SourceMap {
453 struct SourceMap { struct
458 impl SourceMap { argument