HomeSort by relevance Sort by last modified time
    Searched refs:hint_ (Results 1 - 2 of 2) sorted by null

  /external/v8/src/
lithium-allocator.h 252 LOperand* hint() const { return hint_; }
253 void set_hint(LOperand* hint) { hint_ = hint; }
265 LOperand* hint_; member in class:v8::internal::UsePosition
lithium-allocator.cc 61 hint_(NULL),
76 return hint_ != NULL && !hint_->IsUnallocated();
    [all...]

Completed in 121 milliseconds