Home
last modified time | relevance | path

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

/external/v8/src/builtins/
Dbuiltins-regexp.h91 Node* replace_callable);
Dbuiltins-regexp.cc2212 Node* context, Node* regexp, Node* string, Node* replace_callable) { in ReplaceGlobalCallableFastPath() argument
2340 CallJS(call_callable, context, replace_callable, undefined, elem, in ReplaceGlobalCallableFastPath()
2371 replace_callable](Node* index) { in ReplaceGlobalCallableFastPath()
2389 replace_callable, undefined, elem); in ReplaceGlobalCallableFastPath()
2629 Callable replace_callable = CodeFactory::RegExpReplace(isolate()); in TF_BUILTIN() local
2630 Return(CallStub(replace_callable, context, receiver, string, replace_value)); in TF_BUILTIN()
Dbuiltins-string.cc1284 Callable replace_callable = CodeFactory::RegExpReplace(isolate()); in TF_BUILTIN() local
1285 return CallStub(replace_callable, context, search, subject_string, in TF_BUILTIN()