Home
last modified time | relevance | path

Searched refs:OpDecAndBranch (Results 1 – 10 of 10) sorted by relevance

/art/compiler/dex/quick/mips/
Dcodegen_mips.h199 LIR* OpDecAndBranch(ConditionCode c_code, RegStorage reg, LIR* target);
Dint_mips.cc460 LIR* MipsMir2Lir::OpDecAndBranch(ConditionCode c_code, RegStorage reg, LIR* target) { in OpDecAndBranch() function in art::MipsMir2Lir
/art/compiler/dex/quick/arm/
Dcodegen_arm.h201 LIR* OpDecAndBranch(ConditionCode c_code, RegStorage reg, LIR* target);
Dint_arm.cc1182 LIR* ArmMir2Lir::OpDecAndBranch(ConditionCode c_code, RegStorage reg, LIR* target) { in OpDecAndBranch() function in art::ArmMir2Lir
/art/compiler/dex/quick/arm64/
Dcodegen_arm64.h205 LIR* OpDecAndBranch(ConditionCode c_code, RegStorage reg, LIR* target) OVERRIDE;
Dint_arm64.cc1025 LIR* Arm64Mir2Lir::OpDecAndBranch(ConditionCode c_code, RegStorage reg, LIR* target) { in OpDecAndBranch() function in art::Arm64Mir2Lir
/art/compiler/dex/quick/x86/
Dcodegen_x86.h298 LIR* OpDecAndBranch(ConditionCode c_code, RegStorage reg, LIR* target) OVERRIDE;
Dint_x86.cc1593 LIR* X86Mir2Lir::OpDecAndBranch(ConditionCode c_code, RegStorage reg, LIR* target) { in OpDecAndBranch() function in art::X86Mir2Lir
/art/compiler/dex/quick/
Dmir_to_lir.h1410 virtual LIR* OpDecAndBranch(ConditionCode c_code, RegStorage reg, LIR* target) = 0;
Dgen_common.cc620 OpDecAndBranch(kCondGe, r_idx, loop_head_target); in GenFilledNewArray()