Lines Matching refs:dex_pc_ptr
165 uint16_t* dex_pc_ptr, \
169 const Instruction* inst = Instruction::At(dex_pc_ptr); \
180 uint16_t* dex_pc_ptr, \
184 const Instruction* inst = Instruction::At(dex_pc_ptr); \
204 uint16_t* dex_pc_ptr, in MTERP_INVOKE()
208 const Instruction* inst = Instruction::At(dex_pc_ptr); in MTERP_INVOKE()
215 uint16_t* dex_pc_ptr, in MterpInvokePolymorphic() argument
219 const Instruction* inst = Instruction::At(dex_pc_ptr); in MterpInvokePolymorphic()
226 uint16_t* dex_pc_ptr, in MterpInvokeCustomRange() argument
230 const Instruction* inst = Instruction::At(dex_pc_ptr); in MterpInvokeCustomRange()
237 uint16_t* dex_pc_ptr, in MterpInvokePolymorphicRange() argument
241 const Instruction* inst = Instruction::At(dex_pc_ptr); in MterpInvokePolymorphicRange()
382 uint16_t* dex_pc_ptr, in MterpAputObject() argument
385 const Instruction* inst = Instruction::At(dex_pc_ptr); in MterpAputObject()
401 uint16_t* dex_pc_ptr, in MterpFilledNewArray() argument
404 const Instruction* inst = Instruction::At(dex_pc_ptr); in MterpFilledNewArray()
426 uint16_t* dex_pc_ptr, in MterpFilledNewArrayRange() argument
429 const Instruction* inst = Instruction::At(dex_pc_ptr); in MterpFilledNewArrayRange()
451 uint16_t* dex_pc_ptr, in MterpNewArray() argument
454 const Instruction* inst = Instruction::At(dex_pc_ptr); in MterpNewArray()
491 extern "C" void MterpCheckBefore(Thread* self, ShadowFrame* shadow_frame, uint16_t* dex_pc_ptr) in MterpCheckBefore() argument
500 const Instruction* inst = Instruction::At(dex_pc_ptr); in MterpCheckBefore()
508 uint32_t dex_pc = dex_pc_ptr - shadow_frame->GetDexInstructions(); in MterpCheckBefore()