HomeSort by relevance Sort by last modified time
    Searched refs:inst_length (Results 1 - 3 of 3) sorted by null

  /art/libdexfile/dex/
dex_instruction.cc 143 size_t inst_length = SizeInCodeUnits(); local
144 if (inst_length > code_units) {
145 inst_length = code_units;
149 for (size_t i = 0; i < inst_length; i++) {
152 for (size_t i = inst_length; i < code_units; i++) {
159 size_t inst_length = SizeInCodeUnits(); local
160 if (inst_length > instr_code_units) {
161 inst_length = instr_code_units;
165 for (size_t i = 0; i < inst_length; i++) {
169 for (size_t i = inst_length; i < instr_code_units; i++)
    [all...]
  /external/mesa3d/src/gallium/drivers/svga/
svga_tgsi_vgpu10.c 1313 unsigned inst_length; local
    [all...]
  /external/v8/src/s390/
simulator-s390.cc 6823 int inst_length = Instruction::InstructionLength( local
    [all...]

Completed in 566 milliseconds