/third_party/node/deps/v8/src/interpreter/ |
H A D | interpreter-intrinsics-generator.cc | 39 Builtin name, int arg_count); 44 TNode<Context> context, int arg_count); 115 Builtin name, int arg_count) { in IntrinsicAsBuiltinCall() 117 switch (arg_count) { in IntrinsicAsBuiltinCall() 137 int arg_count) { in CopyDataProperties() 139 arg_count); in CopyDataProperties() 145 int arg_count) { in CopyDataPropertiesWithExcludedPropertiesOnStack() 159 int arg_count) { in CreateIterResultObject() 161 arg_count); in CreateIterResultObject() 166 int arg_count) { in CreateAsyncFromSyncIterator() 113 IntrinsicAsBuiltinCall( const InterpreterAssembler::RegListNodePair& args, TNode<Context> context, Builtin name, int arg_count) IntrinsicAsBuiltinCall() argument 135 CopyDataProperties( const InterpreterAssembler::RegListNodePair& args, TNode<Context> context, int arg_count) CopyDataProperties() argument 143 CopyDataPropertiesWithExcludedPropertiesOnStack( const InterpreterAssembler::RegListNodePair& args, TNode<Context> context, int arg_count) CopyDataPropertiesWithExcludedPropertiesOnStack() argument 157 CreateIterResultObject( const InterpreterAssembler::RegListNodePair& args, TNode<Context> context, int arg_count) CreateIterResultObject() argument 164 CreateAsyncFromSyncIterator( const InterpreterAssembler::RegListNodePair& args, TNode<Context> context, int arg_count) CreateAsyncFromSyncIterator() argument 171 CreateJSGeneratorObject( const InterpreterAssembler::RegListNodePair& args, TNode<Context> context, int arg_count) CreateJSGeneratorObject() argument 178 GeneratorGetResumeMode( const InterpreterAssembler::RegListNodePair& args, TNode<Context> context, int arg_count) GeneratorGetResumeMode() argument 189 GeneratorClose( const InterpreterAssembler::RegListNodePair& args, TNode<Context> context, int arg_count) GeneratorClose() argument 200 GetImportMetaObject( const InterpreterAssembler::RegListNodePair& args, TNode<Context> context, int arg_count) GetImportMetaObject() argument 206 AsyncFunctionAwaitCaught( const InterpreterAssembler::RegListNodePair& args, TNode<Context> context, int arg_count) AsyncFunctionAwaitCaught() argument 213 AsyncFunctionAwaitUncaught( const InterpreterAssembler::RegListNodePair& args, TNode<Context> context, int arg_count) AsyncFunctionAwaitUncaught() argument 220 AsyncFunctionEnter( const InterpreterAssembler::RegListNodePair& args, TNode<Context> context, int arg_count) AsyncFunctionEnter() argument 227 AsyncFunctionReject( const InterpreterAssembler::RegListNodePair& args, TNode<Context> context, int arg_count) AsyncFunctionReject() argument 234 AsyncFunctionResolve( const InterpreterAssembler::RegListNodePair& args, TNode<Context> context, int arg_count) AsyncFunctionResolve() argument 241 AsyncGeneratorAwaitCaught( const InterpreterAssembler::RegListNodePair& args, TNode<Context> context, int arg_count) AsyncGeneratorAwaitCaught() argument 248 AsyncGeneratorAwaitUncaught( const InterpreterAssembler::RegListNodePair& args, TNode<Context> context, int arg_count) AsyncGeneratorAwaitUncaught() argument 255 AsyncGeneratorReject( const InterpreterAssembler::RegListNodePair& args, TNode<Context> context, int arg_count) AsyncGeneratorReject() argument 262 AsyncGeneratorResolve( const InterpreterAssembler::RegListNodePair& args, TNode<Context> context, int arg_count) AsyncGeneratorResolve() argument 269 AsyncGeneratorYield( const InterpreterAssembler::RegListNodePair& args, TNode<Context> context, int arg_count) AsyncGeneratorYield() argument [all...] |
/third_party/mesa3d/src/amd/common/ |
H A D | ac_shader_args.c | 31 assert(info->arg_count < AC_MAX_ARGS); in ac_add_arg() 43 info->args[info->arg_count].file = regfile; in ac_add_arg() 44 info->args[info->arg_count].offset = offset; in ac_add_arg() 45 info->args[info->arg_count].size = size; in ac_add_arg() 46 info->args[info->arg_count].type = type; in ac_add_arg() 49 arg->arg_index = info->arg_count; in ac_add_arg() 53 info->arg_count++; in ac_add_arg()
|
/third_party/pcre2/pcre2/src/sljit/ |
H A D | sljitNativeMIPS_64.c | 153 sljit_s32 arg_count = 0; in call_with_args() local 170 arg_count++; in call_with_args() 174 arg_count++; in call_with_args() 185 if (arg_count != float_arg_count) in call_with_args() 186 ins = MOV_S | FMT_D | FS(float_arg_count) | FD(arg_count); in call_with_args() 187 else if (arg_count == 1) in call_with_args() 189 arg_count--; in call_with_args() 193 if (arg_count != float_arg_count) in call_with_args() 194 ins = MOV_S | FMT_S | FS(float_arg_count) | FD(arg_count); in call_with_args() 195 else if (arg_count in call_with_args() [all...] |
H A D | sljitNativeX86_64.c | 737 sljit_s32 arg_count = 0; in call_with_args() local 755 arg_count++; in call_with_args() 758 if (arg_count != float_arg_count) in call_with_args() 762 arg_count++; in call_with_args() 765 if (arg_count != word_arg_count || arg_count != word_arg_regs[arg_count]) { in call_with_args() 768 if (src == word_arg_regs[arg_count]) { in call_with_args() 785 if (arg_count != float_arg_count) in call_with_args() 786 FAIL_IF(emit_sse2_load(compiler, 0, arg_count, float_arg_coun in call_with_args() [all...] |
H A D | sljitNativePPC_64.c | 504 sljit_s32 arg_count = 0; in call_with_args() local 520 arg_count++; in call_with_args() 523 arg_count++; in call_with_args() 526 if (arg_count != word_arg_count && arg_count == reg) { in call_with_args() 540 arg_count--; in call_with_args() 543 if (arg_count != word_arg_count) in call_with_args() 544 FAIL_IF(push_inst(compiler, OR | S(word_arg_count) | A(arg_count) | B(word_arg_count))); in call_with_args() 546 arg_count--; in call_with_args()
|
H A D | sljitNativeMIPS_common.c | 806 sljit_s32 arg_count, word_arg_count, float_arg_count; in sljit_emit_enter() local 832 arg_count = 0; in sljit_emit_enter() 835 offset = arg_count; in sljit_emit_enter() 837 if ((arg_count & 0x1) != 0) in sljit_emit_enter() 838 arg_count++; in sljit_emit_enter() 839 arg_count++; in sljit_emit_enter() 842 arg_count++; in sljit_emit_enter() 846 compiler->args_size = (sljit_uw)arg_count << 2; in sljit_emit_enter() 901 arg_count = 0; in sljit_emit_enter() 916 if ((arg_count in sljit_emit_enter() [all...] |
/third_party/openssl/test/testutil/ |
H A D | options.c | 54 int n, arg_count = opt_num_rest(); in opt_check_usage() local 56 if (arg_count > (int)OSSL_NELEM(used)) in opt_check_usage() 59 n = arg_count; in opt_check_usage() 65 if (i < arg_count) in opt_check_usage()
|
/third_party/ltp/testcases/kernel/mem/thp/ |
H A D | thp01.c | 110 long arg_len, arg_count; in setup() local 124 arg_count = ARGS_SZ; in setup() 125 tst_res(TINFO, "Using %ld args of size %ld", arg_count, arg_len); in setup() 126 for (i = 1; i < arg_count; i++) in setup()
|
/third_party/ltp/lib/ |
H A D | safe_file_ops.c | 174 int arg_count = 0; in file_lines_scanf() local 190 arg_count = tst_count_scanf_conversions(fmt); in file_lines_scanf() 197 if (ret == arg_count) in file_lines_scanf() 202 if (strict && ret != arg_count) { in file_lines_scanf() 205 arg_count, ret, path); in file_lines_scanf() 209 return !(ret == arg_count); in file_lines_scanf()
|
/third_party/node/deps/v8/src/compiler/ |
H A D | js-generic-lowering.cc | 837 int const arg_count = static_cast<int>(p.arity() - 2); in LowerJSConstructForwardVarargs() local 845 zone(), callable.descriptor(), arg_count + 1, flags); in LowerJSConstructForwardVarargs() 847 Node* stub_arity = jsgraph()->Int32Constant(JSParameterCount(arg_count)); in LowerJSConstructForwardVarargs() 860 int const arg_count = p.arity_without_implicit_args(); in LowerJSConstruct() local 865 const int stack_argument_count = arg_count + kReceiver; in LowerJSConstruct() 870 Node* stub_arity = jsgraph()->Int32Constant(JSParameterCount(arg_count)); in LowerJSConstruct() 886 const int arg_count = p.arity_without_implicit_args(); in LowerJSConstructWithArrayLike() local 887 DCHECK_EQ(arg_count, 1); in LowerJSConstructWithArrayLike() 892 const int stack_argument_count = arg_count - kArgumentList + kReceiver; in LowerJSConstructWithArrayLike() 915 int const arg_count in LowerJSConstructWithSpread() local 952 int const arg_count = static_cast<int>(p.arity() - 2); LowerJSCallForwardVarargs() local 969 int const arg_count = p.arity_without_implicit_args(); LowerJSCall() local 988 const int arg_count = p.arity_without_implicit_args(); LowerJSCallWithArrayLike() local 1019 int const arg_count = p.arity_without_implicit_args(); LowerJSCallWithSpread() local [all...] |
H A D | fast-api-calls.cc | 39 unsigned int arg_count) { in ResolveOverloads() 40 DCHECK_GT(arg_count, 0); in ResolveOverloads() 49 for (unsigned int arg_index = 0; arg_index < arg_count - kReceiver; in ResolveOverloads() 37 ResolveOverloads( Zone* zone, const FastApiCallFunctionVector& candidates, unsigned int arg_count) ResolveOverloads() argument
|
H A D | bytecode-graph-builder.cc | 157 int arg_count); 160 int arg_count); 163 int arg_count); 238 size_t arg_count, int slot_id); 268 int arg_count, 271 const Operator* op, Node* const* args, int arg_count, FeedbackSlot slot); 2358 int arg_count) { in GetCallArgumentsFromRegisters() 2359 const int arity = JSCallNode::ArityForArgc(arg_count); in GetCallArgumentsFromRegisters() 2373 for (int i = 0; i < arg_count; ++i) { in GetCallArgumentsFromRegisters() 2385 Node* const* args, size_t arg_count, in BuildCall() 2356 GetCallArgumentsFromRegisters( Node* callee, Node* receiver, interpreter::Register first_arg, int arg_count) GetCallArgumentsFromRegisters() argument 2384 BuildCall(ConvertReceiverMode receiver_mode, Node* const* args, size_t arg_count, int slot_id) BuildCall() argument 2416 ProcessCallVarArgs( ConvertReceiverMode receiver_mode, Node* callee, interpreter::Register first_reg, int arg_count) ProcessCallVarArgs() argument 2450 int arg_count = receiver_mode == ConvertReceiverMode::kNullOrUndefined BuildCallVarArgs() local 2548 int arg_count = static_cast<int>(reg_count) - 1; VisitCallWithSpread() local 2580 int arg_count = static_cast<int>(reg_count); VisitCallJSRuntime() local 2593 int arg_count = static_cast<int>(reg_count); ProcessCallRuntimeArguments() local 2649 GetConstructArgumentsFromRegister( Node* target, Node* new_target, interpreter::Register first_arg, int arg_count) GetConstructArgumentsFromRegister() argument 2689 const uint32_t arg_count = static_cast<uint32_t>(reg_count); VisitConstruct() local 2721 const uint32_t arg_count = static_cast<uint32_t>(reg_count); VisitConstructWithSpread() local 4092 TryBuildSimplifiedCall( const Operator* op, Node* const* args, int arg_count, FeedbackSlot slot) TryBuildSimplifiedCall() argument 4104 TryBuildSimplifiedConstruct(const Operator* op, Node* const* args, int arg_count, FeedbackSlot slot) TryBuildSimplifiedConstruct() argument [all...] |
H A D | fast-api-calls.h | 43 unsigned int arg_count);
|
/third_party/node/deps/v8/tools/v8windbg/src/ |
H A D | cur-isolate.h | 29 (IModelObject* p_context_object, ULONG64 arg_count, 30 _In_reads_(arg_count) IModelObject** pp_arguments, IModelObject** pp_result,
|
H A D | js-stack.h | 25 (IModelObject* p_context_object, ULONG64 arg_count, 26 _In_reads_(arg_count) IModelObject** pp_arguments, IModelObject** pp_result,
|
/third_party/python/Python/ |
H A D | ast_unparse.c | 219 Py_ssize_t i, di, arg_count, posonlyarg_count, default_count; in append_ast_args() local 225 arg_count = asdl_seq_LEN(args->args); in append_ast_args() 227 for (i = 0; i < posonlyarg_count + arg_count; i++) { in append_ast_args() 235 di = i - posonlyarg_count - arg_count + default_count; in append_ast_args() 255 arg_count = asdl_seq_LEN(args->kwonlyargs); in append_ast_args() 257 for (i = 0; i < arg_count; i++) { in append_ast_args() 261 di = i - arg_count + default_count; in append_ast_args() 542 Py_ssize_t i, arg_count, kw_count; in append_ast_call() local 547 arg_count = asdl_seq_LEN(e->v.Call.args); in append_ast_call() 549 if (arg_count in append_ast_call() [all...] |
/third_party/vk-gl-cts/external/amber/src/samples/ |
H A D | android_helper.cc | 43 jsize arg_count = env->GetArrayLength(args); in Java_com_google_amber_Amber_androidHelper() local 48 for (jsize i = 0; i < arg_count; i++) { in Java_com_google_amber_Amber_androidHelper()
|
/third_party/mesa3d/src/gallium/auxiliary/gallivm/ |
H A D | lp_bld_tgsi.c | 94 if (emit_data->arg_count == 0) { in lp_build_action_set_dst_type() 112 emit_data->dst_type, emit_data->args, emit_data->arg_count, 0); in lp_build_tgsi_intrinsic() 139 emit_data.arg_count = 1; in lp_build_emit_llvm_unary() 153 emit_data.arg_count = 2; in lp_build_emit_llvm_binary() 169 emit_data.arg_count = 3; in lp_build_emit_llvm_ternary() 188 emit_data->arg_count = emit_data->info->num_src; in lp_build_fetch_args()
|
H A D | lp_bld_tgsi_action.h | 58 unsigned arg_count; member 102 * 2. Setting the number of arguments in emit_data->arg_count.
|
/third_party/python/Lib/test/ |
H A D | test_baseexception.py | 101 arg_count = 3 102 args = tuple(range(arg_count)) 104 results = ([len(exc.args), arg_count], [exc.args, args],
|
/third_party/mesa3d/src/mesa/main/ |
H A D | atifragshader.c | 131 static void debug_op(GLint optype, GLuint arg_count, GLenum op, GLuint dst, in debug_op() argument 139 op_name = atifs_ops[(arg_count-1)+(optype?3:0)]; in debug_op() 150 if (arg_count>1) in debug_op() 153 if (arg_count>2) in debug_op() 593 _mesa_FragmentOpXATI(GLint optype, GLuint arg_count, GLenum op, GLuint dst, in _mesa_FragmentOpXATI() argument 711 curI->ArgCount[optype] = arg_count; in _mesa_FragmentOpXATI() 745 debug_op(optype, arg_count, op, dst, dstMask, dstMod, arg1, arg1Rep, arg1Mod, arg2, arg2Rep, arg2Mod, arg3, arg3Rep, arg3Mod); in _mesa_FragmentOpXATI()
|
/third_party/rust/crates/bindgen/bindgen/ir/ |
H A D | template.rs | 231 let arg_count = args.len(); in from_ty() 232 args.chain(canonical_args.skip(arg_count)) in from_ty()
|
/third_party/node/deps/v8/src/baseline/ |
H A D | baseline-compiler.cc | 1204 void BaselineCompiler::BuildCall(uint32_t slot, uint32_t arg_count, in BuildCall() argument 1207 if (CallTrampoline_Baseline_CompactDescriptor::EncodeBitField(arg_count, slot, in BuildCall() 1216 arg_count, // kActualArgumentsCount in BuildCall() 1224 uint32_t arg_count = args.register_count(); in VisitCallAnyReceiver() local 1225 BuildCall<ConvertReceiverMode::kAny>(Index(3), arg_count, args); in VisitCallAnyReceiver() 1230 uint32_t arg_count = args.register_count(); in VisitCallProperty() local 1231 BuildCall<ConvertReceiverMode::kNotNullOrUndefined>(Index(3), arg_count, in VisitCallProperty() 1253 uint32_t arg_count = JSParameterCount(args.register_count()); in VisitCallUndefinedReceiver() local 1255 Index(3), arg_count, RootIndex::kUndefinedValue, args); in VisitCallUndefinedReceiver() 1282 uint32_t arg_count in VisitCallWithSpread() local 1306 uint32_t arg_count = JSParameterCount(args.register_count()); VisitCallJSRuntime() local 1442 uint32_t arg_count = JSParameterCount(args.register_count()); VisitConstruct() local 1459 uint32_t arg_count = JSParameterCount(args.register_count()); VisitConstructWithSpread() local [all...] |
/third_party/mesa3d/src/intel/compiler/ |
H A D | intel_clc.c | 217 SHA1_UPDATE_VALUE(kernel->arg_count); in print_kernel() 219 kernel->arg_count * sizeof(kernel->args[0])); in print_kernel() 223 for (unsigned i = 0; i < kernel->arg_count; i++) { in print_kernel() 245 fprintf(fp, " .arg_count = %d,\n", (int)kernel->arg_count); in print_kernel()
|
H A D | brw_kernel.h | 55 uint16_t arg_count; member
|