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/crankshaft/
hydrogen-instructions.h 267 class HUseListNode: public ZoneObject {
269 HUseListNode(HValue* value, int index, HUseListNode* tail)
273 HUseListNode* tail();
277 void set_tail(HUseListNode* list) { tail_ = list; }
281 tail_ = reinterpret_cast<HUseListNode*>(1);
288 HUseListNode* tail_;
312 explicit HUseIterator(HUseListNode* head);
314 HUseListNode* current_;
315 HUseListNode* next_
    [all...]

Completed in 8784 milliseconds