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

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

Completed in 635 milliseconds