Lines Matching refs:code
2 // Use of this source code is governed by a BSD-style license that can be
11 #include "src/codegen/code-factory.h"
12 #include "src/codegen/code-stub-assembler.h"
48 // If code is a builtin, return the address to the (possibly embedded) builtin
49 // code entry, otherwise return the entry of the code object itself.
50 TNode<RawPtrT> RegExpBuiltinsAssembler::LoadCodeObjectEntry(TNode<CodeT> code) {
52 // When external code space is enabled we can load the entry point directly
54 return GetCodeEntry(code);
61 LoadObjectField<Int32T>(code, Code::kBuiltinIndexOffset);
68 IntPtrAdd(BitcastTaggedToWord(code),
505 // Load the irregexp code or bytecode object and offsets into the subject
547 // Check that the irregexp code has been generated for the actual string
548 // encoding. If it has, the field contains a code object; and otherwise it
562 TNode<CodeT> code = CAST(var_code.value());
568 // Set up args for the final call into generated Irregexp code.
574 // Result: A NativeRegExpMacroAssembler::Result return code.
622 // irregexp code.
626 TNode<RawPtrT> code_entry = LoadCodeObjectEntry(code);
730 // A stack overflow was detected in RegExp code.
797 // user-code execution on the fast path.
835 // user-code execution on the fast path.
1414 // code.
1419 // anyway, consider using UintPtrT index to simplify the code below.