Lines Matching refs:code
2 // Use of this source code is governed by a BSD-style license that can be
21 #include "src/codegen/code-factory.h"
367 // create code objects with TurboFan's backend. This class is mostly a thin
372 // V8 components that need to generate low-level code using this interface
378 // In addition to providing isolation between TurboFan and code generation
654 // The following methods refer to source positions in CSA or Torque code
1177 TNode<CodeT> target = HeapConstant(callable.code());
1199 TNode<CodeT> target = HeapConstant(callable.code());
1221 // Tailcalls to the given code object with JSCall linkage. The JS arguments
1224 // installed instead of code objects with JSCall linkage.
1228 void TailCallJSCode(TNode<CodeT> code, TNode<Context> context,
1237 TNode<CodeT> target = HeapConstant(callable.code());
1248 TNode<CodeT> target = HeapConstant(callable.code());
1666 // Use this constructor for compatability/ports of old CSA code only. New code