Lines Matching full:load
49 XX+04: ldr x0, [x0] ; Load value stored in ThirdSlot ; (&FirstSlot)-48 ; Method Pointer
50 XX+08: ldr x30, [x0, #56] ; Load EntryPoint ; SecondSlot value ; Executable code
56 value in `x0`, so it may load `ldr x1, [x0, #48]` to get `method Id` from `FirstSlot`.
60 When we have `Method pointer`, it is stored into `ThirdSlot`, allow to load proper executable addre…
87 XX+04: ldr w17, [x16] ; Load value from SecondSlot
89 XX+16: ldr x28, [#CALL_VIRTUAL_RESOLVER] ; Load VirtualCall Resolver address
93 XX+32: ldr w16, [x16, #160] ; Load Method from VTable (compensating index+1, as VTable start o…
110 Having `Method pointer` it is easy to load `VTable index` value.
138 YY+00: ldr x17, x28, [CLASS_INIT_RESOLVER] ; Load InitClass Resolver address
143 XX+04: ldr w7, [x16] ; Load value from SecondSlot
181 on stack, so we load it into temporary (we need it for `BoundaryFrame`), and push `rbp` to the stac…
205 * **Load callee-saved registers.**
216 * **Load caller-saved registers.**