Home
last modified time | relevance | path

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

/external/v8/src/
Dlithium-allocator.h246 DCHECK(current_hint_operand_ == FirstHint()); in current_hint_operand()
249 LOperand* FirstHint() const { in FirstHint() function
Dlithium-allocator.cc1788 LOperand* hint = current->FirstHint(); in TryAllocateFreeReg()
Dhydrogen.cc12408 LOperand* op = range->FirstHint(); in TraceLiveRange()
/external/v8/src/compiler/
Dregister-allocator.h243 DCHECK(current_hint_operand_ == FirstHint()); in current_hint_operand()
246 InstructionOperand* FirstHint() const { in FirstHint() function
Dregister-allocator.cc1819 InstructionOperand* hint = current->FirstHint(); in TryAllocateFreeReg()