Lines Matching defs:address

38 void Builtins::Generate_Adaptor(MacroAssembler* masm, Address address) {
39 __ li(kJavaScriptCallExtraArg1Register, ExternalReference::Create(address));
105 // -- ra : return address
156 // -- ra: return address
271 // Store offset of return address for deoptimizer.
606 // s6 holds the root address. Do not clobber.
674 // -- ra : return address
717 // -- ra : return address
1208 // o ra: return address
1441 // Find the address of the last argument.
1458 // -- a2 : the address of the first argument to be pushed. Subsequent
1516 // -- t4 : address of the first argument
1570 // Set the return address to the correct point in the interpreter entry
1579 // get the custom trampoline, otherwise grab the entry address of the global
1742 // address from the builtins table.
1818 // Compute the target address = code_obj + header_size + osr_offset
2074 // including the receiver and the return address.
2152 // including the receiver and the return address.
2843 // Compute the handler entry address and jump to it.
2975 return ref0.address() - ref1.address();
3012 // Additional parameter is the address of the actual callback.
3098 // -- a1 : api function address
3175 // Arguments are after the return address (pushed by EnterExitFrame()).
3258 // Load address of v8::PropertyAccessorInfo::args_ array and name handle.
3278 // +3 is to skip prolog, return address and name handle.
3292 // DirectCEntry places the return address on the stack (updated by the GC),
3301 __ sw(ra, MemOperand(sp, kCArgsSlotsSize)); // Store the return address.
3306 // In case of an error the return address may point to a memory area
3307 // filled with kZapValue by the GC. Dereference the address and check for
3389 // in this case the a0+x should be past the "t0-32" address. This means:
3390 // for x=128 the last "safe" a0 address is "t0-160". Alternatively, for
3391 // x=64 the last "safe" a0 address is "t0-96". In the current version we
3394 __ addu(t0, a0, a2); // t0 is the "past the end" address.
3395 __ Subu(t9, t0, pref_limit); // t9 is the "last safe pref" address.
3872 // Get the address of the location in the code object (a2) (return
3873 // address for lazy deoptimization) and compute the fp-to-sp delta in
3889 // a2: code address or 0 already loaded.
4170 // If the bytecode offset is kFunctionEntryOffset, get the start address of