Home
last modified time | relevance | path

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

/external/v8/src/
Disolate.cc1480 stub_cache_(NULL), in Isolate()
1715 delete stub_cache_; in ~Isolate()
1716 stub_cache_ = NULL; in ~Isolate()
1873 stub_cache_ = new StubCache(this); in Init()
1968 stub_cache_->Initialize(); in Init()
Disolate.h874 StubCache* stub_cache() { return stub_cache_; } in stub_cache()
1234 StubCache* stub_cache_; variable