Home | History | Annotate | Download | only in dex

Lines Matching refs:Code

28   const Instruction::Code opcodes[MAX_PATTERN_LEN];
130 /* Split an existing block from the specified code offset into two */
202 * Given a code offset, find out the block that starts with it. If the offset
244 /* Identify code range in try blocks and set up the empty catch blocks */
361 * Total size is (4+size*2) 16-bit code units.
377 * Total size is (2+size*4) 16-bit code units.
496 static_cast<Instruction::Code>(kMirOpCheck);
567 /* Identify code range in try blocks and set up the empty catch blocks */
584 Instruction::Code opcode = insn->dalvikInsn.opcode;
702 LOG(INFO) << "-C- " << Instruction::Name(static_cast<Instruction::Code>(i))
1068 // FIXME: use current code unit for inline support.
1078 "Code Block",
1125 move_result_mir->dalvikInsn.opcode = static_cast<Instruction::Code>(kMirOpNop);