Searched refs:needs_access_check (Results 1 – 2 of 2) sorted by relevance
/art/compiler/dex/quick/ |
D | gen_common.cc | 1081 void Mir2Lir::GenInstanceofCallingHelper(bool needs_access_check, bool type_known_final, in GenInstanceofCallingHelper() argument 1094 if (needs_access_check) { in GenInstanceofCallingHelper() 1207 bool needs_access_check = !cu_->compiler_driver->CanAccessTypeWithoutChecks(cu_->method_idx, in GenInstanceof() local 1213 bool can_assume_type_is_in_dex_cache = !needs_access_check && in GenInstanceof() 1219 GenInstanceofCallingHelper(needs_access_check, type_known_final, type_known_abstract, in GenInstanceof() 1227 bool needs_access_check = !cu_->compiler_driver->CanAccessTypeWithoutChecks(cu_->method_idx, in GenCheckCast() local 1236 if (!needs_access_check && cu_->compiler_driver->IsSafeCast(cu, insn_idx)) { in GenCheckCast() 1246 if (needs_access_check) { in GenCheckCast()
|
D | mir_to_lir.h | 1525 void GenInstanceofCallingHelper(bool needs_access_check, bool type_known_final,
|