Searched refs:has_context (Results 1 – 10 of 10) sorted by relevance
141 bool OptimizedCompilationInfo::has_context() const { in has_context() function in v8::internal::OptimizedCompilationInfo146 return has_context() ? closure()->context() : nullptr; in context()
193 bool has_context() const;
2395 bool JSFunction::has_context() const { in has_context() function
3191 inline bool has_context() const;
3910 return function->has_context() in GetCreationContext()
93 bool has_context = HasSetUpContextMethod<Traits>::value>
32 if (!function->has_context()) return nullptr; in CreateForFunction()
487 bool has_context = context_locals > 0 || function_name_context_slot || in ContextLength() local495 if (has_context) { in ContextLength()
3384 bool has_context = OperatorProperties::HasContextInput(op); in MakeNode() local3393 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()
1176 DCHECK(info->has_context()); in ChooseSpecializationContext()