Home
last modified time | relevance | path

Searched refs:expectations2 (Results 1 – 2 of 2) sorted by relevance

/external/v8/test/cctest/
Dtest-field-type-tracking.cc956 Expectations expectations2(isolate); in TestReconfigureDataFieldAttribute_GeneralizeRepresentation() local
960 map2 = expectations2.FollowDataTransition(map2, NONE, from_representation, in TestReconfigureDataFieldAttribute_GeneralizeRepresentation()
964 expectations2.AddDataField(map2, READ_ONLY, to_representation, to_type); in TestReconfigureDataFieldAttribute_GeneralizeRepresentation()
967 map2 = expectations2.AddDataField(map2, NONE, to_representation, to_type); in TestReconfigureDataFieldAttribute_GeneralizeRepresentation()
971 CHECK(expectations2.Check(*map2)); in TestReconfigureDataFieldAttribute_GeneralizeRepresentation()
988 CHECK(expectations2.Check(*map2)); in TestReconfigureDataFieldAttribute_GeneralizeRepresentation()
1041 Expectations expectations2(isolate); in TestReconfigureDataFieldAttribute_GeneralizeRepresentationTrivial() local
1045 map2 = expectations2.FollowDataTransition(map2, NONE, from_representation, in TestReconfigureDataFieldAttribute_GeneralizeRepresentationTrivial()
1049 expectations2.AddDataField(map2, READ_ONLY, to_representation, to_type); in TestReconfigureDataFieldAttribute_GeneralizeRepresentationTrivial()
1052 map2 = expectations2.AddDataField(map2, NONE, to_representation, to_type); in TestReconfigureDataFieldAttribute_GeneralizeRepresentationTrivial()
[all …]
Dtest-parsing.cc791 i::Token::Value expectations2[] = { in TEST() local
804 TestStreamScanner(&stream2, expectations2, 20, 37); in TEST()