Lines Matching defs:code
2 // Use of this source code is governed by a BSD-style license that can be
12 #include "src/objects/code-inl.h"
73 // The code below interleaves bytes of assembly code for the builtin
138 "The embedded blob code section starts here. It contains the builtin");
144 // code section.
179 w->Comment("Pointer to the beginning of the embedded blob code.");
204 w->Comment("The size of the embedded blob code in bytes.");
296 Code code = FromCodeT(builtins->code(builtin));
297 // Verify that the code object is still the "real code" and not a
299 DCHECK(!code.is_off_heap_trampoline());
300 ByteArray source_position_table = code.source_position_table();