Lines Matching refs:Address
30 Address deopt_handler = Runtime::FunctionForId(
64 Address deopt_handler = Runtime::FunctionForId(
708 // Preserve the return address (lr will be clobbered by the pop).
1003 // CEntryStub stores the return address on the stack before calling into
1004 // C++ code. In some cases, the VM accesses this address, but it is not used
1005 // when the C++ code returns to the stub because LR holds the return address
1039 // at the highest address:
1053 // Calculate argv, argc and the target address, and store them in
1097 // receiver at the highest address:
1116 // csp -> csp[0]: Space reserved for the return address.
1184 // hasn't changed (except for the return address).
1214 // (except for the return address slot). However, we don't need to initialize
1367 __ Ldr(x11, MemOperand(x10)); // Dereference the address.
1659 // jssp[8]: address of receiver argument
1688 // jssp[8]: address of receiver argument
1847 // Set up backing store address, because it is needed later for filling in
1959 // Return address is in lr.
1984 // jssp[8]: address of receiver argument
2363 // csp[0]: Space for the return address placed by DirectCEntryStub.
2364 // csp[8]: Argument 9, the current isolate address.
3075 // Get the receiver of the function from the stack; 1 ~ return address.
3549 // lr: return address
3950 // -- lr : return address
3982 __ Ldr(val, MemOperand(regs_.address()));
3995 __ RememberedSetHelper(object(), address(),
4012 Register address =
4013 x0.Is(regs_.address()) ? regs_.scratch0() : regs_.address();
4014 DCHECK(!address.Is(regs_.object()));
4015 DCHECK(!address.Is(x0));
4016 __ Mov(address, regs_.address());
4018 __ Mov(x1, address);
4054 __ RememberedSetHelper(object(), address(),
4064 __ Ldr(val, MemOperand(regs_.address()));
4081 // We need extra registers for this, so we push the object and the address
4083 __ Push(regs_.address(), regs_.object());
4087 regs_.address(), // Scratch.
4090 __ Pop(regs_.object(), regs_.address());
4094 __ RememberedSetHelper(object(), address(),
4102 __ Pop(regs_.object(), regs_.address());
4125 __ RememberedSetHelper(object(), address(),
4280 // Compute the function's address as the first argument.
4289 // function at a known address.
4298 // The caller's return address is above the saved temporaries.
4322 // Put return address on the stack (accessible to GC through exit frame pc).
4789 // -- sp[0] : return address
4872 // -- sp[0] : return address
4986 // Arguments is after the return address.