Home | History | Annotate | Download | only in ppc

Lines Matching refs:Code

2 // Use of this source code is governed by a BSD-style license that can be
85 // Try to generate code for the entire chunk, but it may fail if the
87 // code generation attempt succeeded.
90 // Finish the code by setting stack height, safepoint, and bailout
92 void FinishCode(Handle<Code> code);
94 // 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,
253 // Emits optimized code for typeof x == "y". Modifies input register.
259 // Emits optimized code for %_IsString(x). Preserves input register.
265 // Emits optimized code to deep-copy the contents of statically known
286 // Builder that keeps track of safepoints in the code. The table
287 // itself is emitted at the end of the generated code.