Lines Matching refs:access_flags
420 uint32_t access_flags, in CompileMethodHarness() argument
437 access_flags, in CompileMethodHarness()
469 uint32_t access_flags, in CompileMethodDex2Dex() argument
480 uint32_t access_flags, in CompileMethodDex2Dex()
501 access_flags, in CompileMethodDex2Dex()
516 access_flags, in CompileMethodDex2Dex()
531 uint32_t access_flags, in CompileMethodQuick() argument
543 uint32_t access_flags, in CompileMethodQuick()
555 if ((access_flags & kAccNative) != 0) { in CompileMethodQuick()
562 access_flags |= annotations::GetNativeMethodAnnotationAccessFlags( in CompileMethodQuick()
566 access_flags, method_idx, dex_file, dex_cache); in CompileMethodQuick()
569 } else if ((access_flags & kAccAbstract) != 0) { in CompileMethodQuick()
577 results->IsCandidateForCompilation(method_ref, access_flags) && in CompileMethodQuick()
590 access_flags, in CompileMethodQuick()
634 access_flags, in CompileMethodQuick()