OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PointerList
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/v8/src/
small-pointer-list.h
60
PointerList
* list = new(zone)
PointerList
(capacity, zone);
93
PointerList
* list = new(zone)
PointerList
(2, zone);
166
typedef ZoneList<T*>
PointerList
;
186
PointerList
* list() const {
188
return reinterpret_cast<
PointerList
*>(data_ & kValueMask);
/external/v8/src/
small-pointer-list.h
60
PointerList
* list = new
PointerList
(capacity);
87
PointerList
* list = new
PointerList
(2);
160
typedef ZoneList<T*>
PointerList
;
176
PointerList
* list() const {
178
return reinterpret_cast<
PointerList
*>(data_ & kValueMask);
Completed in 106 milliseconds