Home
last modified time | relevance | path

Searched refs:instructionLength (Results 1 – 5 of 5) sorted by relevance

/external/proguard/src/proguard/preverify/
DCodeSubroutineInliner.java119 int instructionLength = instruction.length(offset); in visitCodeAttribute0() local
140 offset += instructionLength; in visitCodeAttribute0()
360 int instructionLength = instruction.length(offset); in visitExceptionInfo() local
377 startPC = offset + instructionLength; in visitExceptionInfo()
/external/proguard/src/proguard/classfile/attribute/
DCodeAttribute.java137 int instructionLength = instruction.length(offset); in instructionsAccept() local
139 offset += instructionLength; in instructionsAccept()
/external/mesa3d/src/gallium/drivers/svga/include/
DVGPU10ShaderTokens.h264 unsigned int instructionLength : 7; member
/external/fonttools/Lib/fontTools/ttLib/tables/
D_g_l_y_f.py375 instructionLength, = struct.unpack(">h", data[:2])
378 self.program.fromBytecode(data[:instructionLength])
379 data = data[instructionLength:]
/external/mesa3d/src/gallium/drivers/svga/
Dsvga_tgsi_vgpu10.c1202 token0.instructionLength = 0; /* Filled in by end_emit_instruction() */ in emit_opcode()
1223 token0.instructionLength = 0; /* Filled in by end_emit_instruction() */ in emit_opcode_resinfo()
1245 token0.instructionLength = 0; /* Filled in by end_emit_instruction() */ in emit_sample_opcode()
1331 tokens[emit->inst_start_token].instructionLength = inst_length; in end_emit_instruction()