Home
last modified time | relevance | path

Searched refs:identity_map_ (Results 1 – 2 of 2) sorted by relevance

/external/v8/src/
Dhandles.cc139 identity_map_ = new IdentityMap<Object**, ZoneAllocationPolicy>( in CanonicalHandleScope()
147 delete identity_map_; in ~CanonicalHandleScope()
167 Object*** entry = identity_map_->Get(object); in Lookup()
Dhandles.h264 IdentityMap<Object**, ZoneAllocationPolicy>* identity_map_; variable