Searched defs:EmitBranch (Results 1 – 4 of 4) sorted by relevance
| /art/compiler/utils/arm/ | ||
| D | assembler_arm32.cc | 709 void Arm32Assembler::EmitBranch(Condition cond, Label* label, bool link) { in EmitBranch() function in art::arm::Arm32Assembler |
| D | assembler_thumb2.cc | 2546 void Thumb2Assembler::EmitBranch(Condition cond, Label* label, bool link, bool x) { in EmitBranch() function in art::arm::Thumb2Assembler |
| /art/compiler/utils/mips64/ | ||
| D | assembler_mips64.cc | 1689 void Mips64Assembler::EmitBranch(Mips64Assembler::Branch* branch) { in EmitBranch() function in art::mips64::Mips64Assembler |
| /art/compiler/utils/mips/ | ||
| D | assembler_mips.cc | 2029 void MipsAssembler::EmitBranch(MipsAssembler::Branch* branch) { in EmitBranch() function in art::mips::MipsAssembler |