Home
last modified time | relevance | path

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

/art/compiler/dex/quick/arm/
Dcall_arm.cc222 GenNullCheck(rs_r0, opt_flags); in GenMonitorEnter()
290 GenNullCheck(rs_r0, opt_flags); in GenMonitorExit()
Dint_arm.cc1317 GenNullCheck(rl_array.reg, opt_flags); in GenArrayGet()
1417 GenNullCheck(rl_array.reg, opt_flags); in GenArrayPut()
/art/compiler/dex/quick/mips/
Dint_mips.cc503 GenNullCheck(rl_array.reg, opt_flags); in GenArrayGet()
583 GenNullCheck(rl_array.reg, opt_flags); in GenArrayPut()
/art/compiler/dex/quick/
Dgen_invoke.cc468 cg->GenNullCheck(cg->TargetReg(kArg1, kRef), info->opt_flags); in CommonCallCodeLoadClassIntoArg0()
1219 GenNullCheck(rl_obj.reg, info->opt_flags); in GenInlinedReferenceGetReferent()
1250 GenNullCheck(rl_obj.reg, info->opt_flags); in GenInlinedCharAt()
1306 GenNullCheck(rl_obj.reg, info->opt_flags); in GenInlinedStringIsEmptyOrLength()
1705 GenNullCheck(rl_obj.reg); in GenInvoke()
Dgen_common.cc138 LIR* Mir2Lir::GenNullCheck(RegStorage reg) { in GenNullCheck() function in art::Mir2Lir
159 LIR* Mir2Lir::GenNullCheck(RegStorage m_reg, int opt_flags) { in GenNullCheck() function in art::Mir2Lir
175 return GenNullCheck(m_reg); in GenExplicitNullCheck()
733 GenNullCheck(rl_obj.reg, opt_flags); in GenIGet()
786 GenNullCheck(rl_obj.reg, opt_flags); in GenIPut()
Dmir_to_lir.h833 LIR* GenNullCheck(RegStorage reg);
838 LIR* GenNullCheck(RegStorage m_reg, int opt_flags);
Dmir_to_lir.cc558 GenNullCheck(rl_src[0].reg, opt_flags); in CompileDalvikInstruction()
/art/compiler/dex/quick/arm64/
Dint_arm64.cc1125 GenNullCheck(rl_array.reg, opt_flags); in GenArrayGet()
1234 GenNullCheck(rl_array.reg, opt_flags); in GenArrayPut()
/art/compiler/dex/quick/x86/
Dtarget_x86.cc1287 GenNullCheck(rs_rDX, info->opt_flags); in GenInlinedIndexOf()
2846 GenNullCheck(rl_obj.reg, info->opt_flags); in GenInlinedCharAt()
Dint_x86.cc2088 GenNullCheck(rl_array.reg, opt_flags); in GenArrayGet()
2136 GenNullCheck(rl_array.reg, opt_flags); in GenArrayPut()