Home
last modified time | relevance | path

Searched refs:is_fast (Results 1 – 4 of 4) sorted by relevance

/art/runtime/entrypoints/quick/
Dquick_jni_entrypoints.cc52 bool is_fast = native_method->IsFastNative(); in GoToRunnable() local
53 if (!is_fast) { in GoToRunnable()
/art/runtime/mirror/
Dart_method.cc353 void ArtMethod::RegisterNative(Thread* self, const void* native_method, bool is_fast) { in RegisterNative() argument
358 if (is_fast) { in RegisterNative()
Dart_method.h417 void RegisterNative(Thread* self, const void* native_method, bool is_fast)
/art/runtime/
Djni_internal.cc2397 bool is_fast = false; in RegisterNativeMethods() local
2399 is_fast = true; in RegisterNativeMethods()
2424 m->RegisterNative(soa.Self(), fnPtr, is_fast); in RegisterNativeMethods()