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

/art/compiler/dex/
H A Dverified_method.h67 bool IsSafeCast(uint32_t pc) const;
H A Dverified_method.cc81 bool VerifiedMethod::IsSafeCast(uint32_t pc) const { function in class:art::VerifiedMethod
H A Ddex_to_dex_compiler.cc223 if (!driver_.IsSafeCast(&unit_, dex_pc)) {
/art/compiler/driver/
H A Dcompiler_driver.h383 bool IsSafeCast(const DexCompilationUnit* mUnit, uint32_t dex_pc);
H A Dcompiler_driver.cc1837 bool CompilerDriver::IsSafeCast(const DexCompilationUnit* mUnit, uint32_t dex_pc) { function in class:art::CompilerDriver
1843 bool result = mUnit->GetVerifiedMethod()->IsSafeCast(dex_pc);

Completed in 213 milliseconds