Home
last modified time | relevance | path

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

/external/v8/src/ic/
Dic.h443 explicit BinaryOpIC(Isolate* isolate) : IC(EXTRA_CALL_FRAME, isolate) {} in BinaryOpIC() function
/external/v8/tools/
Dic-processor.js63 'BinaryOpIC': { property
/external/v8/src/
Dcode-factory.cc168 Callable CodeFactory::BinaryOpIC(Isolate* isolate, Token::Value op) { in BinaryOpIC() function in v8::internal::CodeFactory
Dlog.cc1341 void Logger::BinaryOpIC(const Address pc, int line, int column, Code* stub, in BinaryOpIC() function in v8::internal::Logger