Home
last modified time | relevance | path

Searched refs:is_compiled_scope_ (Results 1 - 4 of 4) sorted by relevance

/third_party/node/deps/v8/src/objects/
H A Dcompilation-cache-table.h58 DCHECK(is_compiled_scope_.is_compiled()); in feedback_cell()
62 DCHECK(is_compiled_scope_.is_compiled()); in shared()
67 return !feedback_cell_.is_null() && is_compiled_scope_.is_compiled(); in has_feedback_cell()
73 return !shared_.is_null() && is_compiled_scope_.is_compiled(); in has_shared()
77 IsCompiledScope is_compiled_scope_; member in v8::internal::InfoCellPair
H A Dcompilation-cache-table-inl.h99 : is_compiled_scope_(!shared.is_null() ? shared.is_compiled_scope(isolate) in InfoCellPair()
/third_party/node/deps/v8/src/codegen/
H A Dcompiler.h560 IsCompiledScope is_compiled_scope_; member in v8::internal::BackgroundCompileTask
H A Dcompiler.cc1714 &is_compiled_scope_, &finalize_unoptimized_compilation_data_, in Run()

Completed in 8 milliseconds