Home | History | Annotate | Download | only in ia32

Lines Matching refs:Code

2 // Use of this source code is governed by a BSD-style license that can be
73 // Try to generate code for the entire chunk, but it may fail if the
75 // code generation attempt succeeded.
78 // Finish the code by setting stack height, safepoint, and bailout
80 void FinishCode(Handle<Code> code);
82 // Deferred code support.
137 void AddDeferredCode(LDeferredCode* code) { deferred_.Add(code, zone()); }
142 // Code generation passes. Returns true if code generation should
159 void CallCode(Handle<Code> code,
163 void CallCodeGeneric(Handle<Code> code,
266 // Emits optimized code for typeof x == "y". Modifies input register.
271 // Emits optimized code for %_IsString(x). Preserves input register.
279 // Emits optimized code to deep-copy the contents of statically known
300 // Emits code for pushing either a tagged constant, a (non-double)
319 // Builder that keeps track of safepoints in the code. The table
320 // itself is emitted at the end of the generated code.