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

/art/runtime/entrypoints/quick/
H A Dquick_jni_entrypoints.cc202 bool normal_native = !critical_native && !fast_native; variable
205 if (LIKELY(normal_native)) {
214 DCHECK(normal_native) << " @FastNative and synchronize is not supported";
221 DCHECK(normal_native) << " @FastNative and synchronize is not supported";
H A Dquick_trampoline_entrypoints.cc2367 bool normal_native = !critical_native && !fast_native; local
2394 DCHECK(normal_native) << " @FastNative and synchronize is not supported";
2405 DCHECK(normal_native);

Completed in 44 milliseconds