Home | History | Annotate | Download | only in mips

Lines Matching refs:Code

6 //     * Redistributions of source code must retain the above copyright
131 // Try to generate code for the entire chunk, but it may fail if the
133 // code generation attempt succeeded.
136 // Finish the code by setting stack height, safepoint, and bailout
138 void FinishCode(Handle<Code> code);
220 void AddDeferredCode(LDeferredCode* code) { deferred_.Add(code, zone()); }
222 // Code generation passes. Returns true if code generation should
235 void CallCode(Handle<Code> code,
239 void CallCodeGeneric(Handle<Code> code,
301 void RegisterDependentCodeForEmbeddedMaps(Handle<Code> code);
302 void PopulateDeoptimizationData(Handle<Code> code);
353 // Emits optimized code for typeof x == "y". Modifies input register.
365 // Emits optimized code for %_IsObject(x). Preserves input register.
374 // Emits optimized code for %_IsString(x). Preserves input register.
382 // Emits optimized code for %_IsConstructCall().
386 // Emits optimized code to deep-copy the contents of statically known
393 // Emit optimized code for integer division.
433 // Builder that keeps track of safepoints in the code. The table
434 // itself is emitted at the end of the generated code.