Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Dtypes.cc1021 Type* type_i = this->AsUnion()->Get(i); in PrintTo() local
1023 type_i->PrintTo(os); in PrintTo()
1029 Type* type_i = this->AsTuple()->Element(i); in PrintTo() local
1031 type_i->PrintTo(os); in PrintTo()
/external/v8/src/ast/
Dast-types.cc1239 AstType* type_i = this->AsUnion()->Get(i); in PrintTo() local
1241 type_i->PrintTo(os, dim); in PrintTo()
1263 AstType* type_i = this->AsTuple()->Element(i); in PrintTo() local
1265 type_i->PrintTo(os, dim); in PrintTo()