Lines Matching refs:c_functions
207 Node* node, const FastApiCallFunctionVector& c_functions,
5009 Node* node, const FastApiCallFunctionVector& c_functions, in AdaptOverloadedFastCallArgument() argument
5017 for (size_t func_index = 0; func_index < c_functions.size(); func_index++) { in AdaptOverloadedFastCallArgument()
5018 const CFunctionInfo* c_signature = c_functions[func_index].signature; in AdaptOverloadedFastCallArgument()
5051 c_functions[func_index].address, ref_type)); in AdaptOverloadedFastCallArgument()
5065 c_functions[func_index].address, ref_type)); in AdaptOverloadedFastCallArgument()
5140 const CFunctionInfo* c_signature = params.c_functions()[0].signature; in GenerateSlowApiCall()
5168 const FastApiCallFunctionVector& c_functions = params.c_functions(); in LowerFastApiCall() local
5169 const CFunctionInfo* c_signature = params.c_functions()[0].signature; in LowerFastApiCall()
5240 if (c_functions.size() == 1) { in LowerFastApiCall()
5243 DCHECK_EQ(c_functions.size(), 2); in LowerFastApiCall()
5245 graph()->zone(), c_functions, c_arg_count); in LowerFastApiCall()
5278 (c_functions.size() == 1) ? __ ExternalConstant(ExternalReference::Create( in LowerFastApiCall()
5279 c_functions[0].address, ref_type)) in LowerFastApiCall()
5290 value, c_functions, overloads_resolution_result, &if_error); in LowerFastApiCall()