Home
last modified time | relevance | path

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

/external/v8/src/ic/
Dic-state.cc30 BinaryOpICState::BinaryOpICState(Isolate* isolate, ExtraICState extra_ic_state) in BinaryOpICState() function in v8::internal::BinaryOpICState
82 Isolate* isolate, void (*Generate)(Isolate*, const BinaryOpICState&)) { in GenerateAheadOfTime()
Dic-state.h29 BinaryOpICState(Isolate* isolate, Token::Value op) in BinaryOpICState() function