Home
last modified time | relevance | path

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

/external/chromium_org/v8/src/
Disolate.cc1453 keyed_lookup_cache_(NULL), in Isolate()
1674 delete keyed_lookup_cache_; in ~Isolate()
1675 keyed_lookup_cache_ = NULL; in ~Isolate()
1826 keyed_lookup_cache_ = new KeyedLookupCache(); in Init()
Disolate.h853 return keyed_lookup_cache_; in keyed_lookup_cache()
1216 KeyedLookupCache* keyed_lookup_cache_; variable