Home
last modified time | relevance | path

Searched refs:Maglev (Results 1 - 5 of 5) sorted by relevance

/third_party/node/deps/v8/src/maglev/
H A Dmaglev.h18 class Maglev : public AllStatic { class
H A Dmaglev.cc14 MaybeHandle<CodeT> Maglev::Compile(Isolate* isolate, in Compile()
/third_party/node/deps/v8/src/execution/
H A Dtiering-manager.cc60 static constexpr OptimizationDecision Maglev() { in Maglev() function in v8::internal::OptimizationDecision
291 // TODO(v8:7700): Consider splitting this up for Maglev/Turbofan. in MaybeOptimizeFrame()
334 return OptimizationDecision::Maglev(); in ShouldOptimize()
/third_party/node/deps/v8/src/runtime/
H A Druntime-test.cc411 codet = Maglev::Compile(isolate, function).ToHandleChecked(); in RUNTIME_FUNCTION()
414 Maglev::Compile(isolate, function); in RUNTIME_FUNCTION()
416 PrintF("Maglev compile time: %g ms!\n", in RUNTIME_FUNCTION()
425 PrintF("Maglev is not enabled.\n"); in RUNTIME_FUNCTION()
464 PrintF("Maglev is not enabled.\n"); in RUNTIME_FUNCTION()
759 // TODO(v8:7700): Maglev support. in RUNTIME_FUNCTION()
/third_party/node/deps/v8/src/codegen/
H A Dcompiler.cc97 // TODO(v8:7700): Update for Maglev tiering. in ResetProfilerTicks()
1228 // TODO(v8:7700): Distinguish between Maglev and Turbofan. in GetOrCompileOptimized()
1278 // TODO(v8:7700): Support Maglev. in SpawnDuplicateConcurrentJobForStressTesting()
2215 // Maglev code needs a feedback vector. in Compile()
2218 MaybeHandle<CodeT> maybe_code = Maglev::Compile(isolate, function); in Compile()

Completed in 11 milliseconds