Lines Matching refs:access_flags
458 uint32_t access_flags, in CompileMethodHarness() argument
476 access_flags, in CompileMethodHarness()
520 uint32_t access_flags, in CompileMethodDex2Dex() argument
532 uint32_t access_flags, in CompileMethodDex2Dex()
554 access_flags, in CompileMethodDex2Dex()
569 access_flags, in CompileMethodDex2Dex()
585 uint32_t access_flags, in CompileMethodQuick() argument
598 uint32_t access_flags, in CompileMethodQuick()
611 if ((access_flags & kAccNative) != 0) { in CompileMethodQuick()
618 access_flags |= annotations::GetNativeMethodAnnotationAccessFlags( in CompileMethodQuick()
622 access_flags, method_idx, dex_file, dex_cache); in CompileMethodQuick()
625 } else if ((access_flags & kAccAbstract) != 0) { in CompileMethodQuick()
633 results->IsCandidateForCompilation(method_ref, access_flags) && in CompileMethodQuick()
647 access_flags, in CompileMethodQuick()
668 access_flags, in CompileMethodQuick()
686 uint32_t access_flags = method->GetAccessFlags(); in CompileOne() local
724 access_flags, in CompileOne()
740 access_flags, in CompileOne()