Home
last modified time | relevance | path

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

/external/v8/src/ic/
Dic-state.cc318 os << ":" << BinaryOpICState::KindToString(s.left_kind_) << "*"; in operator <<()
322 os << BinaryOpICState::KindToString(s.right_kind_); in operator <<()
324 return os << "->" << BinaryOpICState::KindToString(s.result_kind_) << ")"; in operator <<()
416 const char* BinaryOpICState::KindToString(Kind kind) { in KindToString() function in v8::internal::BinaryOpICState
Dic-state.h148 static const char* KindToString(Kind kind);