Home
last modified time | relevance | path

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

/external/v8/src/ic/
Dic-state.h90 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);
Dic-state.cc217 return KindToType(result_kind); in GetResultType()
335 AstType* BinaryOpICState::KindToType(Kind kind) { in KindToType() function in v8::internal::BinaryOpICState