Home | History | Annotate | Download | only in dex

Lines Matching refs:code_ptr

140 int MIRGraph::ParseInsn(const uint16_t* code_ptr, MIR::DecodedInstruction* decoded_instruction) {
141 const Instruction* inst = Instruction::At(code_ptr);
400 int width, int flags, const uint16_t* code_ptr,
458 } else if (code_ptr < code_end) {
544 const uint16_t* code_ptr, const uint16_t* code_end) {
596 if (code_ptr < code_end) {
660 const uint16_t* code_ptr = current_code_item_->insns_;
723 while (code_ptr < code_end) {
727 int width = ParseInsn(code_ptr, &insn->dalvikInsn);
750 if ((width == 1) && ((current_offset_ & 0x1) == 0x1) && ((code_end - code_ptr) > 1)) {
752 uint16_t following_raw_instruction = code_ptr[1];
756 width += Instruction::At(code_ptr + 1)->SizeInCodeUnits();
777 code_ptr += width;
781 width, flags, code_ptr, code_end);
790 if (code_ptr < code_end) {
800 code_ptr, code_end);