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

/external/chromium_org/v8/src/
H A Dhydrogen-instructions.h291 class HUseListNode: public ZoneObject { class in namespace:v8::internal
293 HUseListNode(HValue* value, int index, HUseListNode* tail) function in class:v8::internal::HUseListNode
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 138 milliseconds