Home
last modified time | relevance | path

Searched refs:kTypes (Results 1 – 3 of 3) sorted by relevance

/external/v8/test/cctest/
Dtest-hydrogen-types.cc11 static const HType kTypes[] = { variable
17 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 …]
/external/v8/test/cctest/compiler/
Dtest-simplified-lowering.cc1562 Type* kTypes[] = {Type::Signed32(), Type::Unsigned32(), Type::Number()}; in TEST() local
1566 Handle<Name>::null(), kTypes[i], in TEST()
1896 const MachineType kTypes[] = {MachineType::Int32(), MachineType::Uint32()}; in TEST() local
1898 for (auto const type : kTypes) { in TEST()
Dtest-run-native-calls.cc330 static MachineType kTypes[kMaxParamCount + 1] = { in MachTypes() local
334 return kTypes; in MachTypes()