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

  /external/v8/src/
ic.h 100 virtual bool IsGeneric() const { return false; }
504 virtual bool IsGeneric() const {
653 virtual bool IsGeneric() const {
ic.cc 49 case MEGAMORPHIC: return IsGeneric() ? 'G' : 'N';
    [all...]

Completed in 31 milliseconds