Searched refs:CHECK_REGS (Results 1 - 1 of 1) sorted by relevance

/art/test/004-StackWalk/
H A Dstack_walk_jni.cc35 #define CHECK_REGS(...) if (!IsShadowFrame()) { \ macro
73 CHECK_REGS(1);
77 CHECK_REGS(1);
82 CHECK_REGS(0, 2); // Note that v1 is not in the minimal root set
86 CHECK_REGS(0, 2);
91 CHECK_REGS(2, 4, 5, 7, 8, 9, 10, 11, 13, 14, 15, 16, 17, 18, 19, 21, 25);
95 CHECK_REGS(2, 4, 5, 7, 8, 9, 10, 11, 13, 14, 15, 16, 17, 18, 19, 21, 25);

Completed in 89 milliseconds