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

/external/v8/src/crankshaft/
H A Dlithium-allocator.cc710 LUnallocated* unalloc_operand = LUnallocated::cast(operand); local
711 range->AddUsePosition(position, unalloc_operand, hint, zone());
723 LUnallocated* unalloc_operand = LUnallocated::cast(operand); local
724 range->AddUsePosition(position, unalloc_operand, hint, zone());
/external/v8/src/compiler/
H A Dregister-allocator.cc2004 UnallocatedOperand* unalloc_operand = UnallocatedOperand::cast(operand);
2006 NewUsePosition(position, unalloc_operand, hint, hint_type);
2020 UnallocatedOperand* unalloc_operand = UnallocatedOperand::cast(operand); local
2021 use_pos = NewUsePosition(position, unalloc_operand, hint, hint_type);

Completed in 74 milliseconds