Lines Matching refs:access_flags
424 uint32_t access_flags, in CompileMethodHarness() argument
441 access_flags, in CompileMethodHarness()
473 uint32_t access_flags, in CompileMethodDex2Dex() argument
484 uint32_t access_flags, in CompileMethodDex2Dex()
505 access_flags, in CompileMethodDex2Dex()
520 access_flags, in CompileMethodDex2Dex()
535 uint32_t access_flags, in CompileMethodQuick() argument
547 uint32_t access_flags, in CompileMethodQuick()
559 if ((access_flags & kAccNative) != 0) { in CompileMethodQuick()
566 access_flags |= annotations::GetNativeMethodAnnotationAccessFlags( in CompileMethodQuick()
570 access_flags, method_idx, dex_file, dex_cache); in CompileMethodQuick()
573 } else if ((access_flags & kAccAbstract) != 0) { in CompileMethodQuick()
581 results->IsCandidateForCompilation(method_ref, access_flags) && in CompileMethodQuick()
594 access_flags, in CompileMethodQuick()
638 access_flags, in CompileMethodQuick()