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

  /external/chromium_org/v8/src/
small-pointer-list.h 15 // SmallPointerList is a list optimized for storing no or just a
20 class SmallPointerList {
22 SmallPointerList() : data_(kEmptyTag) {}
24 SmallPointerList(int capacity, Zone* zone) : data_(kEmptyTag) {
170 DISALLOW_COPY_AND_ASSIGN(SmallPointerList);
ast.h 305 SmallPointerList<Map*> list_;
    [all...]

Completed in 193 milliseconds