Home
last modified time | relevance | path

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

/external/v8/src/
Disolate.cc2096 load_stub_cache_(NULL), in Throw()
2334 delete load_stub_cache_; in Throw()
2335 load_stub_cache_ = NULL; in Throw()
2482 load_stub_cache_ = new StubCache(this, Code::LOAD_IC); in Throw()
2573 load_stub_cache_->Initialize(); in Throw()
Disolate.h854 StubCache* load_stub_cache() { return load_stub_cache_; } in load_stub_cache()
1318 StubCache* load_stub_cache_; variable