Searched defs:BinaryOpICState (Results 1 – 2 of 2) sorted by relevance
32 BinaryOpICState::BinaryOpICState(Isolate* isolate, ExtraICState extra_ic_state) in BinaryOpICState() function in v8::internal::BinaryOpICState68 Isolate* isolate, void (*Generate)(Isolate*, const BinaryOpICState&)) { in GenerateAheadOfTime()
58 BinaryOpICState(Isolate* isolate, Token::Value op, Strength strength) in BinaryOpICState() function