19                                  BytecodeOffset osr_offset) {
 
   21  RCS_SCOPE(isolate, RuntimeCallCounterId::kOptimizeNonConcurrentMaglev);
 
   22  std::unique_ptr<maglev::MaglevCompilationInfo> info =
 
   23      maglev::MaglevCompilationInfo::New(isolate, function, osr_offset);
 
   24  if (!maglev::MaglevCompiler::Compile(isolate->main_thread_local_isolate(),
 
   29  return maglev::MaglevCompiler::GenerateCode(isolate, info.get()).first;
 
V8_EXPORT_PRIVATE FlagValues v8_flags
 
#define DCHECK(condition)