Lines Matching defs:code
2 // Use of this source code is governed by a BSD-style license that can be
5 #include "src/compiler/code-assembler.h"
10 #include "src/codegen/code-factory.h"
176 Handle<Code> code;
179 code = Pipeline::GenerateCodeForCodeStub(
186 return code;
279 // deferring allocation to code generation
747 // TODO(jgruber): In theory we could generate better code for this by
1206 // CSA-generated code
1212 void CodeAssembler::TailCallJSCode(TNode<CodeT> code, TNode<Context> context,
1221 Node* nodes[] = {code, function, new_target, arg_count, context};