Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Dtypes.cc671 size = UpdateRange(Type::Range(lims, zone), result, size, zone); in Intersect()
681 int Type::UpdateRange(Type range, UnionType* result, int size, Zone* zone) { in UpdateRange() function in v8::internal::compiler::Type
Dtypes.h486 static int UpdateRange(Type type, UnionType* result, int size, Zone* zone);