Searched refs:HasBytecodeArray (Results 1 – 17 of 17) sorted by relevance
23 DCHECK(function->shared()->HasBytecodeArray()); in RUNTIME_FUNCTION()
187 if (source_shared->HasBytecodeArray()) { in RUNTIME_FUNCTION()
292 DCHECK(frame->function()->shared()->HasBytecodeArray()); in DetermineEntryAndDisarmOSRForInterpreter()
205 function->shared()->HasBytecodeArray()) { in RUNTIME_FUNCTION()
439 DCHECK(!shared->HasBytecodeArray()); // Only compiled once. in InstallSharedCompilationResult()844 } else if (shared->HasBytecodeArray()) { in GetOptimizedCode()885 DCHECK(shared->HasBytecodeArray()); in GetOptimizedCode()943 } else if (shared->HasBytecodeArray()) { in FinalizeOptimizedCompilationJob()999 if (function->shared()->HasBytecodeArray()) { in GetBaselineCode()1110 if (function->shared()->HasBytecodeArray()) { in GetLazyCode()1397 DCHECK_EQ(ShouldUseIgnition(info), info->shared_info()->HasBytecodeArray()); in EnsureBytecode()1398 return info->shared_info()->HasBytecodeArray(); in EnsureBytecode()
203 DCHECK(shared->HasBytecodeArray()); in AttemptOnStackReplacement()
5958 if (HasBytecodeArray()) {6078 !HasBytecodeArray()); in set_code()6153 return HasBytecodeArray(); in HasDebugCode()6184 bool SharedFunctionInfo::HasBytecodeArray() const { in HasBytecodeArray() function6189 DCHECK(HasBytecodeArray()); in bytecode_array()6199 DCHECK(function_data()->IsUndefined(GetIsolate()) || HasBytecodeArray()); in ClearBytecodeArray()
637 HasBytecodeArray() || HasAsmWasmData()); in SharedFunctionInfoVerify()
1078 if (HasBytecodeArray()) { in SharedFunctionInfoPrint()
1455 if (sfi->HasBytecodeArray()) { in EnumerateCompiledFunctions()
2542 if (shared->HasBytecodeArray()) { in NewDebugInfo()
2779 DCHECK(shared->HasBytecodeArray()); in ComputeSourcePositionFromBytecodeArray()
7091 inline bool HasBytecodeArray() const;
19512 DCHECK(function()->shared()->HasBytecodeArray()); in source_position()
520 if (info->HasBytecodeArray()) { in FunctionHasNoSideEffect()
902 if (new_shared_info->HasBytecodeArray()) { in ReplaceFunctionCode()1068 if (info->HasBytecodeArray()) { in PatchFunctionPositions()
917 if (shared->HasBytecodeArray()) { in ProcessJSFunctionCandidates()969 if (candidate->HasBytecodeArray()) { in ProcessSharedFunctionInfoCandidates()