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

  /art/runtime/native/
scoped_fast_native_object_access-inl.h 30 DCHECK((*Self()->GetManagedStack()->GetTopQuickFrame())->IsAnnotatedWithFastNative());
  /art/runtime/entrypoints/quick/
quick_jni_entrypoints.cc 58 CHECK(native_method->IsAnnotatedWithFastNative()) << native_method->PrettyMethod();
104 CHECK(native_method->IsAnnotatedWithFastNative()) << native_method->PrettyMethod();
204 bool fast_native = called->IsAnnotatedWithFastNative();
quick_trampoline_entrypoints.cc     [all...]
  /art/runtime/
art_method.h 300 bool IsAnnotatedWithFastNative();
art_method.cc 418 bool ArtMethod::IsAnnotatedWithFastNative() {
    [all...]
  /art/compiler/jni/
jni_compiler_test.cc     [all...]
  /art/compiler/driver/
compiler_driver.cc 557 } else if (method->IsAnnotatedWithFastNative()) {
563 CHECK(!method->IsAnnotatedWithFastNative());
    [all...]

Completed in 356 milliseconds