HomeSort by relevance Sort by last modified time
    Searched refs:StackDepotHandle (Results 1 - 3 of 3) sorted by null

  /external/compiler-rt/lib/sanitizer_common/
sanitizer_stackdepot.h 25 struct StackDepotHandle {
27 StackDepotHandle() : node_(nullptr) {}
28 explicit StackDepotHandle(StackDepotNode *node) : node_(node) {}
39 StackDepotHandle StackDepotPut_WithHandle(StackTrace stack);
sanitizer_stackdepot.cc 83 StackDepotHandle get_handle() { return StackDepotHandle(this); }
85 typedef StackDepotHandle handle_type;
90 u32 StackDepotHandle::id() { return node_->id; }
91 int StackDepotHandle::use_count() {
95 void StackDepotHandle::inc_use_count_unsafe() {
112 StackDepotHandle h = theDepot.Put(stack);
116 StackDepotHandle StackDepotPut_WithHandle(StackTrace stack) {
  /external/compiler-rt/lib/msan/
msan_origin.h 123 StackDepotHandle h = StackDepotPut_WithHandle(*stack);

Completed in 558 milliseconds