Lines Matching refs:code
2 // Use of this source code is governed by a BSD-style license that can be
118 #include "src/snapshot/code-serializer.h"
1966 // construct code, so we ensure that there is a constructor
2823 "Expected SharedFunctionInfo with wrapped source code.");
5559 // many code units can be safely written without exceeding the buffer capacity
5560 // and without leaving at a lone surrogate. The estimated number of code units
5563 // all code units have been written out. The second phase writes out code
5565 // unit, or all code units have been written out.
6403 CHECK(isolate->builtins()->code(i::Builtin::kIllegal).IsCodeT());
8687 // Set up code event handlers. Needs to be after i::Snapshot::Initialize
9332 // Note, we should return the embedded code rande from the .text section here.
9334 *start = reinterpret_cast<const void*>(d.code());
9348 i::Code js_entry = FromCodeT(isolate->builtins()->code(pair.first));
9349 pair.second->code.start =
9351 pair.second->code.length_in_bytes = js_entry.InstructionSize();