Home
last modified time | relevance | path

Searched refs:IsFastNative (Results 1 – 5 of 5) sorted by relevance

/art/runtime/native/
Dscoped_fast_native_object_access.h34 DCHECK((*Self()->GetManagedStack()->GetTopQuickFrame())->IsFastNative()); in ScopedFastNativeObjectAccess()
/art/runtime/entrypoints/quick/
Dquick_jni_entrypoints.cc39 if (!native_method->IsFastNative()) { in JniMethodStart()
54 bool is_fast = native_method->IsFastNative(); in GoToRunnable()
/art/runtime/
Dart_method.cc317 CHECK(!IsFastNative()) << PrettyMethod(this); in RegisterNative()
326 CHECK(IsNative() && !IsFastNative()) << PrettyMethod(this); in UnregisterNative()
Dart_method.h330 bool IsFastNative() { in IsFastNative() function
Dutils.cc361 if (UNLIKELY(m->IsFastNative())) { in PrettyMethod()