Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Dper-isolate-compiler-cache.h47 if (isolate->compiler_cache() == nullptr) { in Setup()
52 DCHECK_NOT_NULL(isolate->compiler_cache()); in Setup()
Djs-heap-broker.h336 PerIsolateCompilerCache* compiler_cache() const { return compiler_cache_; } in compiler_cache() function
/external/v8/src/execution/
Disolate.h1489 compiler::PerIsolateCompilerCache* compiler_cache() const { in compiler_cache() function