Searched refs:UpdateRange (Results 1 – 4 of 4) sorted by relevance
/external/v8/src/compiler/ |
D | types.cc | 677 size = UpdateRange(RangeType::New(lims, zone), result, size, zone); in Intersect() 687 int Type::UpdateRange(Type* range, UnionType* result, int size, Zone* zone) { in UpdateRange() function in v8::internal::compiler::Type
|
D | types.h | 652 static int UpdateRange(Type* type, UnionType* result, int size, Zone* zone);
|
/external/v8/src/ast/ |
D | ast-types.cc | 787 size = UpdateRange(AstRangeType::New(lims, representation, zone), result, in Intersect() 798 int AstType::UpdateRange(AstType* range, AstUnionType* result, int size, in UpdateRange() function in v8::internal::AstType
|
D | ast-types.h | 939 static int UpdateRange(AstType* type, AstUnionType* result, int size,
|