Lines Matching refs:maglev
5 #include "src/maglev/maglev.h"
8 #include "src/maglev/maglev-compilation-info.h"
9 #include "src/maglev/maglev-compiler.h"
17 auto info = maglev::MaglevCompilationInfo::New(isolate, function);
18 maglev::MaglevCompilationUnit* const unit = info->toplevel_compilation_unit();
19 maglev::MaglevCompiler::Compile(isolate->main_thread_local_isolate(), unit);
20 return maglev::MaglevCompiler::GenerateCode(unit);