Home
last modified time | relevance | path

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

/art/runtime/entrypoints/quick/
Dquick_jni_entrypoints.cc37 if (!native_method->IsFastNative()) { in JniMethodStart()
52 bool is_fast = native_method->IsFastNative(); in GoToRunnable()
/art/runtime/native/
Dscoped_fast_native_object_access.h34 DCHECK(Self()->GetManagedStack()->GetTopQuickFrame()->AsMirrorPtr()->IsFastNative()); in ScopedFastNativeObjectAccess()
/art/runtime/mirror/
Dart_method.cc356 CHECK(!IsFastNative()) << PrettyMethod(this); in RegisterNative()
365 CHECK(IsNative() && !IsFastNative()) << PrettyMethod(this); in UnregisterNative()
Dart_method.h127 bool IsFastNative() SHARED_LOCKS_REQUIRED(Locks::mutator_lock_) { in IsFastNative() function
/art/runtime/
Dutils.cc376 if (UNLIKELY(m->IsFastNative())) { in PrettyMethod()