Home | History | Annotate | Download | only in arm

Lines Matching refs:Code

2 // Use of this source code is governed by a BSD-style license that can be
85 // Try to generate code for the entire chunk, but it may fail if the
87 // code generation attempt succeeded.
90 // Finish the code by setting stack height, safepoint, and bailout
92 void FinishCode(Handle<Code> code);
94 // Deferred code support.
160 void AddDeferredCode(LDeferredCode* code) { deferred_.Add(code, zone()); }
165 // Code generation passes. Returns true if code generation should
181 int CallCodeSize(Handle<Code> code, RelocInfo::Mode mode);
184 Handle<Code> code,
190 Handle<Code> code,
280 // Emits optimized code for typeof x == "y". Modifies input register.
288 // Emits optimized code for %_IsString(x). Preserves input register.
296 // Emits optimized code to deep-copy the contents of statically known
320 // Builder that keeps track of safepoints in the code. The table
321 // itself is emitted at the end of the generated code.