Home
last modified time | relevance | path

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

/external/v8/src/
Disolate.cc1748 stub_cache_(NULL), in Isolate()
1977 delete stub_cache_; in ~Isolate()
1978 stub_cache_ = NULL; in ~Isolate()
2128 stub_cache_ = new StubCache(this); in Init()
2203 stub_cache_->Initialize(); in Init()
Disolate.h820 StubCache* stub_cache() { return stub_cache_; } in stub_cache()
1218 StubCache* stub_cache_; variable