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

  /external/v8/src/
zone.h 167 // The ZoneListAllocationPolicy is used to specialize the GenericList
170 class ZoneListAllocationPolicy {
185 class ZoneList: public List<T, ZoneListAllocationPolicy> {
193 : List<T, ZoneListAllocationPolicy>(capacity) { }
197 : List<T, ZoneListAllocationPolicy>(other.length()) {
235 class ZoneSplayTree: public SplayTree<Config, ZoneListAllocationPolicy> {
238 : SplayTree<Config, ZoneListAllocationPolicy>() {}
243 typedef TemplateHashMapImpl<ZoneListAllocationPolicy> ZoneHashMap;
zone-inl.h 93 SplayTree<Config, ZoneListAllocationPolicy>::ResetRoot();
109 inline void* ZoneListAllocationPolicy::New(int size) {
full-codegen.h 812 ZoneListAllocationPolicy> {
817 ZoneListAllocationPolicy>(Literal::Match),

Completed in 50 milliseconds