Searched refs:HasBytecodeArray (Results 1 – 17 of 17) sorted by relevance
136 if (HasBytecodeArray()) { in abstract_code()339 bool SharedFunctionInfo::IsInterpreted() const { return HasBytecodeArray(); } in IsInterpreted()448 bool SharedFunctionInfo::HasBytecodeArray() const { in HasBytecodeArray() function454 DCHECK(HasBytecodeArray()); in GetBytecodeArray()466 DCHECK(HasBytecodeArray()); in GetDebugBytecodeArray()477 DCHECK(HasBytecodeArray()); in SetDebugBytecodeArray()709 bool can_decompile = (HasBytecodeArray() || HasAsmWasmData() || in CanDiscardCompiled()
303 inline bool HasBytecodeArray() const;
23 DCHECK(function->shared()->HasBytecodeArray()); in RUNTIME_FUNCTION()103 DCHECK(shared->HasBytecodeArray()); in RUNTIME_FUNCTION()
211 DCHECK(frame->function()->shared()->HasBytecodeArray()); in DetermineEntryAndDisarmOSRForInterpreter()
136 DCHECK(shared->HasBytecodeArray()); in AttemptOnStackReplacement()
353 DCHECK(!shared_info->HasBytecodeArray()); // Only compiled once. in InstallUnoptimizedCode()700 DCHECK_IMPLIES(!has_script, shared->HasBytecodeArray()); in GetOptimizedCode()756 DCHECK(function->shared()->HasBytecodeArray()); in GetOptimizedCode()1053 DCHECK(!shared_info->HasBytecodeArray()); in Compile()
984 HasBytecodeArray() || HasAsmWasmData() || HasBuiltinId() || in SharedFunctionInfoVerify()995 } else if (HasBytecodeArray()) { in SharedFunctionInfoVerify()
1366 if (shared()->HasBytecodeArray()) { in JSFunctionPrint()
2304 DCHECK(shared->HasBytecodeArray()); in ComputeSourcePositionFromBytecodeArray()
13810 DCHECK(HasBytecodeArray()); in GetCode()18752 DCHECK(function()->shared()->HasBytecodeArray()); in source_position()
1037 if (sfi->HasBytecodeArray()) { in UpdatePositions()1142 if (!sfi->HasBytecodeArray()) continue; in PatchScript()1182 if (!new_sfi->HasBytecodeArray()) continue; in PatchScript()1231 if (!sfi->HasBytecodeArray()) continue; in PatchScript()
1142 DCHECK(shared->HasBytecodeArray()); in RedirectActiveFunctions()1200 if (shared->HasBytecodeArray()) { in PrepareFunctionForDebugExecution()2056 DCHECK(debug_info->shared()->HasBytecodeArray()); in UpdateDebugInfosForExecutionMode()2157 if (!shared->HasBytecodeArray()) { in PerformSideEffectCheck()
876 if (info->HasBytecodeArray()) { in FunctionGetSideEffectState()
62 if (!shared->HasBytecodeArray()) return false; in CanInlineFunction()75 if (shared->HasBytecodeArray() && shared->GetBytecodeArray()->length() <= in IsSmallInlineFunction()
393 V(bool, HasBytecodeArray)
447 object_->HasBytecodeArray() in SharedFunctionInfoData()455 DCHECK_EQ(HasBytecodeArray, GetBytecodeArray != nullptr); in SharedFunctionInfoData()
427 DCHECK(shared.HasBytecodeArray()); in ReduceJSCreateGeneratorObject()