Lines Matching refs:Code
6 // * Redistributions of source code must retain the above copyright
132 // Try to generate code for the entire chunk, but it may fail if the
134 // code generation attempt succeeded.
137 // Finish the code by setting stack height, safepoint, and bailout
139 void FinishCode(Handle<Code> code);
141 // Deferred code support.
220 void AddDeferredCode(LDeferredCode* code) { deferred_.Add(code, zone()); }
222 // Code generation passes. Returns true if code generation should
236 Handle<Code> code,
242 Handle<Code> code,
297 void RegisterDependentCodeForEmbeddedMaps(Handle<Code> code);
298 void PopulateDeoptimizationData(Handle<Code> code);
337 // Emits optimized code for typeof x == "y". Modifies input register.
345 // Emits optimized code for %_IsObject(x). Preserves input register.
353 // Emits optimized code for %_IsString(x). Preserves input register.
361 // Emits optimized code for %_IsConstructCall().
365 // Emits optimized code to deep-copy the contents of statically known
373 // Emit optimized code for integer division.
412 // Builder that keeps track of safepoints in the code. The table
413 // itself is emitted at the end of the generated code.