Lines Matching refs:Code
2 // Use of this source code is governed by a BSD-style license that can be
8 #include "src/code-stubs.h"
13 // The contract to the shared code is that the the CodeGenerator is a subclass
30 // These methods are either used privately by the shared code or implemented as
31 // shared code:
80 // Allocate and install the code.
81 static Handle<Code> MakeCodeEpilogue(MacroAssembler* masm,
86 // Print the code after compiling it.
87 static void PrintCode(Handle<Code> code, CompilationInfo* info);
95 // from the one we use in our generated code. Therefore we use the same
96 // generated code both in runtime and compiled code.