Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Dregister-allocator.h384 DCHECK(current_hint_position_ == FirstHintPosition()); in current_hint_position()
385 return current_hint_position_; in current_hint_position()
459 mutable UsePosition* current_hint_position_; variable
Dregister-allocator.cc273 current_hint_position_(nullptr), in LiveRange()
1076 current_hint_position_ = use_pos; in AddUsePosition()