Home | History | Annotate | Download | only in ia32

Lines Matching refs:Code

6 //     * Redistributions of source code must retain the above copyright
140 // Try to generate code for the entire chunk, but it may fail if the
142 // code generation attempt succeeded.
145 // Finish the code by setting stack height, safepoint, and bailout
147 void FinishCode(Handle<Code> code);
149 // Deferred code support.
218 void AddDeferredCode(LDeferredCode* code) { deferred_.Add(code, zone()); }
220 // Code generation passes. Returns true if code generation should
233 void CallCode(Handle<Code> code,
237 void CallCodeGeneric(Handle<Code> code,
292 void RegisterDependentCodeForEmbeddedMaps(Handle<Code> code);
293 void PopulateDeoptimizationData(Handle<Code> code);
352 // Emits optimized code for typeof x == "y". Modifies input register.
360 // Emits optimized code for %_IsObject(x). Preserves input register.
368 // Emits optimized code for %_IsString(x). Preserves input register.
376 // Emits optimized code for %_IsConstructCall().
380 // Emits optimized code to deep-copy the contents of statically known
398 // Emits code for pushing either a tagged constant, a (non-double)
444 // Builder that keeps track of safepoints in the code. The table
445 // itself is emitted at the end of the generated code.