Searched refs:HasBytecodeArray (Results 1 – 23 of 23) sorted by relevance
56 DCHECK(function->shared().HasBytecodeArray()); in RUNTIME_FUNCTION()142 DCHECK(shared.HasBytecodeArray()); in RUNTIME_FUNCTION()
272 DCHECK(frame->function().shared().HasBytecodeArray()); in DetermineEntryAndDisarmOSRForInterpreter()
168 if (HasBytecodeArray()) { in abstract_code()333 bool SharedFunctionInfo::IsInterpreted() const { return HasBytecodeArray(); } in IsInterpreted()430 : retain_bytecode_(shared.HasBytecodeArray() in IsCompiledScope()440 shared.HasBytecodeArray() in IsCompiledScope()460 bool SharedFunctionInfo::HasBytecodeArray() const { in HasBytecodeArray() function466 DCHECK(HasBytecodeArray()); in GetBytecodeArray()759 bool can_decompile = (HasBytecodeArray() || HasAsmWasmData() || in CanDiscardCompiled()
83 DCHECK(HasBytecodeArray()); in GetCode()379 if (!HasBytecodeArray()) return kHasNoBytecode; in GetInlineability()665 return !HasBytecodeArray() || GetBytecodeArray().HasSourcePositionTable(); in AreSourcePositionsAvailable()673 if (FLAG_enable_lazy_source_positions && shared_info->HasBytecodeArray() && in EnsureSourcePositionsAvailable()
50 if (shared().HasBytecodeArray()) { in GetAvailableCodeKinds()269 DCHECK(function->shared().HasBytecodeArray()); in EnsureClosureFeedbackCellArray()297 DCHECK(function->shared().HasBytecodeArray()); in EnsureFeedbackVector()
317 inline bool HasBytecodeArray() const;
5241 DCHECK(shared_info->HasBytecodeArray()); in EnsureSourcePositionsAvailable()
6522 DCHECK(function().shared().HasBytecodeArray()); in source_position()
91 DCHECK(shared.HasBytecodeArray()); in RedirectActiveFunctions()
1045 if (sfi->HasBytecodeArray()) { in UpdatePositions()1161 if (!sfi->HasBytecodeArray()) continue; in PatchScript()1206 if (!sfi.HasBytecodeArray()) continue; in PatchScript()1251 if (!sfi.HasBytecodeArray()) continue; in PatchScript()
1255 if (shared->HasBytecodeArray()) { in PrepareFunctionForDebugExecution()2234 DCHECK(debug_info->shared().HasBytecodeArray()); in UpdateDebugInfosForExecutionMode()2346 if (!shared->HasBytecodeArray()) { in PerformSideEffectCheck()
908 if (info->HasBytecodeArray()) { in FunctionGetSideEffectState()
301 if (shared_info->HasBytecodeArray()) { in RecordUnoptimizedCompilationStats()321 if (shared->HasBytecodeArray()) { in RecordUnoptimizedFunctionCompilation()497 DCHECK(!shared_info->HasBytecodeArray()); in InstallInterpreterTrampolineCopy()536 DCHECK(!shared_info->HasBytecodeArray()); // Only compiled once. in InstallUnoptimizedCode()1033 DCHECK(function->shared().HasBytecodeArray()); in GetOptimizedCodeLater()1146 DCHECK_IMPLIES(!has_script, shared->HasBytecodeArray()); in GetOptimizedCode()1654 DCHECK(shared_info->HasBytecodeArray()); in CollectSourcePositions()1756 DCHECK(!shared_info->HasBytecodeArray()); in Compile()3097 if (is_compiled_scope.is_compiled() && shared->HasBytecodeArray()) { in PostInstantiation()
236 if (!shared_info.HasBytecodeArray()) continue; in CreateInterpreterDataForDeserializedCode()
39 DCHECK(shared.HasBytecodeArray()); in CanConsiderForInlining()
796 V(bool, HasBytecodeArray) \
426 DCHECK(shared.HasBytecodeArray()); in ReduceJSCreateGeneratorObject()
1835 object->HasBytecodeArray() in SharedFunctionInfoData()
834 HasBytecodeArray() || HasAsmWasmData() || HasBuiltinId() || in SharedFunctionInfoVerify()849 } else if (HasBytecodeArray() && HasFeedbackMetadata()) { in SharedFunctionInfoVerify()
593 if (fun_info.HasBytecodeArray() && in JSGeneratorObjectPrint()1247 if (shared().HasBytecodeArray()) { in JSFunctionPrint()
2233 if (shared->HasBytecodeArray() && in ThrowInternal()4552 if (sfi.HasBytecodeArray()) { in ThrowInternal()
2495 DCHECK(shared.HasBytecodeArray()); in ComputeSourcePositionFromBytecodeArray()
2159 DCHECK(shared_info.HasBytecodeArray()); in FlushBytecodeFromSFI()