Home
last modified time | relevance | path

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

/external/v8/src/torque/
Dtypes.cc51 const Type* b_supertype = b; in CommonSupertype() local
53 for (; diff < 0; ++diff) b_supertype = b_supertype->parent(); in CommonSupertype()
54 while (a_supertype && b_supertype) { in CommonSupertype()
55 if (a_supertype == b_supertype) return a_supertype; in CommonSupertype()
57 b_supertype = b_supertype->parent(); in CommonSupertype()