Searched refs:GenNullCheck (Results 1 – 10 of 10) sorted by relevance
/art/compiler/dex/quick/arm/ |
D | call_arm.cc | 222 GenNullCheck(rs_r0, opt_flags); in GenMonitorEnter() 290 GenNullCheck(rs_r0, opt_flags); in GenMonitorExit()
|
D | int_arm.cc | 1317 GenNullCheck(rl_array.reg, opt_flags); in GenArrayGet() 1417 GenNullCheck(rl_array.reg, opt_flags); in GenArrayPut()
|
/art/compiler/dex/quick/mips/ |
D | int_mips.cc | 503 GenNullCheck(rl_array.reg, opt_flags); in GenArrayGet() 583 GenNullCheck(rl_array.reg, opt_flags); in GenArrayPut()
|
/art/compiler/dex/quick/ |
D | gen_invoke.cc | 468 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()
|
D | gen_common.cc | 138 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()
|
D | mir_to_lir.h | 833 LIR* GenNullCheck(RegStorage reg); 838 LIR* GenNullCheck(RegStorage m_reg, int opt_flags);
|
D | mir_to_lir.cc | 558 GenNullCheck(rl_src[0].reg, opt_flags); in CompileDalvikInstruction()
|
/art/compiler/dex/quick/arm64/ |
D | int_arm64.cc | 1125 GenNullCheck(rl_array.reg, opt_flags); in GenArrayGet() 1234 GenNullCheck(rl_array.reg, opt_flags); in GenArrayPut()
|
/art/compiler/dex/quick/x86/ |
D | target_x86.cc | 1287 GenNullCheck(rs_rDX, info->opt_flags); in GenInlinedIndexOf() 2846 GenNullCheck(rl_obj.reg, info->opt_flags); in GenInlinedCharAt()
|
D | int_x86.cc | 2088 GenNullCheck(rl_array.reg, opt_flags); in GenArrayGet() 2136 GenNullCheck(rl_array.reg, opt_flags); in GenArrayPut()
|