Searched defs:IsSafeCast (Results 1 – 2 of 2) sorted by relevance
/art/compiler/dex/ | ||
D | verified_method.cc | 53 bool VerifiedMethod::IsSafeCast(uint32_t pc) const { in IsSafeCast() function in art::VerifiedMethod |
/art/dex2oat/driver/ | ||
D | compiler_driver.cc | 1375 bool CompilerDriver::IsSafeCast(const DexCompilationUnit* mUnit, uint32_t dex_pc) { in IsSafeCast() function in art::CompilerDriver |