Home | History | Annotate | Download | only in dex

Lines Matching refs:At

6  * You may obtain a copy of the License at
141 const Instruction* inst = Instruction::At(code_ptr);
342 const Instruction* monitor_exit = Instruction::At(cu_->code_item->insns_ + monitor_exit_offset);
345 const Instruction* check_insn = Instruction::At(cu_->code_item->insns_ + catch_offset);
648 /* Parse a Dex method and insert it into the MIRGraph at the current insert point. */
713 // TODO: for inlining support, insert at the insert point rather than entry block.
749 // A simple NOP will have a width of 1 at this point, embedded data NOP > 1.
756 width += Instruction::At(code_ptr + 1)->SizeInCodeUnits();
1238 insn.opcode = Instruction::At(current_code_item_->insns_ + mir->offset)->Opcode();
2067 // the last SSA number of the same dalvik register. At the end, if it is different than ssa_reg,