Home | History | Annotate | Download | only in mips64

Lines Matching refs:Address

313     Address entry = table_entry->address;
776 Address entry =
2614 // End with the address of this class_name instance in temp register.
4023 // Load the code entry address
4267 Register address = scratch0();
4271 __ Daddu(address, external_pointer,
4274 address = external_pointer;
4279 __ dsra32(address, key, 0);
4281 __ dsra(address, key, -shift_size);
4284 __ dsll(address, key, shift_size);
4286 __ Daddu(address, external_pointer, address);
4292 __ swc1(double_scratch0(), MemOperand(address, base_offset));
4294 __ sdc1(value, MemOperand(address, base_offset));
4351 // Calculate the effective address of the slot in the array to store the
4447 // Compute address of modified element and store it into key register.
4790 // We want the untagged address first for performance
4798 // Now that we have finished with the object's real address tag it
5699 // needed return address), even though the implementation of LAZY and EAGER is