Home
last modified time | relevance | path

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

/external/v8/src/
Dcode-factory.cc136 Callable CodeFactory::BinaryOpIC(Isolate* isolate, Token::Value op, in BinaryOpIC() function in v8::internal::CodeFactory
/external/v8/src/ic/
Dic.h599 explicit BinaryOpIC(Isolate* isolate) : IC(EXTRA_CALL_FRAME, isolate) {} in BinaryOpIC() function