Home | History | Annotate | Download | only in mips

Lines Matching refs:ToBooleanStub

1482       ToBooleanStub::Types expected = instr->hydrogen()->expected_input_types();
1484 if (expected.IsEmpty()) expected = ToBooleanStub::all_types();
1486 if (expected.Contains(ToBooleanStub::UNDEFINED)) {
1491 if (expected.Contains(ToBooleanStub::BOOLEAN)) {
1498 if (expected.Contains(ToBooleanStub::NULL_TYPE)) {
1504 if (expected.Contains(ToBooleanStub::SMI)) {
1525 if (expected.Contains(ToBooleanStub::SPEC_OBJECT)) {
1531 if (expected.Contains(ToBooleanStub::STRING)) {
1542 if (expected.Contains(ToBooleanStub::HEAP_NUMBER)) {