Home
last modified time | relevance | path

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

/external/v8/src/
Disolate.cc2240 load_stub_cache_(NULL), in Throw()
2484 delete load_stub_cache_; in Throw()
2485 load_stub_cache_ = NULL; in Throw()
2632 load_stub_cache_ = new StubCache(this, Code::LOAD_IC); in Throw()
2722 load_stub_cache_->Initialize(); in Throw()
Disolate.h858 StubCache* load_stub_cache() { return load_stub_cache_; } in load_stub_cache()
1386 StubCache* load_stub_cache_; variable