Home
last modified time | relevance | path

Searched refs:call_stack_ (Results 1 – 2 of 2) sorted by relevance

/external/compiler-rt/lib/asan/
Dasan_fake_stack.cc129 while (FakeFrame *top = call_stack_.top()) { in AllocateStack()
131 call_stack_.LifoPop(); in AllocateStack()
134 call_stack_.LifoPush(fake_frame); in AllocateStack()
Dasan_allocator.h202 FakeFrameLifo call_stack_; variable