HomeSort by relevance Sort by last modified time
    Searched full:if_isfastpath (Results 1 - 1 of 1) sorted by null

  /external/v8/src/builtins/
builtins-regexp.cc 524 Label if_isfastpath(this), if_isslowpath(this);
526 &if_isfastpath, &if_isslowpath); local
528 Bind(&if_isfastpath);
711 Label if_isfastpath(this), if_isslowpath(this, Label::kDeferred);
712 Branch(IsInitialRegExpMap(context, receiver, map), &if_isfastpath, local
715 Bind(&if_isfastpath);
    [all...]

Completed in 269 milliseconds