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

/external/v8/src/
H A Dlithium-allocator.h253 LOperand* hint() const { return hint_; }
254 void set_hint(LOperand* hint) { hint_ = hint; }
266 LOperand* hint_; member in class:v8::internal::UsePosition

Completed in 47 milliseconds