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

/external/v8/src/ic/
H A Dic-state.h90 AstType* GetLeftType() const { return KindToType(left_kind_); }
91 AstType* GetRightType() const { return KindToType(right_kind_); }
110 static AstType* KindToType(Kind kind);
H A Dic-state.cc217 return KindToType(result_kind);
335 AstType* BinaryOpICState::KindToType(Kind kind) { function in class:v8::internal::BinaryOpICState

Completed in 189 milliseconds