Home | History | Annotate | Download | only in mips64

Lines Matching full:address

45 // The address returned from GenerateStringDictionaryProbes() in scratch2
90 // The address returned from GenerateStringDictionaryProbes() in scratch2
306 // The return address is on the stack.
322 // The return address is in ra.
334 // The return address is in ra.
350 // The return address is in ra.
362 // The return address is in ra.
475 Register address = a5;
477 scratch, scratch2, address));
489 __ Daddu(address, elements, FixedArray::kHeaderSize - kHeapObjectTag);
491 __ daddu(address, address, at);
492 __ ld(scratch, MemOperand(address));
510 __ Daddu(address, elements,
513 __ Daddu(address, address, scratch);
514 __ sd(value, MemOperand(address));
528 __ Daddu(address, elements,
531 __ Daddu(address, address, scratch);
532 __ sd(value, MemOperand(address));
533 // Update write barrier for the elements array address.
535 __ RecordWrite(elements, address, scratch, kRAHasNotBeenSaved,
550 __ Daddu(address, elements,
554 __ daddu(address, address, at);
555 __ lw(scratch, MemOperand(address));
617 // -- ra : return address
822 bool CompareIC::HasInlinedSmiCode(Address address) {
823 // The address of the instruction following the call.
824 Address andi_instruction_address =
825 address + Assembler::kCallTargetAddressOffset;
835 void PatchInlinedSmiCode(Isolate* isolate, Address address,
837 Address andi_instruction_address =
838 address + Assembler::kCallTargetAddressOffset;
859 PrintF("[ patching ic at %p, andi=%p, delta=%d\n", address,
863 Address patch_address =