Home
last modified time | relevance | path

Searched refs:BranchIfFastRegExpResult (Results 1 – 2 of 2) sorted by relevance

/external/v8/src/builtins/
Dbuiltins-regexp.h57 void BranchIfFastRegExpResult(Node* context, Node* map,
Dbuiltins-regexp.cc498 void RegExpBuiltinsAssembler::BranchIfFastRegExpResult(Node* context, Node* map, in BranchIfFastRegExpResult() function in v8::internal::RegExpBuiltinsAssembler
1636 BranchIfFastRegExpResult(context, LoadMap(result), &fast_result, in RegExpPrototypeMatchBody()
1825 BranchIfFastRegExpResult(context, LoadMap(exec_result), &fast_result, in RegExpPrototypeSearchBodySlow()