Searched refs:IsSafeCast (Results 1 – 5 of 5) sorted by relevance
67 bool IsSafeCast(uint32_t pc) const;
81 bool VerifiedMethod::IsSafeCast(uint32_t pc) const { in IsSafeCast() function in art::VerifiedMethod
223 if (!driver_.IsSafeCast(&unit_, dex_pc)) { in CompileCheckCast()
383 bool IsSafeCast(const DexCompilationUnit* mUnit, uint32_t dex_pc);
1837 bool CompilerDriver::IsSafeCast(const DexCompilationUnit* mUnit, uint32_t dex_pc) { in IsSafeCast() function in art::CompilerDriver1843 bool result = mUnit->GetVerifiedMethod()->IsSafeCast(dex_pc); in IsSafeCast()