Searched refs:hint_ (Results 1 - 2 of 2) sorted by relevance

/external/v8/src/
H A Dlithium-allocator.h252 LOperand* hint() const { return hint_; }
253 void set_hint(LOperand* hint) { hint_ = hint; }
265 LOperand* hint_; member in class:v8::internal::UsePosition
H A Dlithium-allocator.cc61 hint_(NULL),
76 return hint_ != NULL && !hint_->IsUnallocated();

Completed in 52 milliseconds