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

  /external/v8/src/
scopeinfo.h 154 class ZoneScopeInfo: public ScopeInfo<ZoneListAllocationPolicy> {
158 : ScopeInfo<ZoneListAllocationPolicy>(scope) {}
162 : ScopeInfo<ZoneListAllocationPolicy>(code) {}
zone.h 148 // The ZoneListAllocationPolicy is used to specialize the GenericList
151 class ZoneListAllocationPolicy {
166 class ZoneList: public List<T, ZoneListAllocationPolicy> {
171 : List<T, ZoneListAllocationPolicy>(capacity) { }
scopeinfo.cc 647 template class ScopeInfo<ZoneListAllocationPolicy>;
scopes.cc 333 List<Variable*, ZoneListAllocationPolicy>* locals);
    [all...]

Completed in 41 milliseconds