Home
last modified time | relevance | path

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

/external/v8/src/builtins/
Dbuiltins-string-gen.cc1363 Callable call_callable = CodeFactory::Call(isolate()); in TF_BUILTIN() local
1364 Return(CallJS(call_callable, context, fn, search, receiver, replace)); in TF_BUILTIN()
1463 Callable call_callable = CodeFactory::Call(isolate()); in TF_BUILTIN() local
1465 CallJS(call_callable, context, replace, UndefinedConstant(), in TF_BUILTIN()
1524 Callable call_callable = CodeFactory::Call(isolate()); in Generate() local
1525 Return(CallJS(call_callable, context, fn, maybe_regexp, receiver)); in Generate()
1551 Callable call_callable = CodeFactory::Call(isolate()); in Generate() local
1552 Return(CallJS(call_callable, context, maybe_func, regexp, in Generate()
1600 Callable call_callable = CodeFactory::Call(isolate()); in TF_BUILTIN() local
1601 Return(CallJS(call_callable, context, fn, maybe_regexp, receiver)); in TF_BUILTIN()
[all …]
Dbuiltins-regexp-gen.cc1698 Callable call_callable = CodeFactory::Call(isolate()); in RegExpExec() local
1699 Node* const result = CallJS(call_callable, context, exec, regexp, string); in RegExpExec()
2776 Callable call_callable = CodeFactory::Call(isolate); in ReplaceGlobalCallableFastPath() local
2779 CallJS(call_callable, context, replace_callable, undefined, elem, in ReplaceGlobalCallableFastPath()
2822 Callable call_callable = CodeFactory::Call(isolate); in ReplaceGlobalCallableFastPath() local
2827 CallJS(call_callable, context, reflect_apply, undefined, in ReplaceGlobalCallableFastPath()