Lines Matching full:shadow
28 handle invoke, allows higher-level code to create frame & shadow frame.
30 Once that's working, support direct entry code & eliminate shadow frame (and
34 base of the vreg array within the shadow frame. Access the other fields,
36 the shadow frame mechanism of double-storing object references - via rFP &
61 s6 rREFS base of object references in shadow frame (ideally, we'll get rid of this later).
159 * Instead of holding a pointer to the shadow frame, we keep rFP at the base of the vregs. So,
160 * to access other shadow frame fields, we need to use a backwards offset. Define those here.
176 * "export" the PC to dex_pc field in the shadow frame, f/b/o future exception objects. Must
546 shadow frame
1004 addu a2, rFP, OFF_FP_SHADOWFRAME # a2 <- shadow frame
1024 addu a2, rFP, OFF_FP_SHADOWFRAME # a2 <- shadow frame
1041 addu a2, rFP, OFF_FP_SHADOWFRAME # a2 <- shadow frame
1208 addu a0, rFP, OFF_FP_SHADOWFRAME # a0 <- shadow frame
1231 addu a0, rFP, OFF_FP_SHADOWFRAME # a0 <- shadow frame