Home
last modified time | relevance | path

Searched refs:has_context (Results 1 – 10 of 10) sorted by relevance

/external/v8/src/
Doptimized-compilation-info.cc141 bool OptimizedCompilationInfo::has_context() const { in has_context() function in v8::internal::OptimizedCompilationInfo
146 return has_context() ? closure()->context() : nullptr; in context()
Doptimized-compilation-info.h193 bool has_context() const;
Dobjects-inl.h2395 bool JSFunction::has_context() const { in has_context() function
Dobjects.h3191 inline bool has_context() const;
Dobjects.cc3910 return function->has_context() in GetCreationContext()
/external/libchrome/mojo/public/cpp/bindings/lib/
Dserialization_util.h93 bool has_context = HasSetUpContextMethod<Traits>::value>
/external/v8/src/debug/
Ddebug-scope-iterator.cc32 if (!function->has_context()) return nullptr; in CreateForFunction()
/external/v8/src/objects/
Dscope-info.cc487 bool has_context = context_locals > 0 || function_name_context_slot || in ContextLength() local
495 if (has_context) { in ContextLength()
/external/v8/src/compiler/
Dbytecode-graph-builder.cc3384 bool has_context = OperatorProperties::HasContextInput(op); in MakeNode() local
3393 if (!has_context && !has_frame_state && !has_control && !has_effect) { in MakeNode()
3398 if (has_context) ++input_count_with_deps; in MakeNode()
3405 if (has_context) { in MakeNode()
Dpipeline.cc1176 DCHECK(info->has_context()); in ChooseSpecializationContext()