Home
last modified time | relevance | path

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

/external/v8/src/execution/
Disolate.h1042 StubCache* store_stub_cache() { return store_stub_cache_; } in store_stub_cache()
1763 StubCache* store_stub_cache_ = nullptr; variable
Disolate.cc3173 delete store_stub_cache_; in ThrowInternal()
3174 store_stub_cache_ = nullptr; in ThrowInternal()
3511 store_stub_cache_ = new StubCache(this); in ThrowInternal()
3633 store_stub_cache_->Initialize(); in ThrowInternal()