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.h 148 static const char* KindToString(Kind kind);
ic-state.cc 318 os << ":" << BinaryOpICState::KindToString(s.left_kind_) << "*";
322 os << BinaryOpICState::KindToString(s.right_kind_);
324 return os << "->" << BinaryOpICState::KindToString(s.result_kind_) << ")";
416 const char* BinaryOpICState::KindToString(Kind kind) {

Completed in 101 milliseconds