Home
last modified time | relevance | path

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

/external/v8/src/
Disolate.h833 return keyed_lookup_cache_; in keyed_lookup_cache()
1227 KeyedLookupCache* keyed_lookup_cache_; variable
Disolate.cc1756 keyed_lookup_cache_(NULL), in Isolate()
1974 delete keyed_lookup_cache_; in ~Isolate()
1975 keyed_lookup_cache_ = NULL; in ~Isolate()
2119 keyed_lookup_cache_ = new KeyedLookupCache(); in Init()