HomeSort by relevance Sort by last modified time
    Searched refs:instruction (Results 126 - 150 of 448) sorted by null

1 2 3 4 56 7 8 91011>>

  /external/proguard/src/proguard/optimize/evaluation/
EvaluationShrinker.java 29 import proguard.classfile.instruction.*;
30 import proguard.classfile.instruction.visitor.InstructionVisitor;
169 Instruction instruction = InstructionFactory.create(codeAttribute.code, local
172 instruction.accept(clazz, method, codeAttribute, offset, unusedParameterSimplifier);
196 Instruction instruction = InstructionFactory.create(codeAttribute.code, local
199 // Mark that the instruction is necessary if it is an infinite loop.
200 if (instruction.opcode == InstructionConstants.OP_GOTO &&
201 ((BranchInstruction)instruction).branchOffset == 0
238 Instruction instruction = InstructionFactory.create(codeAttribute.code, local
309 Instruction instruction = InstructionFactory.create(codeAttribute.code, local
365 Instruction instruction = InstructionFactory.create(codeAttribute.code, local
382 Instruction instruction = InstructionFactory.create(codeAttribute.code, local
411 Instruction instruction = InstructionFactory.create(codeAttribute.code, local
    [all...]
  /external/webkit/Source/JavaScriptCore/assembler/
ARMv7Assembler.h 884 // Only allowed in IT (if then) block if last instruction.
891 // Only allowed in IT (if then) block if last instruction.
899 // Only allowed in IT (if then) block if last instruction.
1007 // rt == ARMRegisters::pc only allowed if last instruction in IT (if then) block.
1936 uint16_t* instruction = static_cast<uint16_t*>(address); local
1942 uint16_t* instruction = static_cast<uint16_t*>(address); local
1948 uint16_t* instruction = static_cast<uint16_t*>(address); local
1954 uint16_t* instruction = static_cast<uint16_t*>(address); local
1960 uint16_t* instruction = static_cast<uint16_t*>(address); local
1966 uint16_t* instruction = static_cast<uint16_t*>(address); local
    [all...]
  /dalvik/vm/mterp/arm-vfp/
fbinop2addr.S 3 * an "instr" line that specifies an instruction that performs
21 GOTO_OPCODE(ip) @ jump to next instruction
fbinopWide2addr.S 3 * an "instr" line that specifies an instruction that performs
22 GOTO_OPCODE(ip) @ jump to next instruction
funop.S 3 * line that specifies an instruction that performs "s1 = op s0".
18 GOTO_OPCODE(ip) @ jump to next instruction
funopNarrower.S 3 * "instr" line that specifies an instruction that performs "s0 = op d0".
18 GOTO_OPCODE(ip) @ jump to next instruction
funopWider.S 3 * "instr" line that specifies an instruction that performs "d0 = op s0".
18 GOTO_OPCODE(ip) @ jump to next instruction
  /dalvik/vm/mterp/armv5te/
OP_ARRAY_LENGTH.S 15 GOTO_OPCODE(ip) @ jump to next instruction
OP_CONST.S 10 GOTO_OPCODE(ip) @ jump to next instruction
OP_CONST_4.S 10 GOTO_OPCODE(ip) @ execute next instruction
OP_CONST_HIGH16.S 9 GOTO_OPCODE(ip) @ jump to next instruction
OP_CONST_WIDE_16.S 10 GOTO_OPCODE(ip) @ jump to next instruction
OP_CONST_WIDE_32.S 12 GOTO_OPCODE(ip) @ jump to next instruction
OP_CONST_WIDE_HIGH16.S 11 GOTO_OPCODE(ip) @ jump to next instruction
OP_GOTO_16.S 19 GOTO_OPCODE(ip) @ jump to next instruction
OP_MONITOR_ENTER.S 16 GOTO_OPCODE(ip) @ jump to next instruction
OP_MOVE.S 11 GOTO_OPCODE(ip) @ execute next instruction
OP_MOVE_EXCEPTION.S 10 GOTO_OPCODE(ip) @ jump to next instruction
OP_MOVE_RESULT_WIDE.S 10 GOTO_OPCODE(ip) @ jump to next instruction
OP_MOVE_WIDE_16.S 12 GOTO_OPCODE(ip) @ jump to next instruction
OP_MOVE_WIDE_FROM16.S 12 GOTO_OPCODE(ip) @ jump to next instruction
binopLit16.S 4 * that specifies an instruction that performs "result = r0 op r1".
5 * This could be an ARM instruction or a function call. (If the result
29 GOTO_OPCODE(ip) @ jump to next instruction
stub.S 6 FETCH_INST() @ load next instruction from rPC
unop.S 4 * specifies an instruction that performs "result = op r0".
5 * This could be an ARM instruction or a function call.
20 GOTO_OPCODE(ip) @ jump to next instruction
  /dalvik/vm/mterp/armv6t2/
OP_ARRAY_LENGTH.S 14 GOTO_OPCODE(ip) @ jump to next instruction

Completed in 718 milliseconds

1 2 3 4 56 7 8 91011>>