Searched defs:BinaryOpICState (Results 1 – 2 of 2) sorted by relevance
38 BinaryOpICState::BinaryOpICState(Isolate* isolate, ExtraICState extra_ic_state) in BinaryOpICState() function in v8::internal::BinaryOpICState76 Isolate* isolate, void (*Generate)(Isolate*, const BinaryOpICState&)) { in GenerateAheadOfTime()
64 BinaryOpICState(Isolate* isolate, Token::Value op, OverwriteMode mode) in BinaryOpICState() function