Lines Matching defs:function
248 // This somewhat misuses the AbortCSADcheck runtime function. This will print
1015 Runtime::FunctionId function, TNode<Object> context,
1017 int result_size = Runtime::FunctionForId(function)->result_size;
1024 zone(), function, argc, Operator::kNoProperties,
1025 Runtime::MayAllocate(function) ? CallDescriptor::kNoFlags
1029 ExternalConstant(ExternalReference::Create(function));
1048 Runtime::FunctionId function, TNode<Int32T> arity, TNode<Object> context,
1050 int result_size = Runtime::FunctionForId(function)->result_size;
1057 zone(), function, argc, Operator::kNoProperties,
1061 ExternalConstant(ExternalReference::Create(function));
1148 TNode<Object> function,
1156 inputs.Add(function);
1213 TNode<JSFunction> function,
1221 Node* nodes[] = {code, function, new_target, arg_count, context};
1233 Node* function, base::Optional<MachineType> return_type,
1235 return raw_assembler()->CallCFunction(function, return_type, args);
1239 Node* function, MachineType return_type,
1242 function, return_type, args);
1246 Node* function, MachineType return_type, SaveFPRegsMode mode,
1250 function, return_type, mode, args);
1286 const std::function<void()>& true_body,
1287 const std::function<void()>& false_body) {
1304 const std::function<void()>& false_body) {
1317 const std::function<void()>& true_body,