HomeSort by relevance Sort by last modified time
    Searched defs:BinaryOpIC (Results 1 - 2 of 2) sorted by null

  /external/v8/src/
code-factory.cc 136 Callable CodeFactory::BinaryOpIC(Isolate* isolate, Token::Value op,
  /external/v8/src/ic/
ic.h 596 // Type Recording BinaryOpIC, that records the types of the inputs and outputs.
597 class BinaryOpIC : public IC {
599 explicit BinaryOpIC(Isolate* isolate) : IC(EXTRA_CALL_FRAME, isolate) {}
663 // Helper for BinaryOpIC and CompareIC.

Completed in 168 milliseconds