Home
last modified time | relevance | path

Searched refs:IsSafeCast (Results 1 – 5 of 5) sorted by relevance

/art/compiler/dex/
Dverified_method.h52 bool IsSafeCast(uint32_t pc) const;
Dverified_method.cc53 bool VerifiedMethod::IsSafeCast(uint32_t pc) const { in IsSafeCast() function in art::VerifiedMethod
/art/dex2oat/dex/
Ddex_to_dex_compiler.cc325 if (driver_.IsSafeCast(&unit_, dex_pc)) { in Compile()
397 if (!driver_.IsSafeCast(&unit_, dex_pc)) { in CompileCheckCast()
/art/dex2oat/driver/
Dcompiler_driver.h183 bool IsSafeCast(const DexCompilationUnit* mUnit, uint32_t dex_pc);
Dcompiler_driver.cc1375 bool CompilerDriver::IsSafeCast(const DexCompilationUnit* mUnit, uint32_t dex_pc) { in IsSafeCast() function in art::CompilerDriver
1381 bool result = mUnit->GetVerifiedMethod()->IsSafeCast(dex_pc); in IsSafeCast()