Searched refs:normal_native (Results 1 – 2 of 2) sorted by relevance
202 bool normal_native = !critical_native && !fast_native; in GenericJniMethodEnd() local205 if (LIKELY(normal_native)) { in GenericJniMethodEnd()214 DCHECK(normal_native) << " @FastNative and synchronize is not supported"; in GenericJniMethodEnd()221 DCHECK(normal_native) << " @FastNative and synchronize is not supported"; in GenericJniMethodEnd()
2362 bool normal_native = !critical_native && !fast_native; in artQuickGenericJniTrampoline() local2395 DCHECK(normal_native) << " @FastNative and synchronize is not supported"; in artQuickGenericJniTrampoline()2406 DCHECK(normal_native); in artQuickGenericJniTrampoline()