Searched refs:KindToType (Results 1 – 2 of 2) sorted by relevance
90 AstType* GetLeftType() const { return KindToType(left_kind_); } in GetLeftType()91 AstType* GetRightType() const { return KindToType(right_kind_); } in GetRightType()110 static AstType* KindToType(Kind kind);
217 return KindToType(result_kind); in GetResultType()335 AstType* BinaryOpICState::KindToType(Kind kind) { in KindToType() function in v8::internal::BinaryOpICState