Searched refs:IsInterpreted (Results 1 – 12 of 12) sorted by relevance
249 if (!function->shared()->IsInterpreted()) continue; in MarkCandidatesForOptimization()
754 DCHECK(function->IsInterpreted() || in GetOptimizedCode()755 (!function->is_compiled() && function->shared()->IsInterpreted())); in GetOptimizedCode()1166 DCHECK(function->shared()->IsInterpreted()); in CompileOptimized()
155 bool IsInterpreted() const { return code_ == nullptr; } in IsInterpreted() function
1347 if (builtin_index != -1 && !IsInterpreted()) { in JSFunctionPrint()1364 if (IsInterpreted()) { in JSFunctionPrint()
715 return IsInterpreted() in GetPosition()
2309 bool JSFunction::IsInterpreted() { in IsInterpreted() function2346 if (IsInterpreted()) { in abstract_code()
3217 inline bool IsInterpreted();
12548 DCHECK(!is_compiled() || IsInterpreted()); in MarkForOptimization()12549 DCHECK(shared()->IsInterpreted()); in MarkForOptimization()17723 if (info->IsInterpreted() && info->GetBytecodeArray()->IsOld()) { in Age()
203 inline bool IsInterpreted() const;
339 bool SharedFunctionInfo::IsInterpreted() const { return HasBytecodeArray(); } in IsInterpreted() function
253 DCHECK(function->shared()->IsInterpreted()); in RUNTIME_FUNCTION()374 if (function->IsInterpreted()) { in RUNTIME_FUNCTION()
131 if (function->IsInterpreted()) { in TraceIC()