Lines Matching defs:offset
141 int offset = offsetof(StackSaveArea, xtra.currentPc);
142 res = loadConstant(cUnit, rDPC, (int) (cUnit->method->insns + mir->offset));
144 newLIR2(cUnit, kThumbSubRI8, rAddr, sizeof(StackSaveArea) - offset);
167 int offset = offsetof(InterpState, retval);
174 storeWordDisp(cUnit, rGLUE, offset, reg0);
182 int offset = offsetof(InterpState, retval);
189 storeWordDisp(cUnit, rGLUE, offset, reglo);
192 storeWordDisp(cUnit, rGLUE, offset + 4, reghi);
201 int offset = offsetof(InterpState, retval);
212 newLIR3(cUnit, kThumbStrRRI5, reg0, rGLUE, offset >> 2);