Home
last modified time | relevance | path

Searched defs:Unwinder (Results 1 – 25 of 26) sorted by relevance

12

/external/pytorch/torch/csrc/profiler/unwind/
Dunwinder.h13 struct Unwinder { struct
14 Unwinder(Action rsp, Action rip, Action rbp) in Unwinder() function
51 static Unwinder unknown() { in unknown() argument
72 Unwinder() : kind_(UNKNOWN), reg_(0), off_(0), rip_off_(0), rbp_off_(0) {} in Unwinder() argument
73 enum Kind { STANDARD, END, UNKNOWN } kind_;
74 uint32_t reg_;
75 int64_t off_;
76 int64_t rip_off_;
77 int64_t rbp_off_;
/external/rust/android-crates-io/crates/parking_lot/src/
Dfair_mutex.rs217 struct Unwinder { in test_mutex_arc_access_in_unwind() struct
218 i: Arc<FairMutex<i32>>, in test_mutex_arc_access_in_unwind()
220 impl Drop for Unwinder { in test_mutex_arc_access_in_unwind() implementation
Dmutex.rs254 struct Unwinder { in test_mutex_arc_access_in_unwind() struct
255 i: Arc<Mutex<i32>>, in test_mutex_arc_access_in_unwind()
257 impl Drop for Unwinder { in test_mutex_arc_access_in_unwind() implementation
Drwlock.rs332 struct Unwinder { in test_rw_arc_access_in_unwind() struct
333 i: Arc<RwLock<isize>>, in test_rw_arc_access_in_unwind()
335 impl Drop for Unwinder { in test_rw_arc_access_in_unwind() implementation
/external/rust/android-crates-io/crates/crossbeam-utils/tests/
Dsharded_lock.rs155 struct Unwinder { in arc_access_in_unwind() struct
156 i: Arc<ShardedLock<isize>>, in arc_access_in_unwind()
158 impl Drop for Unwinder { in arc_access_in_unwind() implementation
/external/cronet/stable/base/profiler/
Dstack_unwind_data.h25 class Unwinder; variable
Dstack_sampler.h29 class Unwinder; variable
Dstack_sampling_profiler.h22 class Unwinder; variable
Dstack_sampling_profiler_test_util.h26 class Unwinder; variable
/external/cronet/tot/base/profiler/
Dstack_unwind_data.h25 class Unwinder; variable
Dstack_sampler.h29 class Unwinder; variable
Dstack_sampling_profiler.h22 class Unwinder; variable
Dstack_sampling_profiler_test_util.h26 class Unwinder; variable
/external/crosvm/cros_async/src/sync/
Dspin.rs260 struct Unwinder { in arc_access_in_unwind() struct
261 i: Arc<SpinLock<i32>>, in arc_access_in_unwind()
263 impl Drop for Unwinder { in arc_access_in_unwind() implementation
/external/rust/android-crates-io/crates/spin/src/mutex/
Dticket.rs501 struct Unwinder { in test_mutex_arc_access_in_unwind() struct
502 i: Arc<TicketMutex<i32>>, in test_mutex_arc_access_in_unwind()
504 impl Drop for Unwinder { in test_mutex_arc_access_in_unwind() implementation
Dspin.rs507 struct Unwinder { in test_mutex_arc_access_in_unwind() struct
508 i: Arc<SpinMutex<i32>>, in test_mutex_arc_access_in_unwind()
510 impl Drop for Unwinder { in test_mutex_arc_access_in_unwind() implementation
Dfair.rs698 struct Unwinder { in test_mutex_arc_access_in_unwind() struct
699 i: Arc<FairMutex<i32>>, in test_mutex_arc_access_in_unwind()
701 impl Drop for Unwinder { in test_mutex_arc_access_in_unwind() implementation
/external/abseil-cpp/absl/debugging/
Dstacktrace.cc65 typedef int (*Unwinder)(void**, int*, int, int, const void*, int*); typedef
/external/cronet/stable/third_party/abseil-cpp/absl/debugging/
Dstacktrace.cc65 typedef int (*Unwinder)(void**, int*, int, int, const void*, int*); typedef
/external/angle/third_party/abseil-cpp/absl/debugging/
Dstacktrace.cc65 typedef int (*Unwinder)(void**, int*, int, int, const void*, int*); typedef
/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/debugging/
Dstacktrace.cc65 typedef int (*Unwinder)(void**, int*, int, int, const void*, int*); typedef
/external/cronet/tot/third_party/abseil-cpp/absl/debugging/
Dstacktrace.cc65 typedef int (*Unwinder)(void**, int*, int, int, const void*, int*); typedef
/external/openscreen/third_party/abseil/src/absl/debugging/
Dstacktrace.cc63 typedef int (*Unwinder)(void**, int*, int, int, const void*, int*); typedef
/external/rust/android-crates-io/crates/spin/src/
Drwlock.rs1033 struct Unwinder { in test_rw_access_in_unwind() struct
1034 i: Arc<RwLock<isize>>, in test_rw_access_in_unwind()
1036 impl Drop for Unwinder { in test_rw_access_in_unwind() implementation
/external/perfetto/src/profiling/perf/
Dunwinding.cc40 Unwinder::Unwinder(Delegate* delegate, base::UnixTaskRunner* task_runner) in Unwinder() function in perfetto::profiling::Unwinder

12