Searched defs:hint_position (Results 1 - 1 of 1) sorted by relevance

/external/compiler-rt/lib/asan/
H A Dasan_fake_stack.cc84 uptr &hint_position = hint_position_[class_id]; local
88 uptr pos = ModuloNumberOfFrames(stack_size_log, class_id, hint_position++);
92 // signal handler's fake stack will start from a different hint_position

Completed in 74 milliseconds