Searched refs:kJS (Results 1 – 6 of 6) sorted by relevance
65 if (arguments_type == ArgumentsType::kJS) { in address_of_arg_at()78 if (arguments_type == ArgumentsType::kJS) index = 0; in first_slot()84 if (arguments_type == ArgumentsType::kJS) index = length() - 1; in last_slot()
111 kJS, // Arguments in the stack are pushed in the same order as the one used enumerator484 CallInterfaceDescriptorData::kAllowVarArgs, StackArgumentOrder::kJS, 1, \514 StackArgumentOrder::kJS; \
326 case StackArgumentOrder::kJS: in NON_EXPORTED_BASE()
720 : Operator(IrOpcode::kJS##Name, properties, "JS" #Name, \
1562 StackArgumentOrder::kJS); in ReduceBuiltin()
609 kJS, enumerator619 using JavaScriptArguments = Arguments<ArgumentsType::kJS>;