Lines Matching refs:dex_pc_ptr

165                                      uint16_t* dex_pc_ptr,  in MterpInvokeVirtual()  argument
169 const Instruction* inst = Instruction::At(dex_pc_ptr); in MterpInvokeVirtual()
176 uint16_t* dex_pc_ptr, in MterpInvokeSuper() argument
180 const Instruction* inst = Instruction::At(dex_pc_ptr); in MterpInvokeSuper()
187 uint16_t* dex_pc_ptr, in MterpInvokeInterface() argument
191 const Instruction* inst = Instruction::At(dex_pc_ptr); in MterpInvokeInterface()
198 uint16_t* dex_pc_ptr, in MterpInvokeDirect() argument
202 const Instruction* inst = Instruction::At(dex_pc_ptr); in MterpInvokeDirect()
209 uint16_t* dex_pc_ptr, in MterpInvokeStatic() argument
213 const Instruction* inst = Instruction::At(dex_pc_ptr); in MterpInvokeStatic()
220 uint16_t* dex_pc_ptr, in MterpInvokeCustom() argument
224 const Instruction* inst = Instruction::At(dex_pc_ptr); in MterpInvokeCustom()
231 uint16_t* dex_pc_ptr, in MterpInvokePolymorphic() argument
235 const Instruction* inst = Instruction::At(dex_pc_ptr); in MterpInvokePolymorphic()
242 uint16_t* dex_pc_ptr, in MterpInvokeVirtualRange() argument
246 const Instruction* inst = Instruction::At(dex_pc_ptr); in MterpInvokeVirtualRange()
253 uint16_t* dex_pc_ptr, in MterpInvokeSuperRange() argument
257 const Instruction* inst = Instruction::At(dex_pc_ptr); in MterpInvokeSuperRange()
264 uint16_t* dex_pc_ptr, in MterpInvokeInterfaceRange() argument
268 const Instruction* inst = Instruction::At(dex_pc_ptr); in MterpInvokeInterfaceRange()
275 uint16_t* dex_pc_ptr, in MterpInvokeDirectRange() argument
279 const Instruction* inst = Instruction::At(dex_pc_ptr); in MterpInvokeDirectRange()
286 uint16_t* dex_pc_ptr, in MterpInvokeStaticRange() argument
290 const Instruction* inst = Instruction::At(dex_pc_ptr); in MterpInvokeStaticRange()
297 uint16_t* dex_pc_ptr, in MterpInvokeCustomRange() argument
301 const Instruction* inst = Instruction::At(dex_pc_ptr); in MterpInvokeCustomRange()
308 uint16_t* dex_pc_ptr, in MterpInvokePolymorphicRange() argument
312 const Instruction* inst = Instruction::At(dex_pc_ptr); in MterpInvokePolymorphicRange()
319 uint16_t* dex_pc_ptr, in MterpInvokeVirtualQuick() argument
323 const Instruction* inst = Instruction::At(dex_pc_ptr); in MterpInvokeVirtualQuick()
330 uint16_t* dex_pc_ptr, in MterpInvokeVirtualQuickRange() argument
334 const Instruction* inst = Instruction::At(dex_pc_ptr); in MterpInvokeVirtualQuickRange()
472 uint16_t* dex_pc_ptr, in MterpIputObjectQuick() argument
475 const Instruction* inst = Instruction::At(dex_pc_ptr); in MterpIputObjectQuick()
480 uint16_t* dex_pc_ptr, in MterpAputObject() argument
483 const Instruction* inst = Instruction::At(dex_pc_ptr); in MterpAputObject()
499 uint16_t* dex_pc_ptr, in MterpFilledNewArray() argument
502 const Instruction* inst = Instruction::At(dex_pc_ptr); in MterpFilledNewArray()
508 uint16_t* dex_pc_ptr, in MterpFilledNewArrayRange() argument
511 const Instruction* inst = Instruction::At(dex_pc_ptr); in MterpFilledNewArrayRange()
517 uint16_t* dex_pc_ptr, in MterpNewArray() argument
520 const Instruction* inst = Instruction::At(dex_pc_ptr); in MterpNewArray()
545 extern "C" void MterpCheckBefore(Thread* self, ShadowFrame* shadow_frame, uint16_t* dex_pc_ptr) in MterpCheckBefore() argument
554 const Instruction* inst = Instruction::At(dex_pc_ptr); in MterpCheckBefore()
562 uint32_t dex_pc = dex_pc_ptr - shadow_frame->GetDexInstructions(); in MterpCheckBefore()