Home
last modified time | relevance | path

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

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