Home
last modified time | relevance | path

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

/external/v8/src/torque/
Dtypes.cc50 const Type* a_supertype = a; in CommonSupertype() local
52 for (; diff > 0; --diff) a_supertype = a_supertype->parent(); in CommonSupertype()
54 while (a_supertype && b_supertype) { in CommonSupertype()
55 if (a_supertype == b_supertype) return a_supertype; in CommonSupertype()
56 a_supertype = a_supertype->parent(); in CommonSupertype()