/art/runtime/interpreter/mterp/ |
D | mterp.cc | 169 uint16_t* dex_pc_ptr, in MterpInvokeVirtual() argument 173 const Instruction* inst = Instruction::At(dex_pc_ptr); in MterpInvokeVirtual() 180 uint16_t* dex_pc_ptr, in MterpInvokeSuper() argument 184 const Instruction* inst = Instruction::At(dex_pc_ptr); in MterpInvokeSuper() 191 uint16_t* dex_pc_ptr, in MterpInvokeInterface() argument 195 const Instruction* inst = Instruction::At(dex_pc_ptr); in MterpInvokeInterface() 202 uint16_t* dex_pc_ptr, in MterpInvokeDirect() argument 206 const Instruction* inst = Instruction::At(dex_pc_ptr); in MterpInvokeDirect() 213 uint16_t* dex_pc_ptr, in MterpInvokeStatic() argument 217 const Instruction* inst = Instruction::At(dex_pc_ptr); in MterpInvokeStatic() [all …]
|
/art/runtime/interpreter/mterp/out/ |
D | mterp_x86_64.S | 6256 call SYMBOL(MterpCheckBefore) # (self, shadow_frame, dex_pc_ptr) 6278 call SYMBOL(MterpCheckBefore) # (self, shadow_frame, dex_pc_ptr) 6300 call SYMBOL(MterpCheckBefore) # (self, shadow_frame, dex_pc_ptr) 6322 call SYMBOL(MterpCheckBefore) # (self, shadow_frame, dex_pc_ptr) 6344 call SYMBOL(MterpCheckBefore) # (self, shadow_frame, dex_pc_ptr) 6366 call SYMBOL(MterpCheckBefore) # (self, shadow_frame, dex_pc_ptr) 6388 call SYMBOL(MterpCheckBefore) # (self, shadow_frame, dex_pc_ptr) 6410 call SYMBOL(MterpCheckBefore) # (self, shadow_frame, dex_pc_ptr) 6432 call SYMBOL(MterpCheckBefore) # (self, shadow_frame, dex_pc_ptr) 6454 call SYMBOL(MterpCheckBefore) # (self, shadow_frame, dex_pc_ptr) [all …]
|
D | mterp_x86.S | 6510 call SYMBOL(MterpCheckBefore) # (self, shadow_frame, dex_pc_ptr) 6534 call SYMBOL(MterpCheckBefore) # (self, shadow_frame, dex_pc_ptr) 6558 call SYMBOL(MterpCheckBefore) # (self, shadow_frame, dex_pc_ptr) 6582 call SYMBOL(MterpCheckBefore) # (self, shadow_frame, dex_pc_ptr) 6606 call SYMBOL(MterpCheckBefore) # (self, shadow_frame, dex_pc_ptr) 6630 call SYMBOL(MterpCheckBefore) # (self, shadow_frame, dex_pc_ptr) 6654 call SYMBOL(MterpCheckBefore) # (self, shadow_frame, dex_pc_ptr) 6678 call SYMBOL(MterpCheckBefore) # (self, shadow_frame, dex_pc_ptr) 6702 call SYMBOL(MterpCheckBefore) # (self, shadow_frame, dex_pc_ptr) 6726 call SYMBOL(MterpCheckBefore) # (self, shadow_frame, dex_pc_ptr) [all …]
|
D | mterp_mips64.S | 12250 dlsa rPC, a1, a0, 1 # generate new dex_pc_ptr
|
D | mterp_arm.S | 12052 add rPC, r0, r1, lsl #1 @ generate new dex_pc_ptr
|
D | mterp_mips.S | 12664 EAS1(rPC, a0, a1) # generate new dex_pc_ptr
|
/art/runtime/interpreter/mterp/x86_64/ |
D | alt_stub.S | 16 call SYMBOL(MterpCheckBefore) # (self, shadow_frame, dex_pc_ptr)
|
/art/runtime/interpreter/mterp/x86/ |
D | alt_stub.S | 17 call SYMBOL(MterpCheckBefore) # (self, shadow_frame, dex_pc_ptr)
|
/art/runtime/interpreter/mterp/arm/ |
D | alt_stub.S | 12 b MterpCheckBefore @ (self, shadow_frame, dex_pc_ptr) @ Tail call.
|
D | footer.S | 103 add rPC, r0, r1, lsl #1 @ generate new dex_pc_ptr
|
/art/runtime/interpreter/mterp/mips64/ |
D | alt_stub.S | 14 jalr zero, t9 # (self, shadow_frame, dex_pc_ptr) Note: tail call.
|
D | footer.S | 61 dlsa rPC, a1, a0, 1 # generate new dex_pc_ptr
|
/art/runtime/interpreter/mterp/mips/ |
D | alt_stub.S | 13 jalr zero, t9 # Tail call to Mterp(self, shadow_frame, dex_pc_ptr)
|
D | footer.S | 101 EAS1(rPC, a0, a1) # generate new dex_pc_ptr
|
/art/runtime/interpreter/ |
D | shadow_frame.h | 348 void SetDexPCPtr(uint16_t* dex_pc_ptr) { in SetDexPCPtr() argument 349 dex_pc_ptr_ = dex_pc_ptr; in SetDexPCPtr()
|