Lines Matching refs:code
2 // Use of this source code is governed by a BSD-style license that can be
9 #include "src/codegen/code-stub-assembler.h"
112 // Tail call into code object on the SharedFunctionInfo.
113 TNode<CodeT> code = GetSharedFunctionInfoCode(shared);
114 TailCallJSCode(code, context, function, new_target, arg_count);
257 // `src/compiler/<arch>/code-generator-<arch>.cc` before calling this
1075 TNode<CodeT> code =
1082 code, context, // standard arguments for TailCallStub
1414 TNode<CodeT> code = LoadJSFunctionCode(function);
1415 TailCallJSCode(code, context, function, new_target, arg_count);