Home
last modified time | relevance | path

Searched refs:PerIsolateCompilerCache (Results 1 – 3 of 3) sorted by relevance

/third_party/node/deps/v8/src/compiler/
Dper-isolate-compiler-cache.h27 class PerIsolateCompilerCache : public ZoneObject {
29 explicit PerIsolateCompilerCache(Zone* zone) in PerIsolateCompilerCache() function
49 PerIsolateCompilerCache* cache = zone->New<PerIsolateCompilerCache>(zone); in Setup()
Dheap-refs.h47 class PerIsolateCompilerCache; variable
/third_party/node/deps/v8/src/execution/
Disolate.h154 class PerIsolateCompilerCache; variable
1741 compiler::PerIsolateCompilerCache* compiler_cache() const { in compiler_cache()
1744 void set_compiler_utils(compiler::PerIsolateCompilerCache* cache, in set_compiler_utils()
2230 compiler::PerIsolateCompilerCache* compiler_cache_ = nullptr;