Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Dregister-allocator.cc2010 UnallocatedOperand* unalloc_operand = UnallocatedOperand::cast(operand); in Define() local
2012 NewUsePosition(position, unalloc_operand, hint, hint_type); in Define()
2026 UnallocatedOperand* unalloc_operand = UnallocatedOperand::cast(operand); in Use() local
2027 use_pos = NewUsePosition(position, unalloc_operand, hint, hint_type); in Use()