Home
last modified time | relevance | path

Searched defs:is_fast (Results 1 – 3 of 3) sorted by relevance

/art/runtime/entrypoints/quick/
Dquick_jni_entrypoints.cc52 bool is_fast = native_method->IsFastNative(); in GoToRunnable() local
/art/runtime/mirror/
Dart_method.cc353 void ArtMethod::RegisterNative(Thread* self, const void* native_method, bool is_fast) { in RegisterNative()
/art/runtime/
Djni_internal.cc2397 bool is_fast = false; in RegisterNativeMethods() local