Home | History | Annotate | Download | only in x64

Lines Matching refs:TrueLabel

2013         __ j(equal, instr->TrueLabel(chunk_));
2028 __ JumpIfSmi(reg, instr->TrueLabel(chunk_));
2050 __ j(above_equal, instr->TrueLabel(chunk_));
2059 __ j(not_zero, instr->TrueLabel(chunk_));
2067 __ j(equal, instr->TrueLabel(chunk_));
2073 __ j(equal, instr->TrueLabel(chunk_));
2085 __ jmp(instr->TrueLabel(chunk_));
2423 EmitClassOfTest(instr->TrueLabel(chunk_), instr->FalseLabel(chunk_),
5270 Label* true_label = instr->TrueLabel(chunk_);