Home
last modified time | relevance | path

Searched defs:check_value (Results 1 – 6 of 6) sorted by relevance

/art/compiler/dex/quick/x86/
Dutility_x86.cc946 int offset, int check_value, LIR* target, LIR** compare) { in OpCmpMemImmBranch()
Dint_x86.cc109 int check_value, LIR* target) { in OpCmpImmBranch()
/art/compiler/dex/quick/arm64/
Dint_arm64.cc268 LIR* Arm64Mir2Lir::OpCmpImmBranch(ConditionCode cond, RegStorage reg, int check_value, in OpCmpImmBranch()
301 RegStorage base_reg, int offset, int check_value, in OpCmpMemImmBranch()
/art/compiler/dex/quick/mips/
Dint_mips.cc149 LIR* MipsMir2Lir::OpCmpImmBranch(ConditionCode cond, RegStorage reg, int check_value, LIR* target) { in OpCmpImmBranch()
/art/compiler/dex/quick/
Dcodegen_util.cc1258 int offset, int check_value, LIR* target, LIR** compare) { in OpCmpMemImmBranch()
/art/compiler/dex/quick/arm/
Dint_arm.cc380 LIR* ArmMir2Lir::OpCmpImmBranch(ConditionCode cond, RegStorage reg, int check_value, LIR* target) { in OpCmpImmBranch()