Searched refs:HasBytecodeArray (Results 1 – 14 of 14) sorted by relevance
392 DCHECK(!shared->HasBytecodeArray()); // Only compiled once. in InstallSharedCompilationResult()645 } else if (shared->HasBytecodeArray()) { in GetOptimizedCode()743 } else if (shared->HasBytecodeArray()) { in FinalizeOptimizedCompilationJob()800 if (function->shared()->HasBytecodeArray()) { in GetBaselineCode()919 if (function->shared()->HasBytecodeArray()) { in GetLazyCode()1107 } else if (function->shared()->HasBytecodeArray()) { in CompileOptimized()1188 if (!info->shared_info()->HasBytecodeArray()) { in EnsureBytecode()1200 DCHECK(info->shared_info()->HasBytecodeArray()); in EnsureBytecode()1563 if (existing->HasBaselineCode() || existing->HasBytecodeArray()) { in GetSharedFunctionInfo()
203 DCHECK(shared->HasBytecodeArray()); in AttemptOnStackReplacement()
615 HasBytecodeArray() || HasAsmWasmData()); in SharedFunctionInfoVerify()
1099 if (HasBytecodeArray()) { in SharedFunctionInfoPrint()
6153 if (HasBytecodeArray()) {6332 return HasBytecodeArray(); in HasDebugCode()6351 bool SharedFunctionInfo::HasBytecodeArray() { in HasBytecodeArray() function6356 DCHECK(HasBytecodeArray()); in bytecode_array()6366 DCHECK(function_data()->IsUndefined(GetIsolate()) || HasBytecodeArray()); in ClearBytecodeArray()
2424 if (shared->HasBytecodeArray()) { in NewDebugInfo()
2768 DCHECK(shared->HasBytecodeArray()); in ComputeSourcePositionFromBytecodeArray()
7511 inline bool HasBytecodeArray();
19724 if (function()->shared()->HasBytecodeArray()) { in source_position()
24 if (function->shared()->HasBytecodeArray()) { in RUNTIME_FUNCTION()
187 if (source_shared->HasBytecodeArray()) { in RUNTIME_FUNCTION()
289 DCHECK(frame->function()->shared()->HasBytecodeArray()); in DetermineEntryAndDisarmOSRForInterpreter()
159 function->shared()->HasBytecodeArray()) { in RUNTIME_FUNCTION()
1000 if (new_shared_info->HasBytecodeArray()) { in ReplaceFunctionCode()1144 if (info->HasBytecodeArray()) { in PatchFunctionPositions()