Searched refs:CompareAndBranchIfNonZero (Results 1 – 5 of 5) sorted by relevance
234 void CompareAndBranchIfNonZero(Register r, Label* label) OVERRIDE;
273 void CompareAndBranchIfNonZero(Register r, Label* label) OVERRIDE;
655 virtual void CompareAndBranchIfNonZero(Register r, Label* label) = 0;
1610 void Arm32Assembler::CompareAndBranchIfNonZero(Register r, Label* label) { in CompareAndBranchIfNonZero() function in art::arm::Arm32Assembler
2730 void Thumb2Assembler::CompareAndBranchIfNonZero(Register r, Label* label) { in CompareAndBranchIfNonZero() function in art::arm::Thumb2Assembler