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

/external/v8/src/ic/
H A Dic-state.cc25 STATIC_CONST_MEMBER_DEFINITION const int BinaryOpICState::FIRST_TOKEN;
29 STATIC_CONST_MEMBER_DEFINITION const int BinaryOpICState::LAST_TOKEN;
32 BinaryOpICState::BinaryOpICState(Isolate* isolate, ExtraICState extra_ic_state) function in class:v8::internal::BinaryOpICState
50 ExtraICState BinaryOpICState::GetExtraICState() const {
66 void BinaryOpICState::GenerateAheadOfTime( argument
67 Isolate* isolate, void (*Generate)(Isolate*, const BinaryOpICState&)) {
74 BinaryOpICState state(isolate, op); \
176 BinaryOpICState state(isolate, op); \
193 Type* BinaryOpICState
[all...]
H A Dic-state.h60 class BinaryOpICState final BASE_EMBEDDED {
62 BinaryOpICState(Isolate* isolate, ExtraICState extra_ic_state);
63 BinaryOpICState(Isolate* isolate, Token::Value op) function in class:v8::internal::BASE_EMBEDDED
91 const BinaryOpICState&));
132 friend std::ostream& operator<<(std::ostream& os, const BinaryOpICState& s);
164 std::ostream& operator<<(std::ostream& os, const BinaryOpICState& s);

Completed in 167 milliseconds