Home
last modified time | relevance | path

Searched refs:hasthis (Results 1 – 25 of 50) sorted by relevance

12

/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/aseprite/aseprite-1.2.9/third_party/mujs/
H A Djsarray.c464 int hasthis = js_gettop(J) >= 3; in Ap_every() local
474 if (hasthis) in Ap_every()
493 int hasthis = js_gettop(J) >= 3; in Ap_some() local
503 if (hasthis) in Ap_some()
522 int hasthis = js_gettop(J) >= 3; in Ap_forEach() local
532 if (hasthis) in Ap_forEach()
549 int hasthis = js_gettop(J) >= 3; in Ap_map() local
561 if (hasthis) in Ap_map()
577 int hasthis = js_gettop(J) >= 3; in Ap_filter() local
590 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/mono/mini/
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 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 …]
H A Dmini-generic-sharing.c1263 if (sig->hasthis) in mini_get_gsharedvt_in_sig_wrapper()
1269 mono_mb_emit_ldarg (mb, i + (sig->hasthis == TRUE)); in mini_get_gsharedvt_in_sig_wrapper()
1271 mono_mb_emit_ldarg_addr (mb, i + (sig->hasthis == TRUE)); in mini_get_gsharedvt_in_sig_wrapper()
1342 if (sig->hasthis) in mini_get_gsharedvt_out_sig_wrapper()
1368 mono_mb_emit_ldarg (mb, sig->hasthis ? 1 : 0); in mini_get_gsharedvt_out_sig_wrapper()
1371 if (sig->hasthis) in mini_get_gsharedvt_out_sig_wrapper()
1505 name = sig->hasthis ? "interp_in" : "interp_in_static"; in mini_get_interp_in_wrapper()
1532 mono_mb_emit_ldarg (mb, i + (sig->hasthis == TRUE)); in mini_get_interp_in_wrapper()
1538 if (sig->hasthis) in mini_get_interp_in_wrapper()
1548 if (sig->hasthis) in mini_get_interp_in_wrapper()
[all …]
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 Ddebug-mini.c256 if (sig->hasthis) { in mono_debug_close_method()
262 write_variable (cfg->args [i + sig->hasthis], &jit->params [i]); in mono_debug_close_method()
561 if (mono_method_signature (method)->hasthis) { in deserialize_debug_info()
H A Dmini-x86.c339 int n = sig->hasthis + sig->param_count; in get_call_info_internal()
425 if (sig->hasthis) { in get_call_info_internal()
436 if (sig->hasthis) in get_call_info_internal()
562 int n = sig->hasthis + sig->param_count; in get_call_info()
610 if (csig->hasthis) { in mono_arch_get_argument_info()
1249 n = sig->param_count + sig->hasthis; in mono_arch_get_llvm_call_info()
1293 if (i >= sig->hasthis) in mono_arch_get_llvm_call_info()
1294 t = sig->params [i - sig->hasthis]; in mono_arch_get_llvm_call_info()
1375 n = sig->param_count + sig->hasthis; in mono_arch_emit_call()
1429 if (i >= sig->hasthis) in mono_arch_emit_call()
[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-mips.c483 if (csig->hasthis) { in mono_arch_get_argument_info()
1042 int n = sig->hasthis + sig->param_count; in get_call_info()
1069 if (sig->hasthis) { in get_call_info()
1082 if (sig->hasthis) { in get_call_info()
1086 add_int32_arg (cinfo, cinfo->args + sig->hasthis); in get_call_info()
1094 if (sig->hasthis) { in get_call_info()
1562 if (sig->hasthis && (i == 0)) in mono_arch_allocate_vars()
1565 arg_type = sig->params [i - sig->hasthis]; in mono_arch_allocate_vars()
1674 n = sig->param_count + sig->hasthis; in mono_arch_emit_call()
1684 if (i >= sig->hasthis) in mono_arch_emit_call()
[all …]
H A Dmini-runtime.c670 g_assert (!sig->hasthis); in register_opcode_emulation()
2500 …MonoMethodSignature *wrapper_sig = mini_get_gsharedvt_out_sig_wrapper_signature (sig->hasthis, sig… in create_runtime_invoke_info()
2517 …MonoMethodSignature *wrapper_sig = mini_get_gsharedvt_out_sig_wrapper_signature (sig->hasthis, sig… in create_runtime_invoke_info()
2559 args = (void **)g_alloca ((sig->param_count + sig->hasthis + 2) * sizeof (gpointer)); in mono_llvmonly_runtime_invoke()
2560 param_refs = (gpointer*)g_alloca ((sig->param_count + sig->hasthis + 2) * sizeof (gpointer)); in mono_llvmonly_runtime_invoke()
2566 if (sig->hasthis) in mono_llvmonly_runtime_invoke()
2758 args = (void **)g_alloca ((sig->param_count + sig->hasthis) * sizeof (gpointer)); in mono_jit_runtime_invoke()
2760 if (sig->hasthis) in mono_jit_runtime_invoke()
3190 …(mono_method_signature (method)->hasthis && (mono_class_is_marshalbyref (method->klass) || method-… in mono_jit_create_remoting_trampoline()
4582 if (mono_class_is_marshalbyref (method->klass) && mono_method_signature (method)->hasthis) { in mono_precompile_assembly()
H A Dmini-profiler.c203 if (!mono_method_signature (ctx->method)->hasthis) in mini_profiler_context_get_this()
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-s390x.c589 if (csig->hasthis) { in mono_arch_get_argument_info()
1042 if (sig->hasthis) { in enter_method()
1678 int nParm = sig->hasthis + sig->param_count; in get_call_info()
1781 (sig->hasthis || in get_call_info()
1784 if (sig->hasthis) { in get_call_info()
1798 if (sig->hasthis) { in get_call_info()
2120 if (sig->hasthis) { in mono_arch_allocate_vars()
2414 n = sig->param_count + sig->hasthis; in mono_arch_emit_call()
2444 if (i >= sig->hasthis) in mono_arch_emit_call()
2445 t = sig->params [i - sig->hasthis]; in mono_arch_emit_call()
[all …]
H A Dtrace.c174 if (mono_method_signature (method)->hasthis) { in mono_trace_enter_method()
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-llvm.c1241 if (sig->hasthis) in sig_to_llvm_sig_no_cinfo()
1395 if (sig->hasthis) { in sig_to_llvm_sig_full()
1403 LLVMArgInfo *ainfo = &cinfo->args [i + sig->hasthis]; in sig_to_llvm_sig_full()
2957 LLVMArgInfo *ainfo = &linfo->args [i + sig->hasthis]; in emit_entry_bb()
2958 int reg = cfg->args [i + sig->hasthis]->dreg; in emit_entry_bb()
3066 if (sig->hasthis) in emit_entry_bb()
3512 if (i == 0 && sig->hasthis) in process_call()
6716 n = sig->param_count + sig->hasthis; in get_llvm_call_info()
6720 if (sig->hasthis) in get_llvm_call_info()
7052 if (sig->hasthis) { in emit_method_inner()
[all …]
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 …]
/dports/lang/mono/mono-5.10.1.57/mono/mini/interp/
H A Dtransform.c530 gboolean hasthis = mono_method_signature (td->method)->hasthis; in load_arg() local
531 if (hasthis && n == 0) in load_arg()
545 if (hasthis && n == 0) { in load_arg()
557 if (hasthis && n == 0) { in load_arg()
579 gboolean hasthis = mono_method_signature (td->method)->hasthis; in store_arg() local
580 if (hasthis && n == 0) in store_arg()
609 gboolean hasthis = mono_method_signature (td->method)->hasthis; in store_inarg() local
610 if (hasthis && n == 0) in store_inarg()
616 if (hasthis && n == 0) { in store_inarg()
1756 if (signature->hasthis) in generate()
[all …]
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/metadata/
H A Dmarshal.c670 sig->hasthis = 0; in mono_ftnptr_to_delegate_handle()
2588 if (sig->hasthis) in mono_signature_to_name()
4751 if (sig->hasthis) in mono_marshal_get_icall_wrapper()
4757 if (sig->hasthis) in mono_marshal_get_icall_wrapper()
7674 if (sig->hasthis) in mono_marshal_emit_native_wrapper()
7763 if (sig->hasthis) in mono_marshal_emit_native_wrapper()
8085 if (sig->hasthis) in mono_marshal_get_native_wrapper()
8451 sig->hasthis = 0; in mono_marshal_get_native_func_wrapper_aot()
8929 csig->hasthis = 0; in mono_marshal_get_managed_wrapper()
9681 if (sig->hasthis) in mono_marshal_get_synchronized_wrapper()
[all …]
H A Dremoting.c507 if (!sig->hasthis) in mono_marshal_get_remoting_invoke()
726 csig->hasthis = FALSE; in mono_marshal_get_xappdomain_dispatch()
981 if (!mono_method_signature (method)->hasthis) in mono_marshal_get_xappdomain_invoke()
1338 g_assert (mono_method_signature (method)->hasthis); in mono_marshal_get_remoting_invoke_with_check()
/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()

12