Searched refs:CompareAndBranchIfZero (Results 1 – 6 of 6) sorted by relevance
233 void CompareAndBranchIfZero(Register r, Label* label) OVERRIDE;
272 void CompareAndBranchIfZero(Register r, Label* label) OVERRIDE;
654 virtual void CompareAndBranchIfZero(Register r, Label* label) = 0;
1604 void Arm32Assembler::CompareAndBranchIfZero(Register r, Label* label) { in CompareAndBranchIfZero() function in art::arm::Arm32Assembler
2720 void Thumb2Assembler::CompareAndBranchIfZero(Register r, Label* label) { in CompareAndBranchIfZero() function in art::arm::Thumb2Assembler
3497 __ CompareAndBranchIfZero(value, &is_null); in MarkGCCard() local