Searched refs:expected_map (Results 1 – 6 of 6) sorted by relevance
33 SpecIdToValueStrMap expected_map; member46 EXPECT_THAT(*actual_map, Eq(tc.expected_map)); in TEST_P()
91 bool MapInference::Is(const MapRef& expected_map) { in Is() argument95 return maps[0].equals(expected_map); in Is()
58 V8_WARN_UNUSED_RESULT bool Is(const MapRef& expected_map);
3871 TNode<Map> expected_map = LoadMap(CAST(cell_contents)); in StoreGlobalIC_PropertyCellCase() local3873 GotoIfNot(TaggedEqual(expected_map, map), miss); in StoreGlobalIC_PropertyCellCase()