Searched refs:CompareAndBranchIfNonZero (Results 1 - 5 of 5) sorted by relevance

/art/compiler/utils/arm/
H A Dassembler_arm32.h234 void CompareAndBranchIfNonZero(Register r, Label* label) OVERRIDE;
H A Dassembler_thumb2.h273 void CompareAndBranchIfNonZero(Register r, Label* label) OVERRIDE;
H A Dassembler_arm.h655 virtual void CompareAndBranchIfNonZero(Register r, Label* label) = 0;
H A Dassembler_arm32.cc1610 void Arm32Assembler::CompareAndBranchIfNonZero(Register r, Label* label) { function in class:art::arm::Arm32Assembler
H A Dassembler_thumb2.cc2730 void Thumb2Assembler::CompareAndBranchIfNonZero(Register r, Label* label) { function in class:art::arm::Thumb2Assembler

Completed in 34 milliseconds