Home
last modified time | relevance | path

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

/external/v8/src/
Dlithium-allocator.h246 DCHECK(current_hint_operand_ == FirstHint()); in current_hint_operand()
247 return current_hint_operand_; in current_hint_operand()
319 LOperand* current_hint_operand_; variable
Dlithium-allocator.cc110 current_hint_operand_(NULL), in LiveRange()
444 current_hint_operand_ = hint; in AddUsePosition()
/external/v8/src/compiler/
Dregister-allocator.h243 DCHECK(current_hint_operand_ == FirstHint()); in current_hint_operand()
244 return current_hint_operand_; in current_hint_operand()
312 InstructionOperand* current_hint_operand_; variable
Dregister-allocator.cc106 current_hint_operand_(NULL), in LiveRange()
434 current_hint_operand_ = hint; in AddUsePosition()