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

  /external/v8/src/ic/
ic-state.h 123 Type* GetLeftType() const { return KindToType(left_kind_); }
124 Type* GetRightType() const { return KindToType(right_kind_); }
139 static Type* KindToType(Kind kind);
ic-state.cc 204 return KindToType(result_kind);
323 Type* BinaryOpICState::KindToType(Kind kind) {

Completed in 534 milliseconds