Searched refs:CanAccessTypeWithoutChecks (Results 1 – 4 of 4) sorted by relevance
/art/compiler/dex/quick/ |
D | gen_common.cc | 358 if (cu_->compiler_driver->CanAccessTypeWithoutChecks(cu_->method_idx, *dex_file, type_idx)) { in GenNewArray() 397 if (cu_->compiler_driver->CanAccessTypeWithoutChecks(cu_->method_idx, *cu_->dex_file, in GenFilledNewArray() 826 if (!cu_->compiler_driver->CanAccessTypeWithoutChecks(cu_->method_idx, in GenConstClass() 1207 bool needs_access_check = !cu_->compiler_driver->CanAccessTypeWithoutChecks(cu_->method_idx, in GenInstanceof() 1227 bool needs_access_check = !cu_->compiler_driver->CanAccessTypeWithoutChecks(cu_->method_idx, in GenCheckCast()
|
/art/compiler/driver/ |
D | compiler_driver.h | 205 bool CanAccessTypeWithoutChecks(uint32_t referrer_idx, const DexFile& dex_file,
|
D | compiler_driver.cc | 870 bool CompilerDriver::CanAccessTypeWithoutChecks(uint32_t referrer_idx, const DexFile& dex_file, in CanAccessTypeWithoutChecks() function in art::CompilerDriver
|
/art/compiler/llvm/ |
D | gbc_expander.cc | 1733 if (!driver_->CanAccessTypeWithoutChecks(dex_compilation_unit_->GetDexMethodIndex(), in EmitLoadConstantClass() 2450 driver_->CanAccessTypeWithoutChecks(dex_compilation_unit_->GetDexMethodIndex(), in EmitAllocNewArray()
|