Home
last modified time | relevance | path

Searched refs:normal_native (Results 1 – 2 of 2) sorted by relevance

/art/runtime/entrypoints/quick/
Dquick_jni_entrypoints.cc202 bool normal_native = !critical_native && !fast_native; in GenericJniMethodEnd() local
205 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()
Dquick_trampoline_entrypoints.cc2362 bool normal_native = !critical_native && !fast_native; in artQuickGenericJniTrampoline() local
2395 DCHECK(normal_native) << " @FastNative and synchronize is not supported"; in artQuickGenericJniTrampoline()
2406 DCHECK(normal_native); in artQuickGenericJniTrampoline()