Searched refs:result_temp (Results 1 - 9 of 9) 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/chromium_org/v8/src/arm/
H A Dlithium-arm.cc1939 // Make sure that the temp and result_temp registers are
1941 LUnallocated* result_temp = TempRegister(); local
1943 Define(result, result_temp);
/external/chromium_org/v8/src/ia32/
H A Dlithium-ia32.cc1963 // Make sure that temp and result_temp are different registers.
1964 LUnallocated* result_temp = TempRegister(); local
1966 return AssignPointerMap(Define(result, result_temp));
/external/chromium_org/v8/src/mips/
H A Dlithium-mips.cc1858 // Make sure that the temp and result_temp registers are
1860 LUnallocated* result_temp = TempRegister(); local
1862 Define(result, result_temp);
/external/chromium_org/v8/src/x64/
H A Dlithium-x64.cc1844 // Make sure that temp and result_temp are different registers.
1845 LUnallocated* result_temp = TempRegister(); local
1847 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));
/external/chromium_org/content/renderer/
H A Drender_view_impl.cc2244 string16 result_temp; local
2246 result = &result_temp;

Completed in 220 milliseconds