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