Home | History | Annotate | Download | only in quick

Lines Matching defs:dex_pc

718     uint32_t dex_pc = caller->ToDexPc(QuickArgumentVisitor::GetCallingPc(sp));
722 CHECK_LT(dex_pc, code->insns_size_in_code_units_);
723 const Instruction* instr = Instruction::At(&code->insns_[dex_pc]);
1907 uint32_t dex_pc = caller_method->ToDexPc(caller_pc);
1909 CHECK_LT(dex_pc, code->insns_size_in_code_units_);
1910 const Instruction* instr = Instruction::At(&code->insns_[dex_pc]);