Home
last modified time | relevance | path

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

/art/compiler/dex/
Dverified_method.h71 bool IsSafeCast(uint32_t pc) const;
Ddex_to_dex_compiler.cc204 if (!driver_.IsSafeCast(&unit_, dex_pc)) { in CompileCheckCast()
Dverified_method.cc85 bool VerifiedMethod::IsSafeCast(uint32_t pc) const { in IsSafeCast() function in art::VerifiedMethod
/art/compiler/driver/
Dcompiler_driver.h383 bool IsSafeCast(const DexCompilationUnit* mUnit, uint32_t dex_pc);
Dcompiler_driver.cc1557 bool CompilerDriver::IsSafeCast(const DexCompilationUnit* mUnit, uint32_t dex_pc) { in IsSafeCast() function in art::CompilerDriver
1563 bool result = mUnit->GetVerifiedMethod()->IsSafeCast(dex_pc); in IsSafeCast()
/art/compiler/dex/quick/
Dmir_to_lir.cc758 is_safe = cu_->compiler_driver->IsSafeCast(unit, mir->offset); in CompileDalvikInstruction()
Dralloc_util.cc1155 cu_->compiler_driver->IsSafeCast( in AnalyzeMIR()
Dgen_common.cc1353 if (!needs_access_check && cu_->compiler_driver->IsSafeCast(cu, insn_idx)) { in GenCheckCast()