Searched refs:IsSafeCast (Results 1 – 8 of 8) sorted by relevance
71 bool IsSafeCast(uint32_t pc) const;
204 if (!driver_.IsSafeCast(&unit_, dex_pc)) { in CompileCheckCast()
85 bool VerifiedMethod::IsSafeCast(uint32_t pc) const { in IsSafeCast() function in art::VerifiedMethod
383 bool IsSafeCast(const DexCompilationUnit* mUnit, uint32_t dex_pc);
1557 bool CompilerDriver::IsSafeCast(const DexCompilationUnit* mUnit, uint32_t dex_pc) { in IsSafeCast() function in art::CompilerDriver1563 bool result = mUnit->GetVerifiedMethod()->IsSafeCast(dex_pc); in IsSafeCast()
758 is_safe = cu_->compiler_driver->IsSafeCast(unit, mir->offset); in CompileDalvikInstruction()
1155 cu_->compiler_driver->IsSafeCast( in AnalyzeMIR()
1353 if (!needs_access_check && cu_->compiler_driver->IsSafeCast(cu, insn_idx)) { in GenCheckCast()