Home
last modified time | relevance | path

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

/external/v8/src/
Disolate.cc2097 store_stub_cache_(NULL), in Throw()
2336 delete store_stub_cache_; in Throw()
2337 store_stub_cache_ = NULL; in Throw()
2483 store_stub_cache_ = new StubCache(this, Code::STORE_IC); in Throw()
2574 store_stub_cache_->Initialize(); in Throw()
Disolate.h855 StubCache* store_stub_cache() { return store_stub_cache_; } in store_stub_cache()
1319 StubCache* store_stub_cache_; variable