Home | History | Annotate | Download | only in x64

Lines Matching refs:code

6 //     * Redistributions of source code must retain the above copyright
86 // Try to generate code for the entire chunk, but it may fail if the
88 // code generation attempt succeeded.
91 // Finish the code by setting stack height, safepoint, and bailout
93 void FinishCode(Handle<Code> code);
95 // Deferred code support.
158 void AddDeferredCode(LDeferredCode* code) { deferred_.Add(code); }
160 // Code generation passes. Returns true if code generation should
173 void CallCodeGeneric(Handle<Code> code,
180 void CallCode(Handle<Code> code,
217 void PopulateDeoptimizationData(Handle<Code> code);
263 // Emits optimized code for typeof x == "y". Modifies input register.
271 // Emits optimized code for %_IsObject(x). Preserves input register.
278 // Emits optimized code for %_IsString(x). Preserves input register.
285 // Emits optimized code for %_IsConstructCall().
294 // Emits code for pushing either a tagged constant, a (non-double)
298 // Emits optimized code to deep-copy the contents of statically known
333 // Builder that keeps track of safepoints in the code. The table
334 // itself is emitted at the end of the generated code.