/external/pytorch/torch/csrc/profiler/unwind/ |
D | unwinder.h | 13 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/ |
D | fair_mutex.rs | 217 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
|
D | mutex.rs | 254 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
|
D | rwlock.rs | 332 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/ |
D | sharded_lock.rs | 155 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/ |
D | stack_unwind_data.h | 25 class Unwinder; variable
|
D | stack_sampler.h | 29 class Unwinder; variable
|
D | stack_sampling_profiler.h | 22 class Unwinder; variable
|
D | stack_sampling_profiler_test_util.h | 26 class Unwinder; variable
|
/external/cronet/tot/base/profiler/ |
D | stack_unwind_data.h | 25 class Unwinder; variable
|
D | stack_sampler.h | 29 class Unwinder; variable
|
D | stack_sampling_profiler.h | 22 class Unwinder; variable
|
D | stack_sampling_profiler_test_util.h | 26 class Unwinder; variable
|
/external/crosvm/cros_async/src/sync/ |
D | spin.rs | 260 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/ |
D | ticket.rs | 501 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
|
D | spin.rs | 507 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
|
D | fair.rs | 698 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/ |
D | stacktrace.cc | 65 typedef int (*Unwinder)(void**, int*, int, int, const void*, int*); typedef
|
/external/cronet/stable/third_party/abseil-cpp/absl/debugging/ |
D | stacktrace.cc | 65 typedef int (*Unwinder)(void**, int*, int, int, const void*, int*); typedef
|
/external/angle/third_party/abseil-cpp/absl/debugging/ |
D | stacktrace.cc | 65 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/ |
D | stacktrace.cc | 65 typedef int (*Unwinder)(void**, int*, int, int, const void*, int*); typedef
|
/external/cronet/tot/third_party/abseil-cpp/absl/debugging/ |
D | stacktrace.cc | 65 typedef int (*Unwinder)(void**, int*, int, int, const void*, int*); typedef
|
/external/openscreen/third_party/abseil/src/absl/debugging/ |
D | stacktrace.cc | 63 typedef int (*Unwinder)(void**, int*, int, int, const void*, int*); typedef
|
/external/rust/android-crates-io/crates/spin/src/ |
D | rwlock.rs | 1033 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/ |
D | unwinding.cc | 40 Unwinder::Unwinder(Delegate* delegate, base::UnixTaskRunner* task_runner) in Unwinder() function in perfetto::profiling::Unwinder
|