Home
last modified time | relevance | path

Searched defs:FakeFrame (Results 1 – 2 of 2) 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/python/cpython2/Lib/hotshot/
Dstats.py86 class FakeFrame: class