Searched refs:OpCmpMemImmBranch (Results 1 - 8 of 8) sorted by relevance

/art/compiler/dex/quick/arm64/
H A Dcodegen_arm64.h93 LIR* OpCmpMemImmBranch(ConditionCode cond, RegStorage temp_reg, RegStorage base_reg,
H A Dint_arm64.cc287 LIR* Arm64Mir2Lir::OpCmpMemImmBranch(ConditionCode cond, RegStorage temp_reg, function in class:art::Arm64Mir2Lir
/art/compiler/dex/quick/x86/
H A Dcodegen_x86.h780 LIR* OpCmpMemImmBranch(ConditionCode cond, RegStorage temp_reg, RegStorage base_reg,
H A Dutility_x86.cc890 LIR* X86Mir2Lir::OpCmpMemImmBranch(ConditionCode cond, RegStorage temp_reg, RegStorage base_reg, function in class:art::X86Mir2Lir
H A Dtarget_x86.cc2856 range_check_branch = OpCmpMemImmBranch(
/art/compiler/dex/quick/
H A Dgen_common.cc575 LIR* uninit_branch = OpCmpMemImmBranch(kCondLt, r_tmp, r_base,
660 LIR* uninit_branch = OpCmpMemImmBranch(kCondLt, r_tmp, r_base,
H A Dcodegen_util.cc1210 LIR *Mir2Lir::OpCmpMemImmBranch(ConditionCode cond, RegStorage temp_reg, RegStorage base_reg, function in class:art::Mir2Lir
H A Dmir_to_lir.h1138 virtual LIR* OpCmpMemImmBranch(ConditionCode cond, RegStorage temp_reg, RegStorage base_reg,

Completed in 94 milliseconds