Lines Matching defs:code
2 // Use of this source code is governed by a BSD-style license that can be
9 #include "src/objects/code.h"
44 // the C-based native code. The JS-based limit normally points near the end of
74 // generated code. Because generated code uses the C stack, we just use
115 static GeneratedCode FromCode(Code code) {
116 return FromAddress(code.GetIsolate(), code.entry());
127 "Generated code execution not possible during cross-compilation."
143 FATAL("Generated code execution not possible during cross-compilation.");
147 // FD to ensure correct dispatch to generated code. The 'volatile'