| /third_party/node/deps/v8/src/interpreter/ |
| D | interpreter-intrinsics-generator.cc | 115 Builtin name, int arg_count) { in IntrinsicAsBuiltinCall() 137 int arg_count) { in CopyDataProperties() 145 int arg_count) { in CopyDataPropertiesWithExcludedPropertiesOnStack() 159 int arg_count) { in CreateIterResultObject() 166 int arg_count) { in CreateAsyncFromSyncIterator() 173 int arg_count) { in CreateJSGeneratorObject() 180 int arg_count) { in GeneratorGetResumeMode() 191 int arg_count) { in GeneratorClose() 202 int arg_count) { in GetImportMetaObject() 208 int arg_count) { in AsyncFunctionAwaitCaught() [all …]
|
| /third_party/vk-gl-cts/external/amber/src/samples/ |
| D | android_helper.cc | 43 jsize arg_count = env->GetArrayLength(args); in Java_com_google_amber_Amber_androidHelper() local
|
| /third_party/openssl/test/testutil/ |
| D | options.c | 54 int n, arg_count = opt_num_rest(); in opt_check_usage() local
|
| /third_party/node/deps/v8/src/compiler/ |
| D | fast-api-calls.cc | 39 unsigned int arg_count) { in ResolveOverloads()
|
| D | js-generic-lowering.cc | 837 int const arg_count = static_cast<int>(p.arity() - 2); in LowerJSConstructForwardVarargs() local 860 int const arg_count = p.arity_without_implicit_args(); in LowerJSConstruct() local 886 const int arg_count = p.arity_without_implicit_args(); in LowerJSConstructWithArrayLike() local 915 int const arg_count = p.arity_without_implicit_args(); in LowerJSConstructWithSpread() local 952 int const arg_count = static_cast<int>(p.arity() - 2); in LowerJSCallForwardVarargs() local 969 int const arg_count = p.arity_without_implicit_args(); in LowerJSCall() local 988 const int arg_count = p.arity_without_implicit_args(); in LowerJSCallWithArrayLike() local 1019 int const arg_count = p.arity_without_implicit_args(); in LowerJSCallWithSpread() local
|
| D | js-type-hint-lowering.cc | 462 const Operator* op, Node* const* args, int arg_count, Node* effect, in ReduceCallOperation() 475 const Operator* op, Node* const* args, int arg_count, Node* effect, in ReduceConstructOperation()
|
| D | bytecode-graph-builder.cc | 2358 int arg_count) { in GetCallArgumentsFromRegisters() 2385 Node* const* args, size_t arg_count, in BuildCall() 2418 interpreter::Register first_reg, int arg_count) { in ProcessCallVarArgs() 2450 int arg_count = receiver_mode == ConvertReceiverMode::kNullOrUndefined in BuildCallVarArgs() local 2548 int arg_count = static_cast<int>(reg_count) - 1; in VisitCallWithSpread() local 2580 int arg_count = static_cast<int>(reg_count); in VisitCallJSRuntime() local 2593 int arg_count = static_cast<int>(reg_count); in ProcessCallRuntimeArguments() local 2651 int arg_count) { in GetConstructArgumentsFromRegister() 2689 const uint32_t arg_count = static_cast<uint32_t>(reg_count); in VisitConstruct() local 2721 const uint32_t arg_count = static_cast<uint32_t>(reg_count); in VisitConstructWithSpread() local [all …]
|
| /third_party/mesa3d/src/intel/compiler/ |
| D | brw_kernel.h | 55 uint16_t arg_count; member
|
| /third_party/ltp/testcases/kernel/mem/thp/ |
| D | thp01.c | 110 long arg_len, arg_count; in setup() local
|
| /third_party/mesa3d/src/gallium/auxiliary/gallivm/ |
| D | lp_bld_tgsi_action.h | 58 unsigned arg_count; member
|
| /third_party/node/deps/v8/tools/v8windbg/src/ |
| D | cur-isolate.cc | 85 ULONG64 arg_count, in Call()
|
| D | js-stack.cc | 27 ULONG64 arg_count, in Call()
|
| /third_party/pcre2/pcre2/src/sljit/ |
| D | sljitNativeMIPS_64.c | 153 sljit_s32 arg_count = 0; in call_with_args() local
|
| D | sljitNativePPC_64.c | 504 sljit_s32 arg_count = 0; in call_with_args() local
|
| D | sljitNativeX86_64.c | 737 sljit_s32 arg_count = 0; in call_with_args() local
|
| /third_party/mesa3d/src/mesa/main/ |
| D | atifragshader.c | 131 static void debug_op(GLint optype, GLuint arg_count, GLenum op, GLuint dst, in debug_op() 593 _mesa_FragmentOpXATI(GLint optype, GLuint arg_count, GLenum op, GLuint dst, in _mesa_FragmentOpXATI()
|
| /third_party/rust/crates/bindgen/bindgen/ir/ |
| D | template.rs | 231 let arg_count = args.len(); in from_ty() localVariable
|
| /third_party/node/deps/v8/src/baseline/ |
| D | baseline-compiler.cc | 1204 void BaselineCompiler::BuildCall(uint32_t slot, uint32_t arg_count, in BuildCall() 1224 uint32_t arg_count = args.register_count(); in VisitCallAnyReceiver() local 1230 uint32_t arg_count = args.register_count(); in VisitCallProperty() local 1253 uint32_t arg_count = JSParameterCount(args.register_count()); in VisitCallUndefinedReceiver() local 1282 uint32_t arg_count = args.register_count(); in VisitCallWithSpread() local 1306 uint32_t arg_count = JSParameterCount(args.register_count()); in VisitCallJSRuntime() local 1442 uint32_t arg_count = JSParameterCount(args.register_count()); in VisitConstruct() local 1459 uint32_t arg_count = JSParameterCount(args.register_count()); in VisitConstructWithSpread() local
|
| /third_party/ltp/lib/ |
| D | safe_file_ops.c | 174 int arg_count = 0; in file_lines_scanf() local
|
| /third_party/python/Python/ |
| D | ast_unparse.c | 219 Py_ssize_t i, di, arg_count, posonlyarg_count, default_count; in append_ast_args() local 542 Py_ssize_t i, arg_count, kw_count; in append_ast_call() local
|
| /third_party/skia/third_party/externals/harfbuzz/src/ |
| D | hb-cff-interp-cs-common.hh | 554 unsigned int arg_count = env.argStack.get_count (); in rcurveline() local 578 unsigned int arg_count = env.argStack.get_count (); in rlinecurve() local
|
| /third_party/mesa3d/src/amd/vulkan/ |
| D | radv_shader_args.c | 436 unsigned arg_count = 0; in declare_ps_input_vgprs() local
|
| /third_party/mesa3d/src/amd/common/ |
| D | ac_shader_args.h | 69 uint16_t arg_count; member
|
| /third_party/node/deps/uv/src/win/ |
| D | process.c | 535 int arg_count = 0; in make_program_args() local
|
| /third_party/libuv/src/win/ |
| D | process.c | 529 int arg_count = 0; in make_program_args() local
|