Searched refs:IdentityMap (Results 1 – 6 of 6) sorted by relevance
89 class IdentityMap : public IdentityMapBase {91 explicit IdentityMap(Heap* heap,94 ~IdentityMap() override { Clear(); }; in ~IdentityMap()140 Iterator(IdentityMap* map, int index) : map_(map), index_(index) {} in Iterator()142 IdentityMap* map_;145 friend class IdentityMap; variable150 explicit IteratableScope(IdentityMap* map) : map_(map) { in IteratableScope()163 IdentityMap* map_;175 DISALLOW_COPY_AND_ASSIGN(IdentityMap);
160 IdentityMap<uint32_t, ZoneAllocationPolicy> id_map_;164 IdentityMap<uint32_t, ZoneAllocationPolicy> array_buffer_transfer_map_;
335 class IdentityMap; variable355 IdentityMap<Object**, ZoneAllocationPolicy>* identity_map_;
127 identity_map_ = new IdentityMap<Object**, ZoneAllocationPolicy>( in CanonicalHandleScope()
805 IdentityMap<int, ZoneAllocationPolicy> unchecked_result_keys( in CollectOwnJSProxyKeys()
63 IdentityMap<Handle<Object>, ZoneAllocationPolicy> objects_to_relocate;