HomeSort by relevance Sort by last modified time
    Searched refs:opcode (Results 501 - 525 of 681) sorted by null

<<2122232425262728

  /dalvik/dexgen/src/com/android/dexgen/dex/file/
DebugInfoEncoder.java 766 * entry. This will typically be a single special opcode, although
779 int opcode; local
795 opcode = computeOpcode (deltaLines, deltaAddress);
797 if ((opcode & ~0xff) > 0) {
800 opcode = computeOpcode (deltaLines, deltaAddress);
802 if ((opcode & ~0xff) > 0) {
805 opcode = computeOpcode (deltaLines, deltaAddress);
809 output.writeByte(opcode);
821 * Computes a special opcode that will encode the given position change.
  /dalvik/dx/src/com/android/dx/dex/file/
DebugInfoEncoder.java 766 * entry. This will typically be a single special opcode, although
779 int opcode; local
795 opcode = computeOpcode (deltaLines, deltaAddress);
797 if ((opcode & ~0xff) > 0) {
800 opcode = computeOpcode (deltaLines, deltaAddress);
802 if ((opcode & ~0xff) > 0) {
805 opcode = computeOpcode (deltaLines, deltaAddress);
809 output.writeByte(opcode);
821 * Computes a special opcode that will encode the given position change.
  /frameworks/base/tools/layoutlib/create/src/com/android/tools/layoutlib/create/
AsmAnalyzer.java 543 public void visitFieldInsn(int opcode, String owner, String name, String desc) {
558 public void visitInsn(int opcode) {
562 public void visitIntInsn(int opcode, int operand) {
566 public void visitJumpInsn(int opcode, Label label) {
603 public void visitMethodInsn(int opcode, String owner, String name, String desc) {
637 public void visitTypeInsn(int opcode, String type) {
643 public void visitVarInsn(int opcode, int var) {
  /dalvik/vm/interp/
Jit.cpp 232 addr, offset, dexGetOpcodeName(decInsn->opcode));
274 // shadowSpace->traceLength, dexGetOpcodeName(decInsn.opcode));
682 dexGetOpcodeName(decInsn.opcode),(int)dpc);
683 dpc += dexGetWidthFromOpcode(decInsn.opcode);
743 if ((nextDecInsn.opcode != OP_MOVE_RESULT) &&
744 (nextDecInsn.opcode != OP_MOVE_RESULT_WIDE) &&
745 (nextDecInsn.opcode != OP_MOVE_RESULT_OBJECT))
806 (decInsn.opcode == OP_PACKED_SWITCH ||
807 decInsn.opcode == OP_SPARSE_SWITCH)) {
814 dexGetOpcodeName(decInsn.opcode), (int)lastPC, (int)pc)
    [all...]
  /dalvik/vm/mterp/out/
InterpAsm-armv7-a-neon.S 165 * Put the instruction's opcode field into the specified register.
170 * Put the prefetched instruction's opcode field into the specified register.
175 * Begin executing the opcode in _reg. Because this only jumps within the
330 GET_INST_OPCODE(ip) @ extract opcode from rINST
381 GET_INST_OPCODE(ip) @ ip<- opcode from rINST
404 GET_INST_OPCODE(ip) @ ip<- opcode from rINST
418 GET_INST_OPCODE(ip) @ extract opcode from rINST
432 GET_INST_OPCODE(ip) @ extract opcode from rINST
448 GET_INST_OPCODE(ip) @ extract opcode from rINST
464 GET_INST_OPCODE(ip) @ extract opcode from rINS
    [all...]
InterpAsm-armv7-a.S 165 * Put the instruction's opcode field into the specified register.
170 * Put the prefetched instruction's opcode field into the specified register.
175 * Begin executing the opcode in _reg. Because this only jumps within the
330 GET_INST_OPCODE(ip) @ extract opcode from rINST
381 GET_INST_OPCODE(ip) @ ip<- opcode from rINST
404 GET_INST_OPCODE(ip) @ ip<- opcode from rINST
418 GET_INST_OPCODE(ip) @ extract opcode from rINST
432 GET_INST_OPCODE(ip) @ extract opcode from rINST
448 GET_INST_OPCODE(ip) @ extract opcode from rINST
464 GET_INST_OPCODE(ip) @ extract opcode from rINS
    [all...]
InterpAsm-armv5te-vfp.S 165 * Put the instruction's opcode field into the specified register.
170 * Put the prefetched instruction's opcode field into the specified register.
175 * Begin executing the opcode in _reg. Because this only jumps within the
316 GET_INST_OPCODE(ip) @ extract opcode from rINST
367 GET_INST_OPCODE(ip) @ ip<- opcode from rINST
391 GET_INST_OPCODE(ip) @ ip<- opcode from rINST
405 GET_INST_OPCODE(ip) @ extract opcode from rINST
419 GET_INST_OPCODE(ip) @ extract opcode from rINST
436 GET_INST_OPCODE(ip) @ extract opcode from rINST
452 GET_INST_OPCODE(ip) @ extract opcode from rINS
    [all...]
InterpAsm-armv5te.S 165 * Put the instruction's opcode field into the specified register.
170 * Put the prefetched instruction's opcode field into the specified register.
175 * Begin executing the opcode in _reg. Because this only jumps within the
316 GET_INST_OPCODE(ip) @ extract opcode from rINST
367 GET_INST_OPCODE(ip) @ ip<- opcode from rINST
391 GET_INST_OPCODE(ip) @ ip<- opcode from rINST
405 GET_INST_OPCODE(ip) @ extract opcode from rINST
419 GET_INST_OPCODE(ip) @ extract opcode from rINST
436 GET_INST_OPCODE(ip) @ extract opcode from rINST
452 GET_INST_OPCODE(ip) @ extract opcode from rINS
    [all...]
  /dalvik/dx/src/com/android/dx/io/
OpcodeInfo.java 23 * Information about each Dalvik opcode.
35 * pseudo-opcode used for nonstandard formatted "instructions"
44 // TODO: These payload opcodes should be generated by opcode-gen.
61 // BEGIN(opcode-info-defs); GENERATED AUTOMATICALLY BY opcode-gen
1431 private final int opcode; field in class:OpcodeInfo.Info
    [all...]
  /dalvik/vm/compiler/codegen/arm/Thumb2/
Gen.cpp 65 int opcode = TEMPLATE_PERIODIC_PROFILING; local
67 (int) gDvmJit.codeCache + templateEntryOffsets[opcode],
68 (int) gDvmJit.codeCache + templateEntryOffsets[opcode]);
70 (int) gDvmJit.codeCache + templateEntryOffsets[opcode],
71 (int) gDvmJit.codeCache + templateEntryOffsets[opcode]);
349 if (mir->dalvikInsn.opcode == OP_MONITOR_ENTER)
  /dalvik/dx/src/com/android/dx/ssa/back/
SsaToRop.java 283 Rop opcode = lastInsn.getOpcode(); local
285 if (opcode.getBranchingness() != Rop.BRANCH_RETURN
286 && opcode != Rops.THROW) {
  /external/proguard/src/proguard/optimize/evaluation/
EvaluationShrinker.java 200 if (instruction.opcode == InstructionConstants.OP_GOTO &&
483 switch (constantInstruction.opcode)
566 switch (simpleInstruction.opcode)
618 if (variableInstruction.opcode < InstructionConstants.OP_ISTORE)
632 if (constantInstruction.opcode == InstructionConstants.OP_NEW)
646 if (branchInstruction.opcode == InstructionConstants.OP_JSR ||
647 branchInstruction.opcode == InstructionConstants.OP_JSR_W)
    [all...]
  /external/v8/src/
frames.cc 720 Translation::Opcode opcode = static_cast<Translation::Opcode>(it.Next()); local
721 ASSERT(opcode == Translation::BEGIN);
728 opcode = static_cast<Translation::Opcode>(it.Next());
729 if (opcode == Translation::FRAME) {
744 opcode = static_cast<Translation::Opcode>(it.Next());
745 ASSERT(opcode == Translation::STACK_SLOT)
818 Translation::Opcode opcode = static_cast<Translation::Opcode>(it.Next()); local
    [all...]
  /dalvik/vm/compiler/codegen/arm/
ArmLIR.h 311 #define isPseudoOpcode(opcode) ((int)(opcode) < 0)
644 /* Bit flags describing the behavior of each native opcode */
735 ArmOpcode opcode; member in struct:ArmEncodingMap
765 ArmOpcode opcode; member in struct:ArmLIR
    [all...]
  /dalvik/vm/compiler/codegen/arm/armv7-a-neon/
MethodCodegenDriver.cpp 123 Opcode dalvikOpcode = mir->dalvikInsn.opcode;
140 Opcode dalvikOpcode = mir->dalvikInsn.opcode;
250 labelList[blockId].opcode = kArmPseudoNormalBlockLabel;
281 Opcode dalvikOpcode = mir->dalvikInsn.opcode;
403 LOGE("%#06x: Opcode %#x (%s) / Fmt %d not handled",
  /external/bluetooth/bluez/audio/
control.c 126 uint8_t opcode; member in struct:avrcp_header
146 uint8_t opcode; member in struct:avrcp_header
542 "opcode 0x%02X, %d operands",
545 avrcp->opcode, operand_count);
557 avrcp->opcode == OP_PASSTHROUGH) {
563 (avrcp->opcode == OP_UNITINFO
564 || avrcp->opcode == OP_SUBUNITINFO)) {
571 if (operand_count >= 1 && avrcp->opcode == OP_UNITINFO)
575 DBG("reply to %s", avrcp->opcode == OP_UNITINFO ?
1012 avrcp->opcode = OP_PASSTHROUGH
    [all...]
  /external/javassist/src/main/javassist/bytecode/
CodeIterator.java 34 public class CodeIterator implements Opcode {
174 * (not the operand following the current opcode).
733 * Calculates the index of the next opcode.
738 int opcode; local
740 opcode = code[index] & 0xff;
743 throw new BadBytecode("invalid opcode address");
747 int len = opcodeLength[opcode];
750 else if (opcode == WIDE)
757 if (opcode == LOOKUPSWITCH) {
761 else if (opcode == TABLESWITCH)
1413 int opcode(int op) { method in class:CodeIterator.If16
    [all...]
  /external/javassist/src/test/test/javassist/bytecode/analysis/
AnalyzerTest.java 15 import javassist.bytecode.Opcode;
74 int pos = findOpcode(info, Opcode.RETURN);
79 private static int findOpcode(MethodInfo info, int opcode) throws BadBytecode {
86 if (iter.byteAt(pos) == opcode)
101 if (iter.byteAt(pos) == Opcode.ARETURN)
121 if (iter.byteAt(pos) == Opcode.AALOAD)
142 private static void addJump(Bytecode code, int opcode, int pos) {
144 code.addOpcode(opcode);
204 /* 1 */ addJump(code, Opcode.GOTO, 5);
208 /* 9 */ code.addOpcode(Opcode.ARETURN)
    [all...]
  /external/llvm/lib/Target/MBlaze/Disassembler/
MBlazeDisassembler.cpp 458 unsigned opcode = mblazeBinary2Opcode[ (insn>>26)&0x3F ]; local
459 switch (opcode) {
484 default: return opcode;
517 // Get the MCInst opcode from the binary instruction and make sure
519 unsigned opcode = getOPCODE(insn); local
520 if (opcode == UNSUPPORTED)
523 instr.setOpcode(opcode);
530 uint64_t tsFlags = MBlazeInsts[opcode].TSFlags;
552 switch (opcode) {
582 switch (opcode) {
    [all...]
  /external/proguard/src/proguard/classfile/editor/
VariableRemapper.java 135 new VariableInstruction(variableInstruction.opcode,
  /external/proguard/src/proguard/optimize/
DuplicateInitializerInvocationFixer.java 103 if (constantInstruction.opcode == InstructionConstants.OP_INVOKESPECIAL)
  /external/tcpdump/
print-eigrp.c 43 u_int8_t opcode; member in struct:eigrp_common_header
247 tok2str(eigrp_opcode_values, "unknown (%u)",eigrp_com_header->opcode),
257 printf("\n\tEIGRP v%u, opcode: %s (%u), chksum: 0x%04x, Flags: [%s]\n\tseq: 0x%08x, ack: 0x%08x, AS: %u, length: %u",
259 tok2str(eigrp_opcode_values, "unknown, type: %u",eigrp_com_header->opcode),
260 eigrp_com_header->opcode,
  /external/v8/src/arm/
deoptimizer-arm.cc 206 ASSERT(Translation::BEGIN == static_cast<Translation::Opcode>(value));
227 Translation::Opcode opcode = local
228 static_cast<Translation::Opcode>(iterator.Next());
229 ASSERT(Translation::BEGIN == opcode);
230 USE(opcode);
235 opcode = static_cast<Translation::Opcode>(iterator.Next());
236 USE(opcode);
237 ASSERT(Translation::FRAME == opcode);
365 Translation::Opcode opcode = local
    [all...]
  /external/v8/src/ia32/
deoptimizer-ia32.cc 75 // bailout and we need to skip the call opcode to get to the
175 RelocInfo rinfo(curr_address + 1, // 1 after the call opcode.
281 ASSERT(Translation::BEGIN == static_cast<Translation::Opcode>(value));
305 Translation::Opcode opcode = local
306 static_cast<Translation::Opcode>(iterator.Next());
307 ASSERT(Translation::BEGIN == opcode);
308 USE(opcode);
313 opcode = static_cast<Translation::Opcode>(iterator.Next())
441 Translation::Opcode opcode = local
    [all...]
  /external/v8/src/mips/
assembler-mips.h 430 // Takes a branch opcode (cc) and a label (L) and generates
479 // Difference between address of current opcode and target address offset.
508 // Difference between address of current opcode and value read from pc
922 void GenInstrRegister(Opcode opcode,
929 void GenInstrRegister(Opcode opcode,
936 void GenInstrRegister(Opcode opcode,
943 void GenInstrRegister(Opcode opcode
    [all...]

Completed in 2256 milliseconds

<<2122232425262728