Home
last modified time | relevance | path

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

/external/v8/src/
Disolate.cc2451 load_stub_cache_(nullptr), in Throw()
2731 delete load_stub_cache_; in Throw()
2732 load_stub_cache_ = nullptr; in Throw()
2953 load_stub_cache_ = new StubCache(this); in Throw()
3043 load_stub_cache_->Initialize(); in Throw()
Disolate.h1018 StubCache* load_stub_cache() { return load_stub_cache_; } in load_stub_cache()
1678 StubCache* load_stub_cache_; variable