Home
last modified time | relevance | path

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

/art/compiler/dex/quick/mips/
Dint_mips.cc460 LIR* MipsMir2Lir::OpDecAndBranch(ConditionCode c_code, RegStorage reg, LIR* target) { in OpDecAndBranch()
/art/compiler/dex/quick/arm/
Dint_arm.cc1182 LIR* ArmMir2Lir::OpDecAndBranch(ConditionCode c_code, RegStorage reg, LIR* target) { in OpDecAndBranch()
/art/compiler/dex/quick/arm64/
Dint_arm64.cc1025 LIR* Arm64Mir2Lir::OpDecAndBranch(ConditionCode c_code, RegStorage reg, LIR* target) { in OpDecAndBranch()
/art/compiler/dex/quick/
Dgen_common.cc186 void Mir2Lir::GenDivZeroCheck(ConditionCode c_code) { in GenDivZeroCheck()
/art/compiler/dex/quick/x86/
Dint_x86.cc1593 LIR* X86Mir2Lir::OpDecAndBranch(ConditionCode c_code, RegStorage reg, LIR* target) { in OpDecAndBranch()