Home | History | Annotate | Download | only in x64

Lines Matching refs:Code

6 //     * Redistributions of source code must retain the above copyright
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); }
152 // Code generation passes. Returns true if code generation should
165 void CallCodeGeneric(Handle<Code> code,
172 void CallCode(Handle<Code> code,
209 void PopulateDeoptimizationData(Handle<Code> code);
252 // Emits optimized code for typeof x == "y". Modifies input register.
258 // Emits optimized code for %_IsObject(x). Preserves input register.
265 // Emits optimized code for %_IsConstructCall().
274 // Emits code for pushing a constant operand.
302 // Builder that keeps track of safepoints in the code. The table
303 // itself is emitted at the end of the generated code.