Home
last modified time | relevance | path

Searched defs:store_stub_cache (Results 1 – 2 of 2) sorted by relevance

/third_party/node/deps/v8/src/codegen/
Dexternal-reference-table.cc276 StubCache* store_stub_cache = isolate->store_stub_cache(); in AddStubCache() local
/third_party/node/deps/v8/src/execution/
Disolate.h1209 StubCache* store_stub_cache() const { return store_stub_cache_; } in store_stub_cache() function