Searched refs:instructionLength (Results 1 – 6 of 6) sorted by relevance
119 int instructionLength = instruction.length(offset); in visitCodeAttribute0() local140 offset += instructionLength; in visitCodeAttribute0()360 int instructionLength = instruction.length(offset); in visitExceptionInfo() local377 startPC = offset + instructionLength; in visitExceptionInfo()
137 int instructionLength = instruction.length(offset); in instructionsAccept() local139 offset += instructionLength; in instructionsAccept()
264 unsigned int instructionLength : 7; member
730 instructionLength, glyphStream = unpack255UShort(glyphStream)732 glyph.program.fromBytecode(instructionStream[:instructionLength])734 self.instructionStream = instructionStream[instructionLength:]
531 instructionLength, = struct.unpack(">h", data[:2])534 self.program.fromBytecode(data[:instructionLength])535 data = data[instructionLength:]
1207 token0.instructionLength = 0; /* Filled in by end_emit_instruction() */ in emit_opcode()1228 token0.instructionLength = 0; /* Filled in by end_emit_instruction() */ in emit_opcode_resinfo()1250 token0.instructionLength = 0; /* Filled in by end_emit_instruction() */ in emit_sample_opcode()1336 tokens[emit->inst_start_token].instructionLength = inst_length; in end_emit_instruction()