Lines Matching refs:true_value
377 Node* true_value = __ HeapConstant(isolate_->factory()->true_value()); in DoLdaTrue() local
378 __ SetAccumulator(true_value); in DoLdaTrue()
1541 Node* true_value = __ BooleanConstant(true); in DoToBooleanLogicalNot() local
1551 result.Bind(true_value); in DoToBooleanLogicalNot()
1567 Node* true_value = __ BooleanConstant(true); in DoLogicalNot() local
1569 __ Branch(__ WordEqual(value, true_value), &if_true, &if_false); in DoLogicalNot()
1581 result.Bind(true_value); in DoLogicalNot()
1873 Node* true_value = __ BooleanConstant(true); in DoJumpIfTrue() local
1874 __ JumpIfWordEqual(accumulator, true_value, relative_jump); in DoJumpIfTrue()
1885 Node* true_value = __ BooleanConstant(true); in DoJumpIfTrueConstant() local
1886 __ JumpIfWordEqual(accumulator, true_value, relative_jump); in DoJumpIfTrueConstant()