Home
last modified time | relevance | path

Searched refs:hint_position_ (Results 1 – 4 of 4) sorted by relevance

/external/llvm-project/compiler-rt/lib/asan/
Dasan_fake_stack.cpp70 str.append("%zd: %zd/%zd; ", class_id, hint_position_[class_id], in Destroy()
92 uptr &hint_position = hint_position_[class_id]; in Allocate()
Dasan_fake_stack.h164 uptr hint_position_[kNumberOfSizeClasses]; variable
/external/compiler-rt/lib/asan/
Dasan_fake_stack.cc71 str.append("%zd: %zd/%zd; ", class_id, hint_position_[class_id], in Destroy()
93 uptr &hint_position = hint_position_[class_id]; in Allocate()
Dasan_fake_stack.h165 uptr hint_position_[kNumberOfSizeClasses]; variable