Lines Matching refs:Code
2 // Use of this source code is governed by a BSD-style license that can be
48 // Run the pipeline on a machine graph and generate code. The {schedule} must
50 static Handle<Code> GenerateCodeForCodeStub(Isolate* isolate,
53 Code::Flags flags,
56 // Run the entire pipeline and generate a handle to a code object suitable for
58 static Handle<Code> GenerateCodeForTesting(CompilationInfo* info);
60 // Run the pipeline on a machine graph and generate code. If {schedule} is
61 // {nullptr}, then compute a new schedule for code generation.
62 static Handle<Code> GenerateCodeForTesting(CompilationInfo* info,
71 // Run the pipeline on a machine graph and generate code. If {schedule} is
72 // {nullptr}, then compute a new schedule for code generation.
73 static Handle<Code> GenerateCodeForTesting(