• Home
  • Raw
  • Download

Lines Matching refs:FETCH

280 #define FETCH(_offset)     (pc[(_offset)])  macro
441 inst = FETCH(0); \
580 regs = FETCH(1); \
604 int branchOffset = (s2)FETCH(1); /* sign-extended */ \
620 int branchOffset = (s2)FETCH(1); /* sign-extended */ \
644 srcRegs = FETCH(1); \
680 srcRegs = FETCH(1); \
693 vsrc2 = FETCH(1); \
726 litInfo = FETCH(1); \
761 litInfo = FETCH(1); \
815 srcRegs = FETCH(1); \
852 srcRegs = FETCH(1); \
907 srcRegs = FETCH(1); \
921 srcRegs = FETCH(1); \
955 arrayInfo = FETCH(1); \
982 arrayInfo = FETCH(1); \
1025 ref = FETCH(1); /* field ref */ \
1050 ref = FETCH(1); /* field offset */ \
1070 ref = FETCH(1); /* field ref */ \
1095 ref = FETCH(1); /* field offset */ \
1112 ref = FETCH(1); /* field ref */ \
1133 ref = FETCH(1); /* field ref */ \
1318 u2 inst = INST_INST(FETCH(0)); in updateDebugger()
1512 inst = FETCH(0); in INTERP_FUNC_NAME()
1538 vsrc1 = FETCH(1); in INTERP_FUNC_NAME()
1548 vdst = FETCH(1); in INTERP_FUNC_NAME()
1549 vsrc1 = FETCH(2); in INTERP_FUNC_NAME()
1572 vsrc1 = FETCH(1); in INTERP_FUNC_NAME()
1581 vdst = FETCH(1); in INTERP_FUNC_NAME()
1582 vsrc1 = FETCH(2); in INTERP_FUNC_NAME()
1606 vsrc1 = FETCH(1); in INTERP_FUNC_NAME()
1618 vdst = FETCH(1); in INTERP_FUNC_NAME()
1619 vsrc1 = FETCH(2); in INTERP_FUNC_NAME()
1721 vsrc1 = FETCH(1); in INTERP_FUNC_NAME()
1733 tmp = FETCH(1); in INTERP_FUNC_NAME()
1734 tmp |= (u4)FETCH(2) << 16; in INTERP_FUNC_NAME()
1744 vsrc1 = FETCH(1); in INTERP_FUNC_NAME()
1753 vsrc1 = FETCH(1); in INTERP_FUNC_NAME()
1765 tmp = FETCH(1); in INTERP_FUNC_NAME()
1766 tmp |= (u4)FETCH(2) << 16; in INTERP_FUNC_NAME()
1779 tmp = FETCH(1); in INTERP_FUNC_NAME()
1780 tmp |= (u8)FETCH(2) << 16; in INTERP_FUNC_NAME()
1781 tmp |= (u8)FETCH(3) << 32; in INTERP_FUNC_NAME()
1782 tmp |= (u8)FETCH(4) << 48; in INTERP_FUNC_NAME()
1792 vsrc1 = FETCH(1); in INTERP_FUNC_NAME()
1804 ref = FETCH(1); in INTERP_FUNC_NAME()
1825 tmp = FETCH(1); in INTERP_FUNC_NAME()
1826 tmp |= (u4)FETCH(2) << 16; in INTERP_FUNC_NAME()
1846 ref = FETCH(1); in INTERP_FUNC_NAME()
1925 ref = FETCH(1); /* class to check against */ in INTERP_FUNC_NAME()
1958 ref = FETCH(1); /* class to check against */ in INTERP_FUNC_NAME()
2008 ref = FETCH(1); in INTERP_FUNC_NAME()
2055 ref = FETCH(1); in INTERP_FUNC_NAME()
2101 offset = FETCH(1) | (((s4) FETCH(2)) << 16); in INTERP_FUNC_NAME()
2157 s4 offset = (s2) FETCH(1); /* sign-extend next code unit */ in INTERP_FUNC_NAME()
2173 s4 offset = FETCH(1); /* low-order 16 bits */ in INTERP_FUNC_NAME()
2174 offset |= ((s4) FETCH(2)) << 16; /* high-order 16 bits */ in INTERP_FUNC_NAME()
2195 offset = FETCH(1) | (((s4) FETCH(2)) << 16); in INTERP_FUNC_NAME()
2226 offset = FETCH(1) | (((s4) FETCH(2)) << 16); in INTERP_FUNC_NAME()
2385 arrayInfo = FETCH(1); in INTERP_FUNC_NAME()
2816 srcRegs = FETCH(1); in INTERP_FUNC_NAME()
2847 srcRegs = FETCH(1); in INTERP_FUNC_NAME()
3006 vsrc2 = FETCH(1); in INTERP_FUNC_NAME()
3046 litInfo = FETCH(1); in INTERP_FUNC_NAME()
3159 ref = FETCH(1); /* inline call "ref" */ in INTERP_FUNC_NAME()
3160 vdst = FETCH(2); /* 0-4 register indices */ in INTERP_FUNC_NAME()
3308 ref = FETCH(1); /* class ref */ in INTERP_FUNC_NAME()
3309 vdst = FETCH(2); /* first 4 regs -or- range base */ in INTERP_FUNC_NAME()
3398 ref = FETCH(1); /* method ref */ in INTERP_FUNC_NAME()
3399 vdst = FETCH(2); /* 4 regs -or- first reg */ in INTERP_FUNC_NAME()
3490 ref = FETCH(1); /* method ref */ in INTERP_FUNC_NAME()
3491 vdst = FETCH(2); /* 4 regs -or- first reg */ in INTERP_FUNC_NAME()
3568 ref = FETCH(1); /* method ref */ in INTERP_FUNC_NAME()
3569 vdst = FETCH(2); /* 4 regs -or- first reg */ in INTERP_FUNC_NAME()
3611 ref = FETCH(1); /* method ref */ in INTERP_FUNC_NAME()
3612 vdst = FETCH(2); /* 4 regs -or- first reg */ in INTERP_FUNC_NAME()
3643 ref = FETCH(1); /* method ref */ in INTERP_FUNC_NAME()
3644 vdst = FETCH(2); /* 4 regs -or- first reg */ in INTERP_FUNC_NAME()
3673 ref = FETCH(1); /* vtable index */ in INTERP_FUNC_NAME()
3674 vdst = FETCH(2); /* 4 regs -or- first reg */ in INTERP_FUNC_NAME()
3728 ref = FETCH(1); /* vtable index */ in INTERP_FUNC_NAME()
3729 vdst = FETCH(2); /* 4 regs -or- first reg */ in INTERP_FUNC_NAME()
3981 if (INST_INST(FETCH(0)) == OP_MOVE_EXCEPTION) in INTERP_FUNC_NAME()