Home
last modified time | relevance | path

Searched refs:IdentityMap (Results 1 – 9 of 9) sorted by relevance

/external/v8/src/
Didentity-map.h91 class IdentityMap : public IdentityMapBase {
93 explicit IdentityMap(Heap* heap,
96 ~IdentityMap() override { Clear(); }; in ~IdentityMap()
150 Iterator(IdentityMap* map, int index) : map_(map), index_(index) {} in Iterator()
152 IdentityMap* map_;
155 friend class IdentityMap; variable
160 explicit IteratableScope(IdentityMap* map) : map_(map) { in IteratableScope()
173 IdentityMap* map_;
185 DISALLOW_COPY_AND_ASSIGN(IdentityMap);
Dhandles.h244 class IdentityMap; variable
264 IdentityMap<Object**, ZoneAllocationPolicy>* identity_map_;
Dvalue-serializer.h172 IdentityMap<uint32_t, ZoneAllocationPolicy> id_map_;
176 IdentityMap<uint32_t, ZoneAllocationPolicy> array_buffer_transfer_map_;
Dhandles.cc139 identity_map_ = new IdentityMap<Object**, ZoneAllocationPolicy>( in CanonicalHandleScope()
/external/v8/src/builtins/
Dconstants-table-builder.h45 typedef IdentityMap<uint32_t, FreeStoreAllocationPolicy> ConstantsMap;
/external/v8/src/compiler-dispatcher/
Dcompiler-dispatcher.h127 typedef IdentityMap<JobId, FreeStoreAllocationPolicy> SharedToJobIdMap;
/external/guice/extensions/persist/lib/
Dcommons-collections.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/LICENSE.txt META ...
Dhibernate3.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/hibernate/ org/ ...
/external/v8/src/wasm/
Dmodule-compiler.cc437 IdentityMap<Handle<WasmInstanceObject>, FreeStoreAllocationPolicy>;