Searched refs:IsSafeCast (Results 1 – 5 of 5) sorted by relevance
52 bool IsSafeCast(uint32_t pc) const;
53 bool VerifiedMethod::IsSafeCast(uint32_t pc) const { in IsSafeCast() function in art::VerifiedMethod
325 if (driver_.IsSafeCast(&unit_, dex_pc)) { in Compile()397 if (!driver_.IsSafeCast(&unit_, dex_pc)) { in CompileCheckCast()
183 bool IsSafeCast(const DexCompilationUnit* mUnit, uint32_t dex_pc);
1375 bool CompilerDriver::IsSafeCast(const DexCompilationUnit* mUnit, uint32_t dex_pc) { in IsSafeCast() function in art::CompilerDriver1381 bool result = mUnit->GetVerifiedMethod()->IsSafeCast(dex_pc); in IsSafeCast()