Searched refs:NewUsePosition (Results 1 – 2 of 2) sorted by relevance
/third_party/node/deps/v8/src/compiler/backend/ |
D | register-allocator.h | 1254 UsePosition* NewUsePosition(LifetimePosition pos, InstructionOperand* operand, 1256 UsePosition* NewUsePosition(LifetimePosition pos) { in NewUsePosition() function 1257 return NewUsePosition(pos, nullptr, nullptr, UsePositionHintType::kNone); in NewUsePosition()
|
D | register-allocator.cc | 2067 UsePosition* LiveRangeBuilder::NewUsePosition(LifetimePosition pos, in NewUsePosition() function in v8::internal::compiler::LiveRangeBuilder 2085 range->AddUsePosition(NewUsePosition(position.NextStart()), in Define() 2093 NewUsePosition(position, unalloc_operand, hint, hint_type); in Define() 2108 use_pos = NewUsePosition(position, unalloc_operand, hint, hint_type); in Use()
|