Home | History | Annotate | Download | only in mips

Lines Matching refs:t6

803       __ AllocateInNewSpace(a3, t4, t5, t6, &rt_call, SIZE_IN_WORDS);
811 __ LoadRoot(t6, Heap::kEmptyFixedArrayRootIndex);
814 __ sw(t6, MemOperand(t5, JSObject::kPropertiesOffset));
815 __ sw(t6, MemOperand(t5, JSObject::kElementsOffset));
828 __ addu(t6, t4, t0); // End of object.
840 a0, Operand(t6));
846 __ InitializeFieldsWithFiller(t5, t6, t7);
863 __ Ext(t6, a0, Map::kPreAllocatedPropertyFieldsByte * kBitsPerByte,
865 __ Addu(a3, a3, Operand(t6));
866 __ Ext(t6, a0, Map::kInObjectPropertiesByte * kBitsPerByte,
868 __ subu(a3, a3, t6);
885 t6,
895 __ LoadRoot(t6, Heap::kFixedArrayMapRootIndex);
897 __ sw(t6, MemOperand(a2, JSObject::kMapOffset));
912 __ addu(t6, a2, t3); // End of object.
926 __ Branch(&loop, less, a2, Operand(t6));