HomeSort by: relevance | last modified time | path
    Searched defs:hint_position (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/external/bsd/compiler_rt/dist/lib/asan/
asan_fake_stack.cc 93 uptr &hint_position = hint_position_[class_id]; local in function:__asan::FakeStack::Allocate
97 uptr pos = ModuloNumberOfFrames(stack_size_log, class_id, hint_position++);
101 // signal handler's fake stack will start from a different hint_position
asan_fake_stack.cc 93 uptr &hint_position = hint_position_[class_id]; local in function:__asan::FakeStack::Allocate
97 uptr pos = ModuloNumberOfFrames(stack_size_log, class_id, hint_position++);
101 // signal handler's fake stack will start from a different hint_position

Completed in 24 milliseconds