Searched defs:FakeFrame (Results 1 – 3 of 3) sorted by relevance
23 struct FakeFrame { struct24 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;
22 struct FakeFrame { struct23 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;
86 class FakeFrame: class