Home | History | Annotate | Download | only in arm

Lines Matching refs:Code

6 //     * Redistributions of source code must retain the above copyright
99 // Try to generate code for the entire chunk, but it may fail if the
101 // code generation attempt succeeded.
104 // Finish the code by setting stack height, safepoint, and bailout
106 void FinishCode(Handle<Code> code);
108 // Deferred code support.
179 void AddDeferredCode(LDeferredCode* code) { deferred_.Add(code); }
181 // Code generation passes. Returns true if code generation should
194 void CallCode(Handle<Code> code,
198 void CallCodeGeneric(Handle<Code> code,
237 void PopulateDeoptimizationData(Handle<Code> code);
281 // Emits optimized code for typeof x == "y". Modifies input register.
289 // Emits optimized code for %_IsObject(x). Preserves input register.
297 // Emits optimized code for %_IsString(x). Preserves input register.
304 // Emits optimized code for %_IsConstructCall().
313 // Emits optimized code to deep-copy the contents of statically known
348 // Builder that keeps track of safepoints in the code. The table
349 // itself is emitted at the end of the generated code.