Home
last modified time | relevance | path

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

/external/v8/src/crankshaft/
Dlithium-allocator.cc709 LUnallocated* unalloc_operand = LUnallocated::cast(operand); in Define() local
710 range->AddUsePosition(position, unalloc_operand, hint, zone()); in Define()
722 LUnallocated* unalloc_operand = LUnallocated::cast(operand); in Use() local
723 range->AddUsePosition(position, unalloc_operand, hint, zone()); in Use()
/external/v8/src/compiler/
Dregister-allocator.cc2000 UnallocatedOperand* unalloc_operand = UnallocatedOperand::cast(operand); in Define() local
2002 NewUsePosition(position, unalloc_operand, hint, hint_type); in Define()
2016 UnallocatedOperand* unalloc_operand = UnallocatedOperand::cast(operand); in Use() local
2017 use_pos = NewUsePosition(position, unalloc_operand, hint, hint_type); in Use()