Searched refs:stub_cache_ (Results 1 – 2 of 2) sorted by relevance
1450 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()
808 StubCache* stub_cache() { return stub_cache_; } in stub_cache()1168 StubCache* stub_cache_; variable