Home | History | Annotate | Download | only in native

Lines Matching refs:UNLIKELY

52   if (UNLIKELY(javaSrc == nullptr)) {
56 if (UNLIKELY(javaDst == nullptr)) {
63 if (UNLIKELY(!srcObject->IsArrayInstance())) {
68 if (UNLIKELY(!dstObject->IsArrayInstance())) {
76 if (UNLIKELY(srcPos < 0) || UNLIKELY(dstPos < 0) || UNLIKELY(count < 0) ||
77 UNLIKELY(srcPos > srcArray->GetLength() - count) ||
78 UNLIKELY(dstPos > dstArray->GetLength() - count)) {
129 if (UNLIKELY((dstComponentPrimitiveType != Primitive::kPrimNot) ||
220 if (UNLIKELY(javaObject == nullptr)) {