/art/runtime/interpreter/mterp/ |
D | mterp.cc | 156 uint16_t* dex_pc_ptr, in MterpInvokeVirtual() argument 160 const Instruction* inst = Instruction::At(dex_pc_ptr); in MterpInvokeVirtual() 167 uint16_t* dex_pc_ptr, in MterpInvokeSuper() argument 171 const Instruction* inst = Instruction::At(dex_pc_ptr); in MterpInvokeSuper() 178 uint16_t* dex_pc_ptr, in MterpInvokeInterface() argument 182 const Instruction* inst = Instruction::At(dex_pc_ptr); in MterpInvokeInterface() 189 uint16_t* dex_pc_ptr, in MterpInvokeDirect() argument 193 const Instruction* inst = Instruction::At(dex_pc_ptr); in MterpInvokeDirect() 200 uint16_t* dex_pc_ptr, in MterpInvokeStatic() argument 204 const Instruction* inst = Instruction::At(dex_pc_ptr); in MterpInvokeStatic() [all …]
|
/art/runtime/interpreter/mterp/out/ |
D | mterp_x86_64.S | 6139 call SYMBOL(MterpCheckBefore) # (self, shadow_frame, dex_pc_ptr) 6161 call SYMBOL(MterpCheckBefore) # (self, shadow_frame, dex_pc_ptr) 6183 call SYMBOL(MterpCheckBefore) # (self, shadow_frame, dex_pc_ptr) 6205 call SYMBOL(MterpCheckBefore) # (self, shadow_frame, dex_pc_ptr) 6227 call SYMBOL(MterpCheckBefore) # (self, shadow_frame, dex_pc_ptr) 6249 call SYMBOL(MterpCheckBefore) # (self, shadow_frame, dex_pc_ptr) 6271 call SYMBOL(MterpCheckBefore) # (self, shadow_frame, dex_pc_ptr) 6293 call SYMBOL(MterpCheckBefore) # (self, shadow_frame, dex_pc_ptr) 6315 call SYMBOL(MterpCheckBefore) # (self, shadow_frame, dex_pc_ptr) 6337 call SYMBOL(MterpCheckBefore) # (self, shadow_frame, dex_pc_ptr) [all …]
|
D | mterp_x86.S | 6375 call SYMBOL(MterpCheckBefore) # (self, shadow_frame, dex_pc_ptr) 6399 call SYMBOL(MterpCheckBefore) # (self, shadow_frame, dex_pc_ptr) 6423 call SYMBOL(MterpCheckBefore) # (self, shadow_frame, dex_pc_ptr) 6447 call SYMBOL(MterpCheckBefore) # (self, shadow_frame, dex_pc_ptr) 6471 call SYMBOL(MterpCheckBefore) # (self, shadow_frame, dex_pc_ptr) 6495 call SYMBOL(MterpCheckBefore) # (self, shadow_frame, dex_pc_ptr) 6519 call SYMBOL(MterpCheckBefore) # (self, shadow_frame, dex_pc_ptr) 6543 call SYMBOL(MterpCheckBefore) # (self, shadow_frame, dex_pc_ptr) 6567 call SYMBOL(MterpCheckBefore) # (self, shadow_frame, dex_pc_ptr) 6591 call SYMBOL(MterpCheckBefore) # (self, shadow_frame, dex_pc_ptr) [all …]
|
D | mterp_mips64.S | 12108 dlsa rPC, a1, rPC, 1 # generate new dex_pc_ptr
|
D | mterp_mips.S | 12557 addu rPC, rPC, a1 # generate new dex_pc_ptr
|
D | mterp_arm.S | 11932 add rPC, rPC, r1, lsl #1 @ 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 | 104 add rPC, rPC, 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 | 62 dlsa rPC, a1, rPC, 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 | 103 addu rPC, rPC, a1 # generate new dex_pc_ptr
|
/art/runtime/interpreter/ |
D | shadow_frame.h | 356 void SetDexPCPtr(uint16_t* dex_pc_ptr) { in SetDexPCPtr() argument 357 dex_pc_ptr_ = dex_pc_ptr; in SetDexPCPtr()
|