Searched refs:ArgumentAdaptor (Results 1 – 5 of 5) sorted by relevance
68 static Callable ArgumentAdaptor(Isolate* isolate);
219 Callable CodeFactory::ArgumentAdaptor(Isolate* isolate) { in ArgumentAdaptor() function in v8::internal::CodeFactory
63 V(ArgumentAdaptor) \
1211 TFC(WasmArgumentsAdaptor, ArgumentAdaptor, 1) \
1711 Callable callable = CodeFactory::ArgumentAdaptor(isolate()); in ReduceJSCall()