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

  /external/v8/src/
zone.h 155 // The ZoneAllocationPolicy is used to specialize generic data
157 class ZoneAllocationPolicy final {
159 explicit ZoneAllocationPolicy(Zone* zone) : zone_(zone) { }
174 class ZoneList final : public List<T, ZoneAllocationPolicy> {
179 : List<T, ZoneAllocationPolicy>(capacity, ZoneAllocationPolicy(zone)) { }
185 : List<T, ZoneAllocationPolicy>(other.length(),
186 ZoneAllocationPolicy(zone)) {
191 // instead of a (less convenient) ZoneAllocationPolicy.
193 List<T, ZoneAllocationPolicy>::Add(element, ZoneAllocationPolicy(zone))
    [all...]
typing-asm.cc 59 ZoneAllocationPolicy(zone)),
62 ZoneAllocationPolicy(zone)),
    [all...]
  /external/v8/src/ast/
modules.cc 19 ZoneAllocationPolicy allocator(zone);
scopes.cc 26 : ZoneHashMap(ZoneHashMap::PointersMatch, 8, ZoneAllocationPolicy(zone)),
41 ZoneAllocationPolicy(zone()));
70 : ZoneHashMap(ZoneHashMap::PointersMatch, 8, ZoneAllocationPolicy(zone)),
81 ZoneAllocationPolicy(zone_));
    [all...]
ast.h 134 ZoneAllocationPolicy(zone)) {}
138 variable, ComputePointerHash(variable), ZoneAllocationPolicy(zone_));
    [all...]
ast.cc 360 ZoneAllocationPolicy allocator(zone);
  /external/v8/src/crankshaft/
hydrogen-bce.cc 313 ZoneAllocationPolicy(zone)) { }
320 ZoneAllocationPolicy(zone))->value));
327 ZoneHashMap::LookupOrInsert(key, key->Hash(), ZoneAllocationPolicy(zone))
  /external/v8/src/compiler/
state-values-utils.cc 14 ZoneAllocationPolicy(zone())),
108 hash_map_.LookupOrInsert(&key, hash, ZoneAllocationPolicy(zone()));
  /external/v8/src/wasm/
asm-wasm-builder.cc 33 ZoneAllocationPolicy(zone)),
35 ZoneAllocationPolicy(zone)),
38 ZoneAllocationPolicy(zone)),
955 ZoneAllocationPolicy(zone()));
970 ZoneAllocationPolicy(zone()));
984 ZoneAllocationPolicy(zone()));
    [all...]

Completed in 479 milliseconds