Home
last modified time | relevance | path

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

/external/v8/src/
Disolate.cc1450 stub_cache_(NULL), in Isolate()
1622 delete stub_cache_; in ~Isolate()
1623 stub_cache_ = NULL; in ~Isolate()
1771 stub_cache_ = new StubCache(this); in Init()
1834 stub_cache_->Initialize(); in Init()
Disolate.h808 StubCache* stub_cache() { return stub_cache_; } in stub_cache()
1168 StubCache* stub_cache_; variable