Searched refs:IsSafeCast (Results 1 – 7 of 7) sorted by relevance
63 bool IsSafeCast(uint32_t pc) const;
179 if (!driver_.IsSafeCast(&unit_, dex_pc)) { in CompileCheckCast()
75 bool VerifiedMethod::IsSafeCast(uint32_t pc) const { in IsSafeCast() function in art::VerifiedMethod
331 bool IsSafeCast(const DexCompilationUnit* mUnit, uint32_t dex_pc);
1350 bool CompilerDriver::IsSafeCast(const DexCompilationUnit* mUnit, uint32_t dex_pc) { in IsSafeCast() function in art::CompilerDriver1356 bool result = mUnit->GetVerifiedMethod()->IsSafeCast(dex_pc); in IsSafeCast()
712 is_safe = cu_->compiler_driver->IsSafeCast(unit, mir->offset); in CompileDalvikInstruction()
1236 if (!needs_access_check && cu_->compiler_driver->IsSafeCast(cu, insn_idx)) { in GenCheckCast()