HomeSort by relevance Sort by last modified time
    Searched defs:fake_stack (Results 1 - 2 of 2) sorted by null

  /external/compiler-rt/lib/sanitizer_common/tests/
sanitizer_stacktrace_test.cc 24 uptr fake_stack[10]; member in class:__sanitizer::FastUnwindTest
34 for (uptr i = 0; i+1 < ARRAY_SIZE(fake_stack); i += 2) {
35 fake_stack[i] = (uptr)&fake_stack[i+2]; // fp
36 fake_stack[i+1] = i+1; // retaddr
39 fake_stack[RoundDownTo(ARRAY_SIZE(fake_stack) - 1, 2)] = 0;
42 fake_top = (uptr)&fake_stack[ARRAY_SIZE(fake_stack) + 2];
44 fake_bottom = (uptr)&fake_stack[-1]
    [all...]
  /external/compiler-rt/lib/asan/
asan_thread.h 94 FakeStack &fake_stack() { return fake_stack_; } function in class:__asan::AsanThread

Completed in 29 milliseconds