Searched defs:FakeFrame (Results 1 – 2 of 2) 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;
86 class FakeFrame: class