Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Dtypes.cc1011 Type type_i = this->AsUnion()->Get(i); in PrintTo() local
1012 if (i > 0) os << " | " << type_i; in PrintTo()
1018 Type type_i = this->AsTuple()->Element(i); in PrintTo() local
1019 if (i > 0) os << ", " << type_i; in PrintTo()