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

  /art/compiler/optimizing/
nodes.h     [all...]
  /external/v8/src/
hydrogen-instructions.h 291 class HUseListNode: public ZoneObject {
293 HUseListNode(HValue* value, int index, HUseListNode* tail)
297 HUseListNode* tail();
301 void set_tail(HUseListNode* list) { tail_ = list; }
305 tail_ = reinterpret_cast<HUseListNode*>(1);
312 HUseListNode* tail_;
336 explicit HUseIterator(HUseListNode* head);
338 HUseListNode* current_;
339 HUseListNode* next_
    [all...]

Completed in 126 milliseconds