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

/art/runtime/entrypoints/quick/
H A Dquick_jni_entrypoints.cc205 bool normal_native = !critical_native && !fast_native; variable
208 if (LIKELY(normal_native)) {
217 DCHECK(normal_native) << " @FastNative and synchronize is not supported";
224 DCHECK(normal_native) << " @FastNative and synchronize is not supported";
H A Dquick_trampoline_entrypoints.cc2108 bool normal_native = !critical_native && !fast_native; local
2137 DCHECK(normal_native) << " @FastNative and synchronize is not supported";
2148 DCHECK(normal_native);

Completed in 115 milliseconds