Searched refs:CompareAndBranchIfZero (Results 1 – 6 of 6) sorted by relevance
228 void CompareAndBranchIfZero(Register r, Label* label) OVERRIDE;
259 void CompareAndBranchIfZero(Register r, Label* label) OVERRIDE;
607 virtual void CompareAndBranchIfZero(Register r, Label* label) = 0;
1489 void Arm32Assembler::CompareAndBranchIfZero(Register r, Label* label) { in CompareAndBranchIfZero() function in art::arm::Arm32Assembler
2529 void Thumb2Assembler::CompareAndBranchIfZero(Register r, Label* label) { in CompareAndBranchIfZero() function in art::arm::Thumb2Assembler
1477 __ CompareAndBranchIfZero(value, &is_null); in MarkGCCard() local