HomeSort by relevance Sort by last modified time
    Searched refs:IsFastNative (Results 1 - 7 of 7) sorted by null

  /art/runtime/native/
scoped_fast_native_object_access-inl.h 30 DCHECK((*Self()->GetManagedStack()->GetTopQuickFrame())->IsFastNative());
  /art/runtime/entrypoints/quick/
quick_jni_entrypoints.cc 59 CHECK(native_method->IsFastNative()) << native_method->PrettyMethod();
74 DCHECK(!native_method->IsFastNative() || native_method->IsSynchronized());
75 if (!native_method->IsFastNative()) {
90 bool is_fast = native_method->IsFastNative();
102 CHECK(native_method->IsFastNative()) << native_method->PrettyMethod();
201 bool fast_native = called->IsFastNative();
quick_trampoline_entrypoints.cc     [all...]
  /art/runtime/
art_method-inl.h 466 bool is_fast_native = IsFastNative();
480 DCHECK_EQ(is_fast_native, IsFastNative());
art_method.h 266 bool IsFastNative() {
    [all...]
  /art/compiler/jni/
jni_compiler_test.cc     [all...]
  /art/runtime/jit/
jit_code_cache.cc 64 is_fast_native_(method->IsFastNative()),
    [all...]

Completed in 124 milliseconds