| /third_party/node/deps/v8/src/builtins/s390/ |
| H A D | builtins-s390.cc | 1751 static void GenerateInterpreterPushArgs(MacroAssembler* masm, Register num_args, in GenerateInterpreterPushArgs() argument
|
| /third_party/node/deps/v8/src/maglev/ |
| H A D | maglev-ir.h | 1307 int num_args() const { return input_count() - kFixedInputCount; } in num_args() function in v8::internal::maglev::Call
|
| /third_party/node/deps/v8/src/builtins/mips/ |
| H A D | builtins-mips.cc | 1437 static void GenerateInterpreterPushArgs(MacroAssembler* masm, Register num_args, in GenerateInterpreterPushArgs() argument
|
| /third_party/node/deps/v8/src/codegen/mips64/ |
| H A D | macro-assembler-mips64.cc | 4845 void MacroAssembler::StackOverflowCheck(Register num_args, Register scratch1, in CallRecordWriteStub() argument
|
| /third_party/node/deps/v8/src/builtins/ia32/ |
| H A D | builtins-ia32.cc | 1418 Generate_InterpreterPushZeroAndArgsAndReturnAddress( MacroAssembler* masm, Register num_args, Register start_addr, Register scratch1, Register scratch2, int num_slots_to_move, Label* stack_overflow) Generate_InterpreterPushZeroAndArgsAndReturnAddress() argument
|
| /third_party/node/deps/v8/src/codegen/arm/ |
| H A D | macro-assembler-arm.cc | 1573 void MacroAssembler::StackOverflowCheck(Register num_args, Register scratch, in CallRecordWriteStub() argument
|
| /third_party/node/deps/v8/src/codegen/arm64/ |
| H A D | macro-assembler-arm64.cc | 2281 void MacroAssembler::StackOverflowCheck(Register num_args, in StackOverflowCheck() argument
|
| /third_party/node/deps/v8/src/builtins/arm64/ |
| H A D | builtins-arm64.cc | 1650 static void GenerateInterpreterPushArgs(MacroAssembler* masm, Register num_args, in GenerateInterpreterPushArgs() argument 1740 Register num_args = x0; in Generate_InterpreterPushArgsThenCallImpl() local 1772 Register num_args = x0; Generate_InterpreterPushArgsThenConstructImpl() local [all...] |
| /third_party/node/deps/v8/src/codegen/ppc/ |
| H A D | macro-assembler-ppc.cc | 1428 void MacroAssembler::StackOverflowCheck(Register num_args, Register scratch, in CallRecordWriteStub() argument
|
| /third_party/node/deps/v8/src/codegen/loong64/ |
| H A D | macro-assembler-loong64.cc | 2962 void MacroAssembler::StackOverflowCheck(Register num_args, Register scratch1, in CallRecordWriteStub() argument
|
| /third_party/node/deps/v8/src/codegen/x64/ |
| H A D | macro-assembler-x64.cc | 2604 StackOverflowCheck( Register num_args, Label* stack_overflow, Label::Distance stack_overflow_distance) CallRecordWriteStub() argument
|
| /third_party/mesa3d/src/gallium/auxiliary/gallivm/ |
| H A D | lp_bld_sample_soa.c | 4103 unsigned num_args = 0; in lp_build_sample_soa_func() local 3955 lp_build_sample_gen_func(struct gallivm_state *gallivm, const struct lp_static_texture_state *static_texture_state, const struct lp_static_sampler_state *static_sampler_state, struct lp_sampler_dynamic_state *dynamic_state, struct lp_type type, unsigned texture_index, unsigned sampler_index, LLVMValueRef function, unsigned num_args, unsigned sample_key, bool has_aniso_filter_table) lp_build_sample_gen_func() argument [all...] |
| /third_party/python/Objects/ |
| H A D | exceptions.c | 3789 Py_ssize_t num_args, caught_type_size, base_exc_size; in _PyErr_TrySetFromCause() local
|
| /third_party/mesa3d/src/amd/llvm/ |
| H A D | ac_llvm_build.c | 2105 unsigned num_args = 0; in ac_build_image_opcode() local 4300 ac_build_call(struct ac_llvm_context *ctx, LLVMValueRef func, LLVMValueRef *args, unsigned num_args) ac_build_call() argument [all...] |
| /third_party/mesa3d/src/microsoft/compiler/ |
| H A D | dxil_module.c | 2774 create_call_instr(struct dxil_module *m, const struct dxil_func *func, const struct dxil_value **args, size_t num_args) create_call_instr() argument 2796 dxil_emit_call(struct dxil_module *m, const struct dxil_func *func, const struct dxil_value **args, size_t num_args) dxil_emit_call() argument 2811 dxil_emit_call_void(struct dxil_module *m, const struct dxil_func *func, const struct dxil_value **args, size_t num_args) dxil_emit_call_void() argument [all...] |
| H A D | nir_to_dxil.c | 3376 unsigned num_args = ARRAY_SIZE(args) - (is_patch_constant ? 1 : 0); in emit_load_input_via_intrinsic() local 3394 unsigned num_args; in emit_load_interpolated_input() local
|
| /third_party/node/deps/v8/src/codegen/s390/ |
| H A D | macro-assembler-s390.cc | 1624 void MacroAssembler::StackOverflowCheck(Register num_args, Register scratch, in CallRecordWriteStub() argument
|
| /third_party/node/deps/v8/src/codegen/mips/ |
| H A D | macro-assembler-mips.cc | 4318 void MacroAssembler::StackOverflowCheck(Register num_args, Register scratch1, in CallRecordWriteStub() argument
|
| /third_party/node/deps/v8/src/builtins/x64/ |
| H A D | builtins-x64.cc | 1402 static void GenerateInterpreterPushArgs(MacroAssembler* masm, Register num_args, in GenerateInterpreterPushArgs() argument
|
| /third_party/node/deps/v8/src/codegen/riscv64/ |
| H A D | macro-assembler-riscv64.cc | 3681 void MacroAssembler::StackOverflowCheck(Register num_args, Register scratch1, in StackOverflowCheck() argument
|
| /third_party/skia/third_party/externals/tint/src/reader/spirv/ |
| H A D | function.cc | 5282 const auto num_args = inst.NumInOperands(); in EmitImageAccess() local
|
| /third_party/toybox/toys/pending/ |
| H A D | awk.c | 1420 static void check_builtin_arg_counts(int tk, int num_args, char *fname) in check_builtin_arg_counts() argument 1445 int num_args = 0; builtin_call() local 1546 int num_args = 0; function_call() local [all...] |
| /third_party/python/Modules/ |
| H A D | _testcapimodule.c | 2545 int num_args, i; in raise_exception() local
|