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

  /external/v8/src/ic/
ic-state.cc 23 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)
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::GenerateAheadOfTime
    [all...]
ic-state.h 26 class BinaryOpICState final BASE_EMBEDDED {
28 BinaryOpICState(Isolate* isolate, ExtraICState extra_ic_state);
29 BinaryOpICState(Isolate* isolate, Token::Value op)
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 48 milliseconds