Searched refs:result_temp (Results 1 - 4 of 4) sorted by relevance

/external/v8/src/arm/
H A Dlithium-arm.cc1688 // Make sure that the temp and result_temp registers are
1690 LUnallocated* result_temp = TempRegister(); local
1692 Define(result, result_temp);
/external/v8/src/mips/
H A Dlithium-mips.cc1689 // Make sure that the temp and result_temp registers are
1691 LUnallocated* result_temp = TempRegister(); local
1693 Define(result, result_temp);
/external/v8/src/x64/
H A Dlithium-x64.cc1678 // Make sure that temp and result_temp are different registers.
1679 LUnallocated* result_temp = TempRegister(); local
1681 return AssignPointerMap(Define(result, result_temp));
/external/v8/src/ia32/
H A Dlithium-ia32.cc1729 // Make sure that temp and result_temp are different registers.
1730 LUnallocated* result_temp = TempRegister(); local
1732 return AssignPointerMap(Define(result, result_temp));

Completed in 160 milliseconds