Home
last modified time | relevance | path

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

/external/v8/src/crankshaft/
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.cc113 current_hint_operand_(NULL), in LiveRange()
447 current_hint_operand_ = hint; in AddUsePosition()