Lines Matching full:unlikely
112 if (UNLIKELY(called_method == nullptr)) {
116 } else if (UNLIKELY(called_method->IsAbstract())) {
134 if (UNLIKELY(receiver == nullptr)) {
144 if (UNLIKELY(called_method == nullptr)) {
148 } else if (UNLIKELY(called_method->IsAbstract())) {
189 if (UNLIKELY(!java_lang_string_class->IsInitialized())) {
193 if (UNLIKELY(!class_linker->EnsureInitialized(self, h_class, true, true))) {
201 if (UNLIKELY(s == nullptr)) {
216 if (UNLIKELY(divisor == 0)) {
220 if (UNLIKELY(dividend == kMinInt && divisor == -1)) {
234 if (UNLIKELY(divisor == 0)) {
238 if (UNLIKELY(dividend == kMinInt && divisor == -1)) {
252 if (UNLIKELY(divisor == 0)) {
256 if (UNLIKELY(dividend == kMinLong && divisor == -1)) {
270 if (UNLIKELY(divisor == 0)) {
274 if (UNLIKELY(dividend == kMinLong && divisor == -1)) {