HomeSort by relevance Sort by last modified time
    Searched full:normal_native (Results 1 - 2 of 2) sorted by null

  /art/runtime/entrypoints/quick/
quick_jni_entrypoints.cc 202 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";
quick_trampoline_entrypoints.cc 2367 bool normal_native = !critical_native && !fast_native; local
    [all...]

Completed in 238 milliseconds