Home | History | Annotate | Download | only in arm64

Lines Matching defs:skip

777   Label skip;
779 __ B(&skip);
785 __ Bind(&skip);
1060 Label skip;
1061 __ B(&skip);
1066 __ Bind(&skip);
1108 // Get the object to enumerate over. If the object is null or undefined, skip
1229 // just skip it.
1524 // We cannot skip any initialization checks for CONST in non-harmony
2210 Label skip;
2213 __ JumpIfNotRoot(x10, Heap::kTheHoleValueRootIndex, &skip);
2215 __ Bind(&skip);
2809 // Skip loop if no descriptors are valid.
2981 // Skip the arguments adaptor frame if it exists.
3636 // It is an unsigned value, so we can skip sign extension.