Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/compiler/backend/
Dregister-allocator.cc2091 UnallocatedOperand* unalloc_operand = UnallocatedOperand::cast(operand); in Define() local
2093 NewUsePosition(position, unalloc_operand, hint, hint_type); in Define()
2107 UnallocatedOperand* unalloc_operand = UnallocatedOperand::cast(operand); in Use() local
2108 use_pos = NewUsePosition(position, unalloc_operand, hint, hint_type); in Use()