Searched refs:HasBytecodeArray (Results 1 – 17 of 17) sorted by relevance
117 DCHECK(!function->shared()->HasBytecodeArray()); in Optimize()127 DCHECK(function->shared()->HasBytecodeArray()); in Baseline()
440 return info->shared_info()->HasBytecodeArray(); in UseIgnition()530 DCHECK(!shared->HasBytecodeArray()); // Only compiled once. in InstallSharedCompilationResult()786 info->shared_info()->HasBytecodeArray()) { in GetOptimizedCode()884 if (function->shared()->HasBytecodeArray()) { in GetBaselineCode()1350 if (shared->HasBytecodeArray()) { in EnsureDeoptimizationSupport()
975 if (HasBytecodeArray()) { in SharedFunctionInfoPrint()
578 HasBytecodeArray()); in SharedFunctionInfoVerify()
2252 if (shared->HasBytecodeArray()) { in NewDebugInfo()2260 if (shared->HasBytecodeArray()) { in NewDebugInfo()
5810 if (HasBytecodeArray()) {5989 return HasBytecodeArray() || in HasDebugCode()6009 bool SharedFunctionInfo::HasBytecodeArray() { in HasBytecodeArray() function6014 DCHECK(HasBytecodeArray()); in bytecode_array()6024 DCHECK(function_data()->IsUndefined(GetIsolate()) || HasBytecodeArray()); in ClearBytecodeArray()
2786 if (shared->HasBytecodeArray()) { in ComputeSourcePosition()
6864 inline bool HasBytecodeArray();
18936 if (function()->shared()->HasBytecodeArray()) { in source_position()
24 if (function->shared()->HasBytecodeArray()) { in RUNTIME_FUNCTION()
183 if (source_shared->HasBytecodeArray()) { in RUNTIME_FUNCTION()
168 if (function->shared()->HasBytecodeArray()) { in RUNTIME_FUNCTION()
219 if (FLAG_turbo_from_bytecode && function->shared()->HasBytecodeArray()) { in Compile()
122 CHECK(function->shared()->HasBytecodeArray()); in GetFunction()
1013 if (shared_info->HasBytecodeArray()) { in ReplaceFunctionCode()1287 } else if (info->HasBytecodeArray()) { in PatchFunctionPositions()
1323 bool is_interpreted = shared->HasBytecodeArray(); in PrepareFunctionForBreakPoints()1542 if (shared->HasBytecodeArray()) { in EnsureDebugInfo()
889 if (data->info()->shared_info()->HasBytecodeArray()) { in Run()