Home | History | Annotate | Download | only in x64

Lines Matching refs:Code

2 // Use of this source code is governed by a BSD-style license that can be
70 // Try to generate code for the entire chunk, but it may fail if the
72 // code generation attempt succeeded.
75 // Finish the code by setting stack height, safepoint, and bailout
77 void FinishCode(Handle<Code> code);
79 // Deferred code support.
135 void AddDeferredCode(LDeferredCode* code) { deferred_.Add(code, zone()); }
141 // Code generation passes. Returns true if code generation should
158 void CallCodeGeneric(Handle<Code> code,
165 void CallCode(Handle<Code> code,
265 // Emits optimized code for typeof x == "y". Modifies input register.
270 // Emits optimized code for %_IsString(x). Preserves input register.
278 // Emits code for pushing either a tagged constant, a (non-double)
282 // Emits optimized code to deep-copy the contents of statically known
314 // Builder that keeps track of safepoints in the code. The table
315 // itself is emitted at the end of the generated code.