Home
last modified time | relevance | path

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

/external/v8/test/cctest/
Dtest-field-type-tracking.cc1294 Expectations expectations1 = expectations; in TestReconfigureProperty_CustomPropertyAfterTargetMap() local
1296 map1 = expectations1.AddDataField(map1, NONE, representation, any_type); in TestReconfigureProperty_CustomPropertyAfterTargetMap()
1298 map1 = config.AddPropertyAtBranch(1, expectations1, map1); in TestReconfigureProperty_CustomPropertyAfterTargetMap()
1300 map1 = expectations1.AddDataField(map1, NONE, representation, any_type); in TestReconfigureProperty_CustomPropertyAfterTargetMap()
1304 CHECK(expectations1.Check(*map1)); in TestReconfigureProperty_CustomPropertyAfterTargetMap()
1335 config.UpdateExpectations(kCustomPropIndex, expectations1); in TestReconfigureProperty_CustomPropertyAfterTargetMap()
1336 checker.Check(map1, new_map, expectations1); in TestReconfigureProperty_CustomPropertyAfterTargetMap()
2100 Expectations expectations1 = expectations; in TestTransitionTo() local
2101 Handle<Map> map1 = transition_op1.DoTransition(expectations1, map); in TestTransitionTo()
2102 CHECK(expectations1.Check(*map1)); in TestTransitionTo()
Dtest-parsing.cc772 i::Token::Value expectations1[] = { in TEST() local
786 TestStreamScanner(&stream1, expectations1, 0, 0); in TEST()