Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Dtypes.cc666 size = IntersectAux(type1, type2, result, size, &lims, zone); in Intersect()
719 int Type::IntersectAux(Type lhs, Type rhs, UnionType* result, int size, in IntersectAux() function in v8::internal::compiler::Type
723 size = IntersectAux(lhs.AsUnion()->Get(i), rhs, result, size, lims, zone); in IntersectAux()
729 size = IntersectAux(lhs, rhs.AsUnion()->Get(i), result, size, lims, zone); in IntersectAux()
756 return IntersectAux(rhs, lhs, result, size, lims, zone); in IntersectAux()
Dtypes.h495 static int IntersectAux(Type type, Type other, UnionType* result, int size,