Home | History | Annotate | Download | only in ia32

Lines Matching refs:code

6 //     * Redistributions of source code must retain the above copyright
92 // Try to generate code for the entire chunk, but it may fail if the
94 // code generation attempt succeeded.
97 // Finish the code by setting stack height, safepoint, and bailout
99 void FinishCode(Handle<Code> code);
101 // Deferred code support.
167 void AddDeferredCode(LDeferredCode* code) { deferred_.Add(code); }
169 // Code generation passes. Returns true if code generation should
184 void CallCode(Handle<Code> code,
188 void CallCodeGeneric(Handle<Code> code,
226 void PopulateDeoptimizationData(Handle<Code> code);
274 // Emits optimized code for typeof x == "y". Modifies input register.
282 // Emits optimized code for %_IsObject(x). Preserves input register.
290 // Emits optimized code for %_IsString(x). Preserves input register.
297 // Emits optimized code for %_IsConstructCall().
306 // Emits optimized code to deep-copy the contents of statically known
315 // Emits code for pushing either a tagged constant, a (non-double)
336 // Builder that keeps track of safepoints in the code. The table
337 // itself is emitted at the end of the generated code.