Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/compiler/
Dper-isolate-compiler-cache.h47 if (isolate->compiler_cache() == nullptr) { in Setup()
52 DCHECK_NOT_NULL(isolate->compiler_cache()); in Setup()
/third_party/node/deps/v8/src/execution/
Disolate.h1741 compiler::PerIsolateCompilerCache* compiler_cache() const { in compiler_cache() function