Home
last modified time | relevance | path

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

/external/v8/src/
Disolate.cc1816 stub_cache_(NULL), in Isolate()
2054 delete stub_cache_; in ~Isolate()
2055 stub_cache_ = NULL; in ~Isolate()
2198 stub_cache_ = new StubCache(this); in Init()
2274 stub_cache_->Initialize(); in Init()
Disolate.h842 StubCache* stub_cache() { return stub_cache_; } in stub_cache()
1285 StubCache* stub_cache_; variable