Home
last modified time | relevance | path

Searched defs:FakeFrame (Results 1 – 3 of 3) sorted by relevance

/external/compiler-rt/lib/asan/
Dasan_fake_stack.h23 struct FakeFrame { struct
24 uptr magic; // Modified by the instrumented code.
25 uptr descr; // Modified by the instrumented code.
26 uptr pc; // Modified by the instrumented code.
27 uptr real_stack;
/external/llvm-project/compiler-rt/lib/asan/
Dasan_fake_stack.h22 struct FakeFrame { struct
23 uptr magic; // Modified by the instrumented code.
24 uptr descr; // Modified by the instrumented code.
25 uptr pc; // Modified by the instrumented code.
26 uptr real_stack;
/external/python/cpython2/Lib/hotshot/
Dstats.py86 class FakeFrame: class