Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/execution/
Disolate.h1208 StubCache* load_stub_cache() const { return load_stub_cache_; } in load_stub_cache()
2102 StubCache* load_stub_cache_ = nullptr; variable
Disolate.cc3527 delete load_stub_cache_; in ThrowInternal()
3528 load_stub_cache_ = nullptr; in ThrowInternal()
3919 load_stub_cache_ = new StubCache(this); in ThrowInternal()
4117 load_stub_cache_->Initialize(); in ThrowInternal()