Home
last modified time | relevance | path

Searched refs:hasthis (Results 1 – 25 of 50) sorted by last modified time

12

/dports/lang/mono/mono-5.10.1.57/mono/mini/
H A Dmini-ppc.c235 if (csig->hasthis) { in mono_arch_get_argument_info()
999 int n = sig->hasthis + sig->param_count; in get_call_info()
1021 …if (cinfo->vtype_retaddr && !is_pinvoke && (sig->hasthis || (sig->param_count > 0 && MONO_TYPE_IS_… in get_call_info()
1022 if (sig->hasthis) { in get_call_info()
1026 add_general (&gr, &stack_size, &cinfo->args [sig->hasthis + 0], TRUE); in get_call_info()
1035 if (sig->hasthis) { in get_call_info()
1494 if (sig->hasthis) { in mono_arch_allocate_vars()
1591 n = sig->param_count + sig->hasthis; in mono_arch_emit_call()
1599 if (i >= sig->hasthis) in mono_arch_emit_call()
1600 t = sig->params [i - sig->hasthis]; in mono_arch_emit_call()
[all …]
H A Dsimd-intrinsics.c1827 max = fsig->param_count + fsig->hasthis; in emit_intrinsics()
H A Daot-runtime-wasm.c131 c_count = sig->param_count + sig->hasthis + 1; in wasm_enter_icall_trampoline()
133 if (sig->hasthis) in wasm_enter_icall_trampoline()
136 cookie [1 + sig->hasthis + i ] = type_to_c (sig->params [i]); in wasm_enter_icall_trampoline()
H A Ddebugger-agent.c9799 if (!sig->hasthis) { in frame_commands()
9814 if (!sig->hasthis) { in frame_commands()
H A Dliveness.c545 …le_deadce_vars && !(cfg->gshared && mono_method_signature (cfg->method)->hasthis && cfg->varinfo [… in mono_analyze_liveness()
H A Ddwarfwriter.c1777 for (i = 0; i < sig->param_count + sig->hasthis; ++i) { in mono_dwarf_writer_emit_method()
1780 if (i == 0 && sig->hasthis) { in mono_dwarf_writer_emit_method()
1786 t = sig->params [i - sig->hasthis]; in mono_dwarf_writer_emit_method()
1844 for (i = 0; i < sig->param_count + sig->hasthis; ++i) { in mono_dwarf_writer_emit_method()
1856 if (i == 0 && sig->hasthis) { in mono_dwarf_writer_emit_method()
1863 t = sig->params [i - sig->hasthis]; in mono_dwarf_writer_emit_method()
1864 pname = names [i - sig->hasthis]; in mono_dwarf_writer_emit_method()
1870 sprintf (pname_buf, "param%d", i - sig->hasthis); in mono_dwarf_writer_emit_method()
H A Djit-icalls.c1851 if (m->klass->valuetype && mono_method_signature (m)->hasthis) in mono_llvmonly_init_delegate()
H A Dmethod-to-ir.c1197 if (sig->hasthis) {
1981 if (sig->hasthis) { in check_call_signature()
2290 if (i >= sig->hasthis) in mono_emit_call_args()
2291 t = sig->params [i - sig->hasthis]; in mono_emit_call_args()
2664 if (fsig->hasthis) in emit_extra_arg_calli()
5842 …MonoType *argtype = (sig->hasthis && (i == 0)) ? type_from_stack_type (*sp) : sig->params [i - sig… in mono_save_args()
7364 if (sig->hasthis) in mono_method_to_ir()
8119 n = fsig->param_count + fsig->hasthis; in mono_method_to_ir()
8205 n = fsig->param_count + fsig->hasthis; in mono_method_to_ir()
8967 if (fsig->hasthis) in mono_method_to_ir()
[all …]
H A Dmini-amd64.c949 if (sig->hasthis) { in get_call_info()
960 if (sig->hasthis) in get_call_info()
1104 if (csig->hasthis) { in mono_arch_get_argument_info()
1926 n = sig->param_count + sig->hasthis; in mono_arch_get_llvm_call_info()
1978 if (i >= sig->hasthis) in mono_arch_get_llvm_call_info()
1979 t = sig->params [i - sig->hasthis]; in mono_arch_get_llvm_call_info()
2039 n = sig->param_count + sig->hasthis; in mono_arch_emit_call()
2061 if (sig->hasthis && i == 0) in mono_arch_emit_call()
2064 t = sig->params [i - sig->hasthis]; in mono_arch_emit_call()
2107 if (sig->hasthis && i == 0) in mono_arch_emit_call()
[all …]
H A Dmini-arm.c579 if (csig->hasthis) { in mono_arch_get_argument_info()
1257 int n = sig->hasthis + sig->param_count; in get_call_info()
1375 if (sig->hasthis) { in get_call_info()
1387 if (sig->hasthis) { in get_call_info()
1702 for (i = 0; i < sig->param_count + sig->hasthis; ++i) { in mono_arch_compute_omit_fp()
1943 if (sig->hasthis) { in mono_arch_allocate_vars()
2118 n = sig->param_count + sig->hasthis; in mono_arch_get_llvm_call_info()
2218 n = sig->param_count + sig->hasthis; in mono_arch_emit_call()
2262 if (i >= sig->hasthis) in mono_arch_emit_call()
2263 t = sig->params [i - sig->hasthis]; in mono_arch_emit_call()
[all …]
H A Dmini-profiler.c203 if (!mono_method_signature (ctx->method)->hasthis) in mini_profiler_context_get_this()
H A Dmini-trampolines.c1151 if (sig->hasthis && method->klass->valuetype) { in mono_delegate_trampoline()
1185 callvirt = !delegate->target && sig->hasthis; in mono_delegate_trampoline()
H A Dmini-arm64.c1308 n = sig->hasthis + sig->param_count; in get_call_info()
1328 if (sig->hasthis) in get_call_info()
1332 ainfo = cinfo->args + sig->hasthis + pindex; in get_call_info()
1518 if (sig->hasthis) in mono_arch_start_dyn_call()
1527 ArgInfo *ainfo = &cinfo->args [aindex + sig->hasthis]; in mono_arch_start_dyn_call()
1997 for (i = 0; i < sig->param_count + sig->hasthis; ++i) { in mono_arch_allocate_vars()
2156 n = sig->param_count + sig->hasthis; in mono_arch_get_llvm_call_info()
H A Dmini-sparc.c487 int n = sig->hasthis + sig->param_count; in get_call_info()
508 if (sig->hasthis) in get_call_info()
916 if (sig->hasthis && (i == 0)) in mono_arch_allocate_vars()
1286 n = sig->param_count + sig->hasthis; in mono_arch_emit_call()
1307 if (sig->hasthis && (i == 0)) in mono_arch_emit_call()
1310 arg_type = sig->params [i - sig->hasthis]; in mono_arch_emit_call()
1313 if ((i >= sig->hasthis) && (MONO_TYPE_ISSTRUCT(sig->params [i - sig->hasthis]))) in mono_arch_emit_call()
2134 if (sig->hasthis && (i == 0)) in emit_load_volatile_arguments()
3948 if (sig->hasthis && (i == 0)) in mono_arch_emit_prolog()
4401 if (csig->hasthis) { in mono_arch_get_argument_info()
[all …]
/dports/lang/mujs/mujs-1.2.0/
H A Djsarray.c494 int hasthis = js_gettop(J) >= 3; in Ap_every() local
504 if (hasthis) in Ap_every()
523 int hasthis = js_gettop(J) >= 3; in Ap_some() local
533 if (hasthis) in Ap_some()
552 int hasthis = js_gettop(J) >= 3; in Ap_forEach() local
562 if (hasthis) in Ap_forEach()
579 int hasthis = js_gettop(J) >= 3; in Ap_map() local
591 if (hasthis) in Ap_map()
607 int hasthis = js_gettop(J) >= 3; in Ap_filter() local
620 if (hasthis) in Ap_filter()
/dports/graphics/mupdf/mupdf-1.18.0-source/thirdparty/mujs/
H A Djsarray.c479 int hasthis = js_gettop(J) >= 3; in Ap_every() local
489 if (hasthis) in Ap_every()
508 int hasthis = js_gettop(J) >= 3; in Ap_some() local
518 if (hasthis) in Ap_some()
537 int hasthis = js_gettop(J) >= 3; in Ap_forEach() local
547 if (hasthis) in Ap_forEach()
564 int hasthis = js_gettop(J) >= 3; in Ap_map() local
576 if (hasthis) in Ap_map()
592 int hasthis = js_gettop(J) >= 3; in Ap_filter() local
605 if (hasthis) in Ap_filter()
/dports/lang/mono/mono-5.10.1.57/external/ikvm/reflect/Emit/
H A DILGenerator.cs690 private void UpdateStack(OpCode opc, bool hasthis, Type returnType, int parameterCount) in UpdateStack() argument
699 if ((hasthis && opc != OpCodes.Newobj) || opc == OpCodes.Calli) in UpdateStack()
/dports/lang/mono/mono-5.10.1.57/mono/metadata/
H A Dicall.c1896 callconv |= (sig->hasthis << 5) | (sig->explicit_this << 6); in ves_icall_get_method_info()
H A Dmethod-builder.c200 if (!signature->hasthis) in mono_mb_create_method()
H A Dclass.c2350 sig->hasthis = TRUE; in mono_class_setup_methods()
2360 sig->hasthis = TRUE; in mono_class_setup_methods()
2373 sig->hasthis = TRUE; in mono_class_setup_methods()
2384 sig->hasthis = TRUE; in mono_class_setup_methods()
2393 sig->hasthis = TRUE; in mono_class_setup_methods()
2402 sig->hasthis = TRUE; in mono_class_setup_methods()
H A Dcominterop.c263 res->hasthis = 0; in cominterop_method_signature()
1120 if (!sig->hasthis) in mono_cominterop_get_invoke()
1959 csig->hasthis = 0; in cominterop_setup_marshal_context()
/dports/lang/mono/mono-5.10.1.57/mono/mini/interp/
H A Dinterp-internals.h107 unsigned int hasthis; member
H A Dinterp.c304 rtm->hasthis = sig->hasthis; in mono_interp_get_imethod()
860 if (sig->hasthis) in build_args_from_sig()
932 if (sig->hasthis) { in build_args_from_sig()
1235 if (signature->hasthis) { in dump_args()
1443 if (sig->hasthis) in interp_runtime_invoke()
1515 if (sig->hasthis) in interp_entry()
1787 if (sig->hasthis) in do_jit_call()
1798 if (rmethod->hasthis) { in do_jit_call()
2162 } else if (sig->hasthis) { in interp_create_method_pointer()
2495 if (csignature->hasthis) in interp_exec_method_full()
[all …]
/dports/lang/mono/mono-5.10.1.57/mono/arch/s390x/
H A Dtramp.c124 if (sig->hasthis) { in calculate_sizes()
375 if (sig->hasthis) { in emit_save_parameters()
843 this_flag = (sig->hasthis ? 1 : 0); in mono_arch_create_method_pointer()
/dports/lang/mono/mono-5.10.1.57/mono/dis/
H A Dget.c925 start = method->hasthis ? 0 : 1; in dis_stringify_method_signature_full()
985 if (method->hasthis) in dis_stringify_method_signature_full()

12