Home
last modified time | relevance | path

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

/external/v8/src/torque/
Dtypes.cc48 const Type* Type::CommonSupertype(const Type* a, const Type* b) { in CommonSupertype() function in v8::internal::torque::Type
163 parent = CommonSupertype(parent, t); in RecomputeParent()
Dtypes.h100 static const Type* CommonSupertype(const Type* a, const Type* b);
274 set_parent(CommonSupertype(parent(), t)); in Extend()