Home | History | Annotate | Download | only in src

Lines Matching refs:hint

260 void JumpTarget::Branch(Condition cc, Hint hint) {
261 DoBranch(cc, hint);
280 void JumpTarget::Branch(Condition cc, Result* arg, Hint hint) {
288 DoBranch(cc, hint);
295 void BreakTarget::Branch(Condition cc, Result* arg, Hint hint) {
306 fall_through.Branch(NegateCondition(cc), NegateHint(hint));
312 DoBranch(cc, hint);
368 void BreakTarget::Branch(Condition cc, Hint hint) {
379 fall_through.Branch(NegateCondition(cc), NegateHint(hint));
383 DoBranch(cc, hint);