Lines Matching refs:Code
2 // Use of this source code is governed by a BSD-style license that can be
84 // Try to generate code for the entire chunk, but it may fail if the
86 // code generation attempt succeeded.
89 // Finish the code by setting stack height, safepoint, and bailout
91 void FinishCode(Handle<Code> code);
93 // Deferred code support.
150 void AddDeferredCode(LDeferredCode* code) { deferred_.Add(code, zone()); }
155 // Code generation passes. Returns true if code generation should
171 void CallCode(Handle<Code> code, RelocInfo::Mode mode, LInstruction* instr);
173 void CallCodeGeneric(Handle<Code> code, RelocInfo::Mode mode,
252 // Emits optimized code for typeof x == "y". Modifies input register.
258 // Emits optimized code for %_IsString(x). Preserves input register.
264 // Emits optimized code to deep-copy the contents of statically known
285 // Builder that keeps track of safepoints in the code. The table
286 // itself is emitted at the end of the generated code.