Home | History | Annotate | Download | only in quick

Lines Matching refs:needs_access_check

1081 void Mir2Lir::GenInstanceofCallingHelper(bool needs_access_check, bool type_known_final,
1094 if (needs_access_check) {
1207 bool needs_access_check = !cu_->compiler_driver->CanAccessTypeWithoutChecks(cu_->method_idx,
1213 bool can_assume_type_is_in_dex_cache = !needs_access_check &&
1219 GenInstanceofCallingHelper(needs_access_check, type_known_final, type_known_abstract,
1227 bool needs_access_check = !cu_->compiler_driver->CanAccessTypeWithoutChecks(cu_->method_idx,
1236 if (!needs_access_check && cu_->compiler_driver->IsSafeCast(cu, insn_idx)) {
1246 if (needs_access_check) {