Searched refs:kTypes (Results 1 – 3 of 3) sorted by relevance
11 static const HType kTypes[] = { variable17 static const int kNumberOfTypes = sizeof(kTypes) / sizeof(kTypes[0]);23 CHECK(i == j || !kTypes[i].Equals(kTypes[j])); in TEST()32 CHECK(kTypes[i].Equals(kTypes[i])); in TEST()37 CHECK(kTypes[i].IsSubtypeOf(kTypes[i])); in TEST()47 HType ti = kTypes[i]; in TEST()48 HType tj = kTypes[j]; in TEST()49 HType tk = kTypes[k]; in TEST()59 HType ti = kTypes[i]; in TEST()60 HType tj = kTypes[j]; in TEST()[all …]
1562 Type* kTypes[] = {Type::Signed32(), Type::Unsigned32(), Type::Number()}; in TEST() local1566 Handle<Name>::null(), kTypes[i], in TEST()1896 const MachineType kTypes[] = {MachineType::Int32(), MachineType::Uint32()}; in TEST() local1898 for (auto const type : kTypes) { in TEST()
330 static MachineType kTypes[kMaxParamCount + 1] = { in MachTypes() local334 return kTypes; in MachTypes()