Home
last modified time | relevance | path

Searched defs:IsSafeCast (Results 1 – 2 of 2) sorted by relevance

/art/compiler/dex/
Dverified_method.cc53 bool VerifiedMethod::IsSafeCast(uint32_t pc) const { in IsSafeCast() function in art::VerifiedMethod
/art/dex2oat/driver/
Dcompiler_driver.cc1429 bool CompilerDriver::IsSafeCast(const DexCompilationUnit* mUnit, uint32_t dex_pc) { in IsSafeCast() function in art::CompilerDriver