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

  /art/runtime/entrypoints/quick/
quick_jni_entrypoints.cc 203 bool critical_native = called->IsAnnotatedWithCriticalNative();
quick_trampoline_entrypoints.cc     [all...]
  /art/runtime/
art_method.h 304 bool IsAnnotatedWithCriticalNative();
art_method.cc 424 bool ArtMethod::IsAnnotatedWithCriticalNative() {
    [all...]
  /art/compiler/jni/
jni_compiler_test.cc     [all...]
  /art/compiler/driver/
compiler_driver.cc 559 CHECK(!method->IsAnnotatedWithCriticalNative());
561 } else if (method->IsAnnotatedWithCriticalNative()) {
    [all...]

Completed in 648 milliseconds