Searched defs:c_code (Results 1 - 5 of 5) sorted by relevance

/art/compiler/dex/quick/mips/
H A Dint_mips.cc369 LIR* MipsMir2Lir::OpDecAndBranch(ConditionCode c_code, RegStorage reg, LIR* target) { argument
371 return OpCmpImmBranch(c_code, reg, 0, target);
/art/compiler/dex/quick/arm/
H A Dint_arm.cc1094 LIR* ArmMir2Lir::OpDecAndBranch(ConditionCode c_code, RegStorage reg, LIR* target) { argument
1098 return OpCondBranch(c_code, target);
/art/compiler/dex/quick/arm64/
H A Dint_arm64.cc942 LIR* Arm64Mir2Lir::OpDecAndBranch(ConditionCode c_code, RegStorage reg, LIR* target) { argument
949 return OpCondBranch(c_code, target);
/art/compiler/dex/quick/
H A Dgen_common.cc56 void Mir2Lir::GenDivZeroCheck(ConditionCode c_code) { argument
57 LIR* branch = OpCondBranch(c_code, nullptr);
/art/compiler/dex/quick/x86/
H A Dint_x86.cc1236 LIR* X86Mir2Lir::OpDecAndBranch(ConditionCode c_code, RegStorage reg, LIR* target) { argument
1238 return OpCondBranch(c_code, target);

Completed in 72 milliseconds