HomeSort by relevance Sort by last modified time
    Searched full:check_regs (Results 1 - 2 of 2) sorted by null

  /art/test/004-StackWalk/
stack_walk_jni.cc 35 #define CHECK_REGS(...) if (!IsShadowFrame()) { \
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);
  /external/qemu/tcg/
tcg.c 1749 static void check_regs(TCGContext *s) function
    [all...]

Completed in 78 milliseconds