Searched refs:HasBytecodeArray (Results 1 – 25 of 29) sorted by relevance
12
200 if (HasBytecodeArray()) { in abstract_code()219 return !HasBytecodeArray() || in AreSourcePositionsAvailable()244 if (!HasBytecodeArray()) return kHasNoBytecode; in GetInlineability()517 } else if (shared.HasBytecodeArray()) { in IsCompiledScope()532 } else if (shared.HasBytecodeArray()) { in IsCompiledScope()547 return FLAG_enable_lazy_source_positions && HasBytecodeArray() && in CanCollectSourcePosition()560 bool SharedFunctionInfo::HasBytecodeArray() const { in HasBytecodeArray() function570 DCHECK(HasBytecodeArray()); in GetBytecodeArray()936 return HasBytecodeArray() || HasUncompiledDataWithPreparseData() || in CanDiscardCompiled()
38 if (shared().HasBytecodeArray()) { in GetAvailableCodeKinds()126 shared().HasBytecodeArray() && !shared().HasBaselineCode())); in GetActiveTier()190 DCHECK(shared().HasBytecodeArray()); in MarkForOptimization()499 DCHECK(function->shared().HasBytecodeArray()); in EnsureClosureFeedbackCellArray()563 DCHECK(function->shared().HasBytecodeArray()); in CreateAndAttachFeedbackVector()
86 DCHECK(HasBytecodeArray()); in GetCode()722 if (!shared_info->HasBytecodeArray()) { in EnsureBytecodeArrayAvailable()742 DCHECK(shared->HasBytecodeArray()); in InstallDebugBytecode()
331 inline bool HasBytecodeArray() const;
392 if (info.HasBytecodeArray() && info.GetBytecodeArray(isolate).IsOld()) { in Age()
544 (shared->HasBytecodeArray() && in ComputeLocation()
56 DCHECK(function->shared().HasBytecodeArray()); in RUNTIME_FUNCTION()143 DCHECK(shared.HasBytecodeArray()); in RUNTIME_FUNCTION()
242 DCHECK(frame->function().shared().HasBytecodeArray()); in RUNTIME_FUNCTION()
323 DCHECK(function->shared().HasBytecodeArray()); in OptimizeFunctionOnNextCall()
38 if (!shared.HasBytecodeArray()) return false; in CanCompileWithBaseline()
103 DCHECK(shared.HasBytecodeArray()); in RedirectActiveFunctions()
968 if (sfi->HasBytecodeArray()) { in UpdatePositions()1088 if (!sfi->HasBytecodeArray()) continue; in PatchScript()1134 if (!sfi.HasBytecodeArray()) continue; in PatchScript()1180 if (!sfi.HasBytecodeArray()) continue; in PatchScript()
1546 if (shared->HasBytecodeArray()) { in PrepareFunctionForDebugExecution()2644 DCHECK(debug_info->shared().HasBytecodeArray()); in UpdateDebugInfosForExecutionMode()2762 if (!shared->HasBytecodeArray()) { in PerformSideEffectCheck()
1012 if (info->HasBytecodeArray()) { in FunctionGetSideEffectState()
393 shared_info->HasBytecodeArray() in RecordUnoptimizedCompilationStats()415 if (shared->HasBytecodeArray()) { in RecordUnoptimizedFunctionCompilation()601 DCHECK(!shared_info->HasBytecodeArray()); in InstallInterpreterTrampolineCopy()638 DCHECK(!shared_info->HasBytecodeArray()); // Only compiled once. in InstallUnoptimizedCode()1066 DCHECK(compilation_info->shared_info()->HasBytecodeArray()); in CompileTurbofan_Concurrent()1107 DCHECK_IMPLIES(!has_script, shared->HasBytecodeArray()); in CompileTurbofan()1879 DCHECK(shared_info->HasBytecodeArray()); in CollectSourcePositions()1989 DCHECK(!shared_info->HasBytecodeArray()); in Compile()2278 DCHECK(function->shared().HasBytecodeArray()); in Compile()3516 if (is_compiled_scope.is_compiled() && shared->HasBytecodeArray()) { in Compile()
403 DCHECK(function->shared().HasBytecodeArray()); in OnInterruptTick()
40 if (!shared.HasBytecodeArray()) { in CanConsiderForInlining()
880 V(bool, HasBytecodeArray) \
1559 CHECK(HasBytecodeArray()); in HEAP_ACCESSOR_C()
404 DCHECK(shared.HasBytecodeArray()); in ReduceJSCreateGeneratorObject()
293 DCHECK(shared_info.HasBytecodeArray()); in CreateInterpreterDataForDeserializedCode()
933 CHECK(is_wasm || IsApiFunction() || HasBytecodeArray() || HasBuiltinId() || in SharedFunctionInfoVerify()947 } else if (HasBytecodeArray() && HasFeedbackMetadata()) { in SharedFunctionInfoVerify()
665 if (fun_info.HasBytecodeArray() && in JSGeneratorObjectPrint()1560 if (shared().HasBytecodeArray()) { in JSFunctionPrint()
2037 DCHECK(shared.HasBytecodeArray()); in ComputeSourcePositionFromBytecodeArray()
1843 if (sfi.is_compiled() && !sfi.HasBytecodeArray()) { in EnumerateCompiledFunctions()