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

  /external/chromium_org/v8/src/
ic.h 717 // Type Recording BinaryOpIC, that records the types of the inputs and outputs.
718 class BinaryOpIC: public IC {
736 explicit BinaryOpIC(Isolate* isolate) : IC(NO_EXTRA_FRAME, isolate) { }
843 // Helper for BinaryOpIC and CompareIC.
  /external/v8/src/
ic.h 741 // Type Recording BinaryOpIC, that records the types of the inputs and outputs.
742 class BinaryOpIC: public IC {
755 explicit BinaryOpIC(Isolate* isolate) : IC(NO_EXTRA_FRAME, isolate) { }
819 // Helper for BinaryOpIC and CompareIC.

Completed in 37 milliseconds