Home
last modified time | relevance | path

Searched refs:GenNullCheck (Results 1 – 10 of 10) sorted by relevance

/art/compiler/dex/quick/arm/
Dcall_arm.cc194 GenNullCheck(rs_r0, opt_flags); in GenMonitorEnter()
283 GenNullCheck(rs_r0, opt_flags); in GenMonitorExit()
Dint_arm.cc1399 GenNullCheck(rl_array.reg, opt_flags); in GenArrayGet()
1497 GenNullCheck(rl_array.reg, opt_flags); in GenArrayPut()
/art/compiler/dex/quick/
Dgen_invoke.cc495 cg->GenNullCheck(cg->TargetReg(kArg1, kRef), info->opt_flags); in CommonCallCodeLoadClassIntoArg0()
977 GenNullCheck(rl_obj.reg, info->opt_flags); in GenInlinedReferenceGetReferent()
1000 GenNullCheck(rl_obj.reg, info->opt_flags); in GenInlinedCharAt()
1092 GenNullCheck(rl_obj.reg, info->opt_flags); in GenInlinedStringIsEmptyOrLength()
Dgen_common.cc269 LIR* Mir2Lir::GenNullCheck(RegStorage reg) { in GenNullCheck() function in art::Mir2Lir
290 LIR* Mir2Lir::GenNullCheck(RegStorage m_reg, int opt_flags) { in GenNullCheck() function in art::Mir2Lir
306 return GenNullCheck(m_reg); in GenExplicitNullCheck()
877 GenNullCheck(rl_obj.reg, opt_flags); in GenIGet()
962 GenNullCheck(rl_obj.reg, opt_flags); in GenIPut()
Dmir_to_lir.h805 LIR* GenNullCheck(RegStorage reg);
810 LIR* GenNullCheck(RegStorage m_reg, int opt_flags);
Dmir_to_lir.cc635 GenNullCheck(rl_src[0].reg, opt_flags); in CompileDalvikInstruction()
/art/compiler/dex/quick/mips/
Dint_mips.cc685 GenNullCheck(rl_array.reg, opt_flags); in GenArrayGet()
778 GenNullCheck(rl_array.reg, opt_flags); in GenArrayPut()
/art/compiler/dex/quick/arm64/
Dint_arm64.cc1204 GenNullCheck(rl_array.reg, opt_flags); in GenArrayGet()
1290 GenNullCheck(rl_array.reg, opt_flags); in GenArrayPut()
/art/compiler/dex/quick/x86/
Dtarget_x86.cc1287 GenNullCheck(rs_rDX, info->opt_flags); in GenInlinedIndexOf()
2427 GenNullCheck(rl_obj.reg, info->opt_flags); in GenInlinedCharAt()
Dint_x86.cc2472 GenNullCheck(rl_array.reg, opt_flags); in GenArrayGet()
2520 GenNullCheck(rl_array.reg, opt_flags); in GenArrayPut()