Searched refs:instructionLength (Results 1 – 7 of 7) 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()
442 const HBUINT16 &instructionLength = StructAtOffset<HBUINT16> (&bytes, instruction_length_offset); in instructions_length() local444 if (unlikely (length (instructionLength) > bytes.length)) return 0; in instructions_length()445 return instructionLength; in instructions_length()
488 unsigned int instructionLength : 7; member
794 instructionLength, glyphStream = unpack255UShort(glyphStream)796 glyph.program.fromBytecode(instructionStream[:instructionLength])798 self.instructionStream = instructionStream[instructionLength:]
700 instructionLength, = struct.unpack(">h", data[:2])703 self.program.fromBytecode(data[:instructionLength])704 data = data[instructionLength:]
1980 token0.instructionLength = 0; /* Filled in by end_emit_instruction() */ in emit_opcode_precise()2020 token0.instructionLength = 0; /* Filled in by end_emit_instruction() */ in emit_opcode_resinfo()2042 token0.instructionLength = 0; /* Filled in by end_emit_instruction() */ in emit_sample_opcode()2128 tokens[emit->inst_start_token].instructionLength = inst_length; in end_emit_instruction()10744 token.instructionLength = 1; in emit_vgpu10_header()10760 token.instructionLength = 1; in emit_vgpu10_header()