Searched refs:temp_unalloc (Results 1 - 2 of 2) sorted by relevance

/external/v8/src/crankshaft/
H A Dlithium-allocator.cc992 LUnallocated* temp_unalloc = LUnallocated::cast(temp); local
993 if (temp_unalloc->HasFixedPolicy()) {
1002 LUnallocated* temp_unalloc = LUnallocated::cast(temp); local
1003 if (temp_unalloc->HasDoubleRegisterPolicy()) {
1005 temp_unalloc->virtual_register() - first_artificial_register_,
/external/v8/src/compiler/
H A Dregister-allocator.cc2157 UnallocatedOperand* temp_unalloc = UnallocatedOperand::cast(temp); local
2158 if (temp_unalloc->HasFixedPolicy()) {

Completed in 118 milliseconds