Searched refs:xREFS (Results 1 – 4 of 4) sorted by relevance
/art/runtime/interpreter/mterp/arm64/ |
D | entry.S | 30 SAVE_TWO_REGS xIBASE, xREFS, 16 46 add xREFS, xFP, w0, lsl #2 // point to reference array in shadow frame
|
D | header.S | 105 #define xREFS x25 macro 255 str wzr, [xREFS, \vreg, uxtw #2] 259 str \reg, [xREFS, \vreg, uxtw #2] 273 add ip2, xREFS, \vreg, lsl #2
|
D | footer.S | 285 RESTORE_TWO_REGS xIBASE, xREFS, 16 303 RESTORE_TWO_REGS xIBASE, xREFS, 16
|
/art/runtime/interpreter/mterp/out/ |
D | mterp_arm64.S | 112 #define xREFS x25 macro 262 str wzr, [xREFS, \vreg, uxtw #2] 266 str \reg, [xREFS, \vreg, uxtw #2] 280 add ip2, xREFS, \vreg, lsl #2 391 SAVE_TWO_REGS xIBASE, xREFS, 16 407 add xREFS, xFP, w0, lsl #2 // point to reference array in shadow frame 7377 RESTORE_TWO_REGS xIBASE, xREFS, 16 7395 RESTORE_TWO_REGS xIBASE, xREFS, 16
|