Searched refs:ConstructFunctionForwardVarargs (Results 1 – 4 of 4) sorted by relevance
74 static Callable ConstructFunctionForwardVarargs(Isolate* isolate);
232 Callable CodeFactory::ConstructFunctionForwardVarargs(Isolate* isolate) { in ConstructFunctionForwardVarargs() function in v8::internal::CodeFactory
148 ASM(ConstructFunctionForwardVarargs, ConstructForwardVarargs) \
1595 Callable callable = CodeFactory::ConstructFunctionForwardVarargs(isolate()); in ReduceJSConstructForwardVarargs()