Searched refs:MterpCheckBefore (Results 1 – 11 of 11) sorted by relevance
/art/runtime/interpreter/mterp/out/ |
D | mterp_arm64.S | 6940 .extern MterpCheckBefore 6946 b MterpCheckBefore // (self, shadow_frame) Note: tail call. 6957 .extern MterpCheckBefore 6963 b MterpCheckBefore // (self, shadow_frame) Note: tail call. 6974 .extern MterpCheckBefore 6980 b MterpCheckBefore // (self, shadow_frame) Note: tail call. 6991 .extern MterpCheckBefore 6997 b MterpCheckBefore // (self, shadow_frame) Note: tail call. 7008 .extern MterpCheckBefore 7014 b MterpCheckBefore // (self, shadow_frame) Note: tail call. [all …]
|
D | mterp_x86_64.S | 6126 .extern MterpCheckBefore 6131 call SYMBOL(MterpCheckBefore) # (self, shadow_frame) 6148 .extern MterpCheckBefore 6153 call SYMBOL(MterpCheckBefore) # (self, shadow_frame) 6170 .extern MterpCheckBefore 6175 call SYMBOL(MterpCheckBefore) # (self, shadow_frame) 6192 .extern MterpCheckBefore 6197 call SYMBOL(MterpCheckBefore) # (self, shadow_frame) 6214 .extern MterpCheckBefore 6219 call SYMBOL(MterpCheckBefore) # (self, shadow_frame) [all …]
|
D | mterp_x86.S | 6361 .extern MterpCheckBefore 6368 call SYMBOL(MterpCheckBefore) # (self, shadow_frame) 6386 .extern MterpCheckBefore 6393 call SYMBOL(MterpCheckBefore) # (self, shadow_frame) 6411 .extern MterpCheckBefore 6418 call SYMBOL(MterpCheckBefore) # (self, shadow_frame) 6436 .extern MterpCheckBefore 6443 call SYMBOL(MterpCheckBefore) # (self, shadow_frame) 6461 .extern MterpCheckBefore 6468 call SYMBOL(MterpCheckBefore) # (self, shadow_frame) [all …]
|
D | mterp_arm.S | 7443 .extern MterpCheckBefore 7449 b MterpCheckBefore @ (self, shadow_frame) @ Tail call. 7460 .extern MterpCheckBefore 7466 b MterpCheckBefore @ (self, shadow_frame) @ Tail call. 7477 .extern MterpCheckBefore 7483 b MterpCheckBefore @ (self, shadow_frame) @ Tail call. 7494 .extern MterpCheckBefore 7500 b MterpCheckBefore @ (self, shadow_frame) @ Tail call. 7511 .extern MterpCheckBefore 7517 b MterpCheckBefore @ (self, shadow_frame) @ Tail call. [all …]
|
/art/runtime/interpreter/mterp/arm64/ |
D | alt_stub.S | 6 .extern MterpCheckBefore 12 b MterpCheckBefore // (self, shadow_frame) Note: tail call.
|
/art/runtime/interpreter/mterp/x86_64/ |
D | alt_stub.S | 11 .extern MterpCheckBefore 16 call SYMBOL(MterpCheckBefore) # (self, shadow_frame)
|
/art/runtime/interpreter/mterp/x86/ |
D | alt_stub.S | 11 .extern MterpCheckBefore 18 call SYMBOL(MterpCheckBefore) # (self, shadow_frame)
|
/art/runtime/interpreter/mterp/arm/ |
D | alt_stub.S | 6 .extern MterpCheckBefore 12 b MterpCheckBefore @ (self, shadow_frame) @ Tail call.
|
/art/runtime/interpreter/mterp/mips64/ |
D | alt_stub.S | 6 .extern MterpCheckBefore 10 dla t9, MterpCheckBefore
|
/art/runtime/interpreter/mterp/mips/ |
D | alt_stub.S | 6 .extern MterpCheckBefore 12 la a2, MterpCheckBefore
|
/art/runtime/interpreter/mterp/ |
D | mterp.cc | 433 extern "C" void MterpCheckBefore(Thread* self, ShadowFrame* shadow_frame) in MterpCheckBefore() function
|