/external/v8/src/crankshaft/s390/ |
D | lithium-s390.cc | 1915 LOperand* new_map_reg = TempRegister(); in DoTransitionElementsKind() local 1917 new (zone()) LTransitionElementsKind(object, NULL, new_map_reg); in DoTransitionElementsKind()
|
D | lithium-codegen-s390.cc | 4325 Register new_map_reg = ToRegister(instr->new_map_temp()); in DoShiftI() local 4326 __ mov(new_map_reg, Operand(to_map)); in DoShiftI() 4327 __ StoreP(new_map_reg, FieldMemOperand(object_reg, HeapObject::kMapOffset)); in DoShiftI() 4329 __ RecordWriteForMap(object_reg, new_map_reg, scratch, in DoShiftI()
|
/external/v8/src/crankshaft/mips64/ |
D | lithium-mips64.cc | 2068 LOperand* new_map_reg = TempRegister(); in DoTransitionElementsKind() local 2070 new(zone()) LTransitionElementsKind(object, NULL, new_map_reg); in DoTransitionElementsKind()
|
D | lithium-codegen-mips64.cc | 4291 Register new_map_reg = ToRegister(instr->new_map_temp()); in DoTransitionElementsKind() local 4292 __ li(new_map_reg, Operand(to_map)); in DoTransitionElementsKind() 4293 __ sd(new_map_reg, FieldMemOperand(object_reg, HeapObject::kMapOffset)); in DoTransitionElementsKind() 4296 new_map_reg, in DoTransitionElementsKind()
|
/external/v8/src/crankshaft/ppc/ |
D | lithium-ppc.cc | 2087 LOperand* new_map_reg = TempRegister(); in DoTransitionElementsKind() local 2089 new (zone()) LTransitionElementsKind(object, NULL, new_map_reg); in DoTransitionElementsKind()
|
D | lithium-codegen-ppc.cc | 4370 Register new_map_reg = ToRegister(instr->new_map_temp()); in DoShiftI() local 4371 __ mov(new_map_reg, Operand(to_map)); in DoShiftI() 4372 __ StoreP(new_map_reg, FieldMemOperand(object_reg, HeapObject::kMapOffset), in DoShiftI() 4375 __ RecordWriteForMap(object_reg, new_map_reg, scratch, in DoShiftI()
|
/external/v8/src/crankshaft/arm/ |
D | lithium-arm.cc | 2116 LOperand* new_map_reg = TempRegister(); in DoTransitionElementsKind() local 2118 new(zone()) LTransitionElementsKind(object, NULL, new_map_reg); in DoTransitionElementsKind()
|
D | lithium-codegen-arm.cc | 4081 Register new_map_reg = ToRegister(instr->new_map_temp()); in DoTransitionElementsKind() local 4082 __ mov(new_map_reg, Operand(to_map)); in DoTransitionElementsKind() 4083 __ str(new_map_reg, FieldMemOperand(object_reg, HeapObject::kMapOffset)); in DoTransitionElementsKind() 4086 new_map_reg, in DoTransitionElementsKind()
|
/external/v8/src/crankshaft/mips/ |
D | lithium-mips.cc | 2063 LOperand* new_map_reg = TempRegister(); in DoTransitionElementsKind() local 2065 new(zone()) LTransitionElementsKind(object, NULL, new_map_reg); in DoTransitionElementsKind()
|
D | lithium-codegen-mips.cc | 4056 Register new_map_reg = ToRegister(instr->new_map_temp()); in DoTransitionElementsKind() local 4057 __ li(new_map_reg, Operand(to_map)); in DoTransitionElementsKind() 4058 __ sw(new_map_reg, FieldMemOperand(object_reg, HeapObject::kMapOffset)); in DoTransitionElementsKind() 4061 new_map_reg, in DoTransitionElementsKind()
|
/external/v8/src/crankshaft/ia32/ |
D | lithium-ia32.cc | 2153 LOperand* new_map_reg = TempRegister(); in DoTransitionElementsKind() local 2157 new_map_reg, temp_reg); in DoTransitionElementsKind()
|
D | lithium-codegen-ia32.cc | 3896 Register new_map_reg = ToRegister(instr->new_map_temp()); in DoTransitionElementsKind() local 3901 __ RecordWriteForMap(object_reg, to_map, new_map_reg, in DoTransitionElementsKind()
|
/external/v8/src/crankshaft/x87/ |
D | lithium-x87.cc | 2155 LOperand* new_map_reg = TempRegister(); in DoTransitionElementsKind() local 2159 new_map_reg, temp_reg); in DoTransitionElementsKind()
|
D | lithium-codegen-x87.cc | 4224 Register new_map_reg = ToRegister(instr->new_map_temp()); in DoTransitionElementsKind() local 4229 __ RecordWriteForMap(object_reg, to_map, new_map_reg, in DoTransitionElementsKind()
|
/external/v8/src/crankshaft/x64/ |
D | lithium-x64.cc | 2162 LOperand* new_map_reg = TempRegister(); in DoTransitionElementsKind() local 2165 object, NULL, new_map_reg, temp_reg); in DoTransitionElementsKind()
|
D | lithium-codegen-x64.cc | 4168 Register new_map_reg = ToRegister(instr->new_map_temp()); in DoTransitionElementsKind() local 4169 __ Move(new_map_reg, to_map, RelocInfo::EMBEDDED_OBJECT); in DoTransitionElementsKind() 4170 __ movp(FieldOperand(object_reg, HeapObject::kMapOffset), new_map_reg); in DoTransitionElementsKind() 4172 __ RecordWriteForMap(object_reg, new_map_reg, ToRegister(instr->temp()), in DoTransitionElementsKind()
|