Home | History | Annotate | Download | only in x64

Lines Matching defs:TempRegister

647 LUnallocated* LChunkBuilder::TempRegister() {
1217 LOperand* temp1 = TempRegister();
1218 LOperand* temp2 = TempRegister();
1400 NULL : TempRegister();
1711 LOperand* temp = TempRegister();
1726 LOperand* temp = TempRegister();
1775 TempRegister(),
1776 TempRegister());
1901 LOperand* temp = TempRegister();
1902 LUnallocated* result_temp = TempRegister();
1924 LOperand* temp1 = TempRegister();
1930 LOperand* temp1 = SmiValuesAre32Bits() ? NULL : TempRegister();
2046 LOperand* temp = TempRegister();
2087 ? AssignEnvironment(new(zone()) LStoreGlobalCell(value, TempRegister()))
2110 temp = TempRegister();
2335 LOperand* new_map_reg = TempRegister();
2336 LOperand* temp_reg = TempRegister();
2353 LOperand* temp = TempRegister();
2404 needs_write_barrier_for_map) ? TempRegister() : NULL;
2456 LOperand* temp = TempRegister();
2580 return new(zone()) LIsConstructCallAndBranch(TempRegister());