Home | History | Annotate | Download | only in x64

Lines Matching full:jump

174   // Tag an integer value if possible, or jump the integer value cannot be
235 // Test-and-jump functions. Typically combines a check function
236 // above with a conditional jump.
238 // Jump if the value cannot be represented by a smi.
241 // Jump if the unsigned integer value cannot be represented by a smi.
244 // Jump to label if the value is a tagged smi.
247 // Jump to label if the value is not a tagged smi.
250 // Jump to label if the value is not a positive tagged smi.
253 // Jump to label if the value, which must be a tagged smi, has value equal
257 // Jump if either or both register are not smi values.
260 // Jump if either or both register are not positive smi values.
270 // If the src is not a smi, or the result is not a smi, jump to
390 // smi. If neither are smis, jump to the failure label.
450 void Jump(Address destination, RelocInfo::Mode rmode);
451 void Jump(ExternalReference ext);
452 void Jump(Handle<Code> code_object, RelocInfo::Mode rmode);
608 // Check if result is zero and op is negative in code using jump targets.
641 // Tail call a code stub (jump).
658 // Tail call of a runtime routine (jump).
665 // Jump to a runtime routine.