Home
last modified time | relevance | path

Searched refs:IsInterpreted (Results 1 – 12 of 12) sorted by relevance

/external/v8/src/
Druntime-profiler.cc249 if (!function->shared()->IsInterpreted()) continue; in MarkCandidatesForOptimization()
Dcompiler.cc754 DCHECK(function->IsInterpreted() || in GetOptimizedCode()
755 (!function->is_compiled() && function->shared()->IsInterpreted())); in GetOptimizedCode()
1166 DCHECK(function->shared()->IsInterpreted()); in CompileOptimized()
Dmessages.h155 bool IsInterpreted() const { return code_ == nullptr; } in IsInterpreted() function
Dobjects-printer.cc1347 if (builtin_index != -1 && !IsInterpreted()) { in JSFunctionPrint()
1364 if (IsInterpreted()) { in JSFunctionPrint()
Dmessages.cc715 return IsInterpreted() in GetPosition()
Dobjects-inl.h2309 bool JSFunction::IsInterpreted() { in IsInterpreted() function
2346 if (IsInterpreted()) { in abstract_code()
Dobjects.h3217 inline bool IsInterpreted();
Dobjects.cc12548 DCHECK(!is_compiled() || IsInterpreted()); in MarkForOptimization()
12549 DCHECK(shared()->IsInterpreted()); in MarkForOptimization()
17723 if (info->IsInterpreted() && info->GetBytecodeArray()->IsOld()) { in Age()
/external/v8/src/objects/
Dshared-function-info.h203 inline bool IsInterpreted() const;
Dshared-function-info-inl.h339 bool SharedFunctionInfo::IsInterpreted() const { return HasBytecodeArray(); } in IsInterpreted() function
/external/v8/src/runtime/
Druntime-test.cc253 DCHECK(function->shared()->IsInterpreted()); in RUNTIME_FUNCTION()
374 if (function->IsInterpreted()) { in RUNTIME_FUNCTION()
/external/v8/src/ic/
Dic.cc131 if (function->IsInterpreted()) { in TraceIC()