Lines Matching refs:Address
331 Address base = jump_table_[0].address;
341 Address entry = table_entry->address;
345 // of loading the full, absolute address of each one, load an immediate
346 // offset which will be added to the base address later.
366 // Add the base address to the offset previously loaded in
390 // Add the base address to the offset previously loaded in entry_offset.
826 Address entry =
2644 // End with the address of this class_name instance in temp register.
3991 // Load the code entry address
4235 Register address = scratch0();
4239 __ Addu(address, external_pointer,
4242 address = external_pointer;
4245 __ sll(address, key, shift_size);
4246 __ Addu(address, external_pointer, address);
4252 __ swc1(double_scratch0(), MemOperand(address, base_offset));
4254 __ sdc1(value, MemOperand(address, base_offset));
4311 // Calculate the effective address of the slot in the array to store the
4383 // Compute address of modified element and store it into key register.
4758 // We want the untagged address first for performance
4766 // Now that we have finished with the object's real address tag it
5666 // needed return address), even though the implementation of LAZY and EAGER is