Home
last modified time | relevance | path

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

/external/v8/src/torque/
Dimplementation-visitor.h182 const Type* GetCommonType(const Type* left, const Type* right);
Dimplementation-visitor.cc363 const Type* common_type = GetCommonType(left.type(), right.type()); in Visit()
876 const Type* common_type = GetCommonType(begin.type(), end.type()); in Visit()
1320 const Type* ImplementationVisitor::GetCommonType(const Type* left, in GetCommonType() function in v8::internal::torque::ImplementationVisitor