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

/external/v8/src/
H A Dcode-factory.cc127 Callable CodeFactory::BinaryOpIC(Isolate* isolate, Token::Value op) { function in class:v8::internal::CodeFactory
/external/v8/src/ic/
H A Dic.h460 // Type Recording BinaryOpIC, that records the types of the inputs and outputs.
461 class BinaryOpIC : public IC { class in namespace:v8::internal
463 explicit BinaryOpIC(Isolate* isolate) : IC(EXTRA_CALL_FRAME, isolate) {} function in class:v8::internal::BinaryOpIC
510 // Helper for BinaryOpIC and CompareIC.

Completed in 58 milliseconds