Lines Matching refs:instructionOffset
272 int instructionOffset = codeFragmentOffsets[level];
273 while (instructionOffset < codeLength)
276 Instruction instruction = InstructionFactory.create(code, instructionOffset);
279 if (oldInstructionOffsets[instructionOffset] >= 0)
282 instruction.accept(null, null, null, instructionOffset, this);
288 // instructionOffset,
290 instruction.write(code, instructionOffset);
293 oldInstructionOffsets[instructionOffset] = -1;
297 instructionOffset += instruction.length(instructionOffset);