Home
last modified time | relevance | path

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

/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/native/
Dscoped_fast_native_object_access.h34 DCHECK((*Self()->GetManagedStack()->GetTopQuickFrame())->IsFastNative()); in ScopedFastNativeObjectAccess()
/art/runtime/
Dart_method.cc523 CHECK(!IsFastNative()) << PrettyMethod(this); in RegisterNative()
532 CHECK(IsNative() && !IsFastNative()) << PrettyMethod(this); in UnregisterNative()
Dart_method.h147 bool IsFastNative() SHARED_LOCKS_REQUIRED(Locks::mutator_lock_) { in IsFastNative() function
Dutils.cc357 if (UNLIKELY(m->IsFastNative())) { in PrettyMethod()