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

  /external/v8/src/builtins/
builtins-regexp.h 27 Node* FastLoadLastIndex(Node* regexp);
builtins-regexp.cc 28 Node* RegExpBuiltinsAssembler::FastLoadLastIndex(Node* regexp) {
44 return is_fastpath ? FastLoadLastIndex(regexp)
433 Node* const last_index = FastLoadLastIndex(object);
474 Node* const last_index = FastLoadLastIndex(object);
    [all...]

Completed in 657 milliseconds