HomeSort by relevance Sort by last modified time
    Searched refs:KindToString (Results 1 - 2 of 2) sorted by null

  /external/v8/src/ic/
ic-state.cc 210 os << ":" << BinaryOpICState::KindToString(s.left_kind_) << "*";
214 os << BinaryOpICState::KindToString(s.right_kind_);
216 return os << "->" << BinaryOpICState::KindToString(s.result_kind_) << ")";
300 const char* BinaryOpICState::KindToString(Kind kind) {
ic-state.h 138 static const char* KindToString(Kind kind);

Completed in 208 milliseconds