Searched defs:BinaryOpICState (Results 1 - 2 of 2) sorted by relevance

/external/v8/src/ic/
H A Dic-state.cc23 STATIC_CONST_MEMBER_DEFINITION const int BinaryOpICState::FIRST_TOKEN;
27 STATIC_CONST_MEMBER_DEFINITION const int BinaryOpICState::LAST_TOKEN;
30 BinaryOpICState::BinaryOpICState(Isolate* isolate, ExtraICState extra_ic_state) function in class:v8::internal::BinaryOpICState
48 ExtraICState BinaryOpICState::GetExtraICState() const {
62 std::string BinaryOpICState::ToString() const {
67 ret += BinaryOpICState::KindToString(left_kind_);
72 ret += BinaryOpICState::KindToString(right_kind_);
75 ret += BinaryOpICState::KindToString(result_kind_);
81 void BinaryOpICState argument
[all...]
H A Dic-state.h26 class BinaryOpICState final BASE_EMBEDDED {
28 BinaryOpICState(Isolate* isolate, ExtraICState extra_ic_state);
29 BinaryOpICState(Isolate* isolate, Token::Value op) function in class:v8::internal::BASE_EMBEDDED
58 const BinaryOpICState&));
105 friend std::ostream& operator<<(std::ostream& os, const BinaryOpICState& s);
147 std::ostream& operator<<(std::ostream& os, const BinaryOpICState& s);

Completed in 213 milliseconds