Searched defs:union12 (Results 1 - 1 of 1) sorted by relevance

/external/v8/test/cctest/
H A Dtest-types.cc190 TypeHandle union12 = T.Union(type1, type2); local
192 this->IsBitset(union12));
212 TypeHandle union12 = T.Union(type1, type2); local
214 this->IsBitset(union12));
223 TypeHandle union12 = T.Union(type1, type2); local
227 this->AsBitset(union12));
1410 TypeHandle union12 = T.Union(type1, type2); local
1412 CheckEqual(union12, union21);
1427 TypeHandle union12 = T.Union(type1, type2);
1430 TypeHandle union12_3 = T.Union(union12, type
1442 TypeHandle union12 = T.Union(type1, type2); local
1453 TypeHandle union12 = T.Union(type1, type2); local
[all...]

Completed in 7765 milliseconds