| /external/javassist/src/main/javassist/ |
| CtPrimitiveType.java | 32 String methodName, String mDesc, int opcode, int atype, 39 returnOp = opcode; 91 * Returns the opcode for returning a value of the type. 92 * For example, if the type is int, then the returned opcode is 93 * <code>javassit.bytecode.Opcode.IRETURN</code>. 101 * <code>javassit.bytecode.Opcode.T_INT</code>.
|
| /external/kernel-headers/original/linux/ |
| ublock.h | 40 __u32 opcode; member in struct:ublock_in_header 45 __u32 opcode; member in struct:ublock_out_header
|
| /external/webkit/Source/JavaScriptCore/interpreter/ |
| Interpreter.h | 36 #include "Opcode.h" 76 Opcode getOpcode(OpcodeID id) 85 OpcodeID getOpcodeID(Opcode opcode) 88 ASSERT(isOpcode(opcode)); 89 return m_opcodeIDTable.get(opcode); 91 return opcode; 95 bool isOpcode(Opcode); 152 bool isCallBytecode(Opcode opcode) { return opcode == getOpcode(op_call) || opcode == getOpcode(op_construct) || opcode == getOpcode (…) [all...] |
| /external/elfutils/libdw/ |
| dwarf_getsrclines.c | 158 /* The opcode base. */ 161 /* Remember array with the standard opcode length (-1 to account for 162 the opcode with value zero not being mentioned). */ 311 unsigned int opcode; local 315 /* Read the opcode. */ 316 opcode = *linep++; 318 /* Is this a special opcode? */ 319 if (likely (opcode >= opcode_base)) 321 /* Yes. Handling this is quite easy since the opcode value 324 opcode = (desired line increment - line_base [all...] |
| /dalvik/vm/mterp/armv5te/ |
| OP_FILLED_NEW_ARRAY_JUMBO.S | 18 bne .L${opcode}_continue @ yes, continue on 25 b .L${opcode}_continue 32 .L${opcode}_continue: 41 bne .L${opcode}_notimpl @ no, not handled yet 65 GET_INST_OPCODE(ip) @ ip<- opcode from rINST 74 .L${opcode}_notimpl: 75 ldr r0, .L_strFilledNewArrayNotImpl_${opcode} 84 .L_strFilledNewArrayNotImpl_${opcode}:
|
| OP_IGET_JUMBO.S | 23 bne .L${opcode}_finish @ no, already resolved 28 b .L${opcode}_resolved @ resolved, continue 36 .L${opcode}_resolved: 39 @ fall through to ${opcode}_finish 46 .L${opcode}_finish: 56 GET_INST_OPCODE(ip) @ extract opcode from rINST
|
| OP_IGET_WIDE_JUMBO.S | 20 bne .L${opcode}_finish @ no, already resolved 25 b .L${opcode}_resolved @ resolved, continue 33 .L${opcode}_resolved: 36 @ fall through to ${opcode}_finish 43 .L${opcode}_finish: 56 GET_INST_OPCODE(ip) @ extract opcode from rINST
|
| OP_IPUT_JUMBO.S | 23 bne .L${opcode}_finish @ no, already resolved 28 b .L${opcode}_resolved @ resolved, continue 36 .L${opcode}_resolved: 39 @ fall through to ${opcode}_finish 46 .L${opcode}_finish: 54 GET_INST_OPCODE(ip) @ extract opcode from rINST
|
| OP_IPUT_OBJECT_JUMBO.S | 20 bne .L${opcode}_finish @ no, already resolved 25 b .L${opcode}_resolved @ resolved, continue 33 .L${opcode}_resolved: 36 @ fall through to ${opcode}_finish 43 .L${opcode}_finish: 52 GET_INST_OPCODE(ip) @ extract opcode from rINST
|
| OP_IPUT_WIDE_JUMBO.S | 17 bne .L${opcode}_finish @ no, already resolved 22 b .L${opcode}_resolved @ resolved, continue 30 .L${opcode}_resolved: 33 @ fall through to ${opcode}_finish 40 .L${opcode}_finish: 48 GET_INST_OPCODE(r10) @ extract opcode from rINST
|
| /dalvik/vm/mterp/x86-atom/ |
| OP_MONITOR_ENTER.S | 38 # jmp .L${opcode}_finish 40 #.L${opcode}_finish:
|
| /external/openssl/crypto/perlasm/ |
| x86asm.pl | 16 # each opcode... 18 { my $opcode = $AUTOLOAD; 20 die "more than 4 arguments passed to $opcode" if ($#_>3); 22 $opcode =~ s/.*:://; 23 if ($opcode =~ /^push/) { $stack+=4; } 24 elsif ($opcode =~ /^pop/) { $stack-=4; } 26 &generic($opcode,@_) or die "undefined subroutine \&$AUTOLOAD"; 30 { my $opcode=shift; 32 if ($#_==-1) { push(@out,"\t$opcode\n"); } 33 else { push(@out,"\t$opcode\t".join(',',@_)."\n"); [all...] |
| /external/proguard/src/proguard/optimize/peephole/ |
| BranchTargetFinder.java | 457 byte opcode = simpleInstruction.opcode; 458 if (opcode == InstructionConstants.OP_IRETURN || 459 opcode == InstructionConstants.OP_LRETURN || 460 opcode == InstructionConstants.OP_FRETURN || 461 opcode == InstructionConstants.OP_DRETURN || 462 opcode == InstructionConstants.OP_ARETURN || 463 opcode == InstructionConstants.OP_ATHROW) 483 if (constantInstruction.opcode == InstructionConstants.OP_NEW) 523 if (variableInstruction.opcode == InstructionConstants.OP_RET [all...] |
| /dalvik/dexgen/src/com/android/dexgen/rop/code/ |
| FillArrayDataInsn.java | 45 * @param opcode {@code non-null;} the opcode 51 public FillArrayDataInsn(Rop opcode, SourcePosition position, 55 super(opcode, position, null, sources); 57 if (opcode.getBranchingness() != Rop.BRANCH_NONE) {
|
| PlainCstInsn.java | 33 * @param opcode {@code non-null;} the opcode 39 public PlainCstInsn(Rop opcode, SourcePosition position, 42 super(opcode, position, result, sources, cst); 44 if (opcode.getBranchingness() != Rop.BRANCH_NONE) {
|
| SwitchInsn.java | 35 * @param opcode {@code non-null;} the opcode 41 public SwitchInsn(Rop opcode, SourcePosition position, RegisterSpec result, 43 super(opcode, position, result, sources); 45 if (opcode.getBranchingness() != Rop.BRANCH_SWITCH) {
|
| ThrowingCstInsn.java | 35 * @param opcode {@code non-null;} the opcode 41 public ThrowingCstInsn(Rop opcode, SourcePosition position, 44 super(opcode, position, null, sources, cst); 46 if (opcode.getBranchingness() != Rop.BRANCH_THROW) {
|
| ThrowingInsn.java | 57 * @param opcode {@code non-null;} the opcode 62 public ThrowingInsn(Rop opcode, SourcePosition position, 65 super(opcode, position, null, sources); 67 if (opcode.getBranchingness() != Rop.BRANCH_THROW) {
|
| /dalvik/dx/src/com/android/dx/rop/code/ |
| FillArrayDataInsn.java | 45 * @param opcode {@code non-null;} the opcode 51 public FillArrayDataInsn(Rop opcode, SourcePosition position, 55 super(opcode, position, null, sources); 57 if (opcode.getBranchingness() != Rop.BRANCH_NONE) {
|
| PlainCstInsn.java | 33 * @param opcode {@code non-null;} the opcode 39 public PlainCstInsn(Rop opcode, SourcePosition position, 42 super(opcode, position, result, sources, cst); 44 if (opcode.getBranchingness() != Rop.BRANCH_NONE) {
|
| SwitchInsn.java | 35 * @param opcode {@code non-null;} the opcode 41 public SwitchInsn(Rop opcode, SourcePosition position, RegisterSpec result, 43 super(opcode, position, result, sources); 45 if (opcode.getBranchingness() != Rop.BRANCH_SWITCH) {
|
| ThrowingCstInsn.java | 36 * @param opcode {@code non-null;} the opcode 42 public ThrowingCstInsn(Rop opcode, SourcePosition position, 45 super(opcode, position, null, sources, cst); 47 if (opcode.getBranchingness() != Rop.BRANCH_THROW) {
|
| ThrowingInsn.java | 57 * @param opcode {@code non-null;} the opcode 62 public ThrowingInsn(Rop opcode, SourcePosition position, 65 super(opcode, position, null, sources); 67 if (opcode.getBranchingness() != Rop.BRANCH_THROW) {
|
| /dalvik/vm/compiler/codegen/arm/ |
| LocalOptimizations.cpp | 103 isPseudoOpcode(thisLIR->opcode) || 104 !(EncodingMap[thisLIR->opcode].flags & (IS_LOAD | IS_STORE))) { 109 bool isThisLIRLoad = EncodingMap[thisLIR->opcode].flags & IS_LOAD; 149 bool isCheckLIRLoad = EncodingMap[checkLIR->opcode].flags & 156 assert(!(EncodingMap[checkLIR->opcode].flags & 292 isPseudoOpcode(thisLIR->opcode) || 293 !(EncodingMap[thisLIR->opcode].flags & IS_LOAD)) { 361 if (stopHere || !isPseudoOpcode(checkLIR->opcode)) { 391 if (!isPseudoOpcode(depLIR->opcode) && 392 (EncodingMap[depLIR->opcode].flags & IS_LOAD)) [all...] |
| /dalvik/vm/mterp/x86/ |
| OP_INVOKE_SUPER.S | 27 je .L${opcode}_resolve 33 .L${opcode}_continue: 37 jae .L${opcode}_nsm # method not present in superclass 47 .L${opcode}_resolve: 57 jne .L${opcode}_continue # good to go - continue 64 .L${opcode}_nsm:
|