Home
last modified time | relevance | path

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

/external/v8/src/
Dhandles.cc128 identity_map_ = new IdentityMap<Object**>(isolate->heap(), &zone_); in CanonicalHandleScope()
135 delete identity_map_; in ~CanonicalHandleScope()
155 Object*** entry = identity_map_->Get(object); in Lookup()
Dhandles.h340 IdentityMap<Object**>* identity_map_; variable