Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/codegen/
Dexternal-reference-table.cc266 StubCache* load_stub_cache = isolate->load_stub_cache(); in AddStubCache() local
/third_party/node/deps/v8/src/execution/
Disolate.h1208 StubCache* load_stub_cache() const { return load_stub_cache_; } in load_stub_cache() function