Home
last modified time | relevance | path

Searched defs:num_args (Results 51 - 73 of 73) sorted by relevance

123

/third_party/node/deps/v8/src/builtins/s390/
H A Dbuiltins-s390.cc1751 static void GenerateInterpreterPushArgs(MacroAssembler* masm, Register num_args, in GenerateInterpreterPushArgs() argument
/third_party/node/deps/v8/src/maglev/
H A Dmaglev-ir.h1307 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 Dbuiltins-mips.cc1437 static void GenerateInterpreterPushArgs(MacroAssembler* masm, Register num_args, in GenerateInterpreterPushArgs() argument
/third_party/node/deps/v8/src/codegen/mips64/
H A Dmacro-assembler-mips64.cc4845 void MacroAssembler::StackOverflowCheck(Register num_args, Register scratch1, in CallRecordWriteStub() argument
/third_party/node/deps/v8/src/builtins/ia32/
H A Dbuiltins-ia32.cc1418 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 Dmacro-assembler-arm.cc1573 void MacroAssembler::StackOverflowCheck(Register num_args, Register scratch, in CallRecordWriteStub() argument
/third_party/node/deps/v8/src/codegen/arm64/
H A Dmacro-assembler-arm64.cc2281 void MacroAssembler::StackOverflowCheck(Register num_args, in StackOverflowCheck() argument
/third_party/node/deps/v8/src/builtins/arm64/
H A Dbuiltins-arm64.cc1650 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 Dmacro-assembler-ppc.cc1428 void MacroAssembler::StackOverflowCheck(Register num_args, Register scratch, in CallRecordWriteStub() argument
/third_party/node/deps/v8/src/codegen/loong64/
H A Dmacro-assembler-loong64.cc2962 void MacroAssembler::StackOverflowCheck(Register num_args, Register scratch1, in CallRecordWriteStub() argument
/third_party/node/deps/v8/src/codegen/x64/
H A Dmacro-assembler-x64.cc2604 StackOverflowCheck( Register num_args, Label* stack_overflow, Label::Distance stack_overflow_distance) CallRecordWriteStub() argument
/third_party/mesa3d/src/gallium/auxiliary/gallivm/
H A Dlp_bld_sample_soa.c4103 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 Dexceptions.c3789 Py_ssize_t num_args, caught_type_size, base_exc_size; in _PyErr_TrySetFromCause() local
/third_party/mesa3d/src/amd/llvm/
H A Dac_llvm_build.c2105 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 Ddxil_module.c2774 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 Dnir_to_dxil.c3376 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 Dmacro-assembler-s390.cc1624 void MacroAssembler::StackOverflowCheck(Register num_args, Register scratch, in CallRecordWriteStub() argument
/third_party/node/deps/v8/src/codegen/mips/
H A Dmacro-assembler-mips.cc4318 void MacroAssembler::StackOverflowCheck(Register num_args, Register scratch1, in CallRecordWriteStub() argument
/third_party/node/deps/v8/src/builtins/x64/
H A Dbuiltins-x64.cc1402 static void GenerateInterpreterPushArgs(MacroAssembler* masm, Register num_args, in GenerateInterpreterPushArgs() argument
/third_party/node/deps/v8/src/codegen/riscv64/
H A Dmacro-assembler-riscv64.cc3681 void MacroAssembler::StackOverflowCheck(Register num_args, Register scratch1, in StackOverflowCheck() argument
/third_party/skia/third_party/externals/tint/src/reader/spirv/
H A Dfunction.cc5282 const auto num_args = inst.NumInOperands(); in EmitImageAccess() local
/third_party/toybox/toys/pending/
H A Dawk.c1420 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.c2545 int num_args, i; in raise_exception() local

Completed in 151 milliseconds

123