Home
last modified time | relevance | path

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

/external/v8/src/builtins/
Dbuiltins-regexp.cc1635 Label fast_result(this), slow_result(this); in RegExpPrototypeMatchBody() local
1637 &slow_result); in RegExpPrototypeMatchBody()
1651 Bind(&slow_result); in RegExpPrototypeMatchBody()
1824 Label fast_result(this), slow_result(this, Label::kDeferred); in RegExpPrototypeSearchBodySlow() local
1826 &slow_result); in RegExpPrototypeSearchBodySlow()
1835 Bind(&slow_result); in RegExpPrototypeSearchBodySlow()