Home
last modified time | relevance | path

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

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