HomeSort by relevance Sort by last modified time
    Searched full:serialization_map_ (Results 1 - 1 of 1) sorted by null

  /external/v8/src/
serialize.h 408 : serialization_map_(new HashMap(&SerializationMatchFun)),
412 delete serialization_map_;
417 return serialization_map_->Lookup(Key(obj), Hash(obj), false) != NULL;
423 serialization_map_->Lookup(Key(obj), Hash(obj), false)->value));
429 serialization_map_->Lookup(Key(obj), Hash(obj), true);
450 HashMap* serialization_map_; member in class:v8::internal::SerializationAddressMapper

Completed in 30 milliseconds