Home
last modified time | relevance | path

Searched refs:mono_thread_force_interruption_checkpoint_noraise (Results 1 – 10 of 10) sorted by relevance

/dports/lang/mono/mono-5.10.1.57/mono/metadata/
H A Dthreads-types.h231 MonoException* mono_thread_force_interruption_checkpoint_noraise (void);
H A Dthreads.c4626 mono_thread_force_interruption_checkpoint_noraise (void) in mono_thread_force_interruption_checkpoint_noraise() function
H A Dmarshal.c2444 emit_thread_interrupt_checkpoint_call (mb, mono_thread_force_interruption_checkpoint_noraise); in emit_thread_force_interrupt_checkpoint()
/dports/lang/mono/mono-5.10.1.57/mono/mini/
H A Dtramp-s390x.c323 S390_SET (buf, s390_r1, (guint8 *)mono_thread_force_interruption_checkpoint_noraise); in mono_arch_create_generic_trampoline()
H A Dtramp-arm64.c254 …e = mono_arm_emit_imm64 (code, ARMREG_IP0, (guint64)mono_thread_force_interruption_checkpoint_nora… in mono_arch_create_generic_trampoline()
H A Dtramp-x86.c350 x86_call_code (code, (guint8*)mono_thread_force_interruption_checkpoint_noraise); in mono_arch_create_generic_trampoline()
H A Dtramp-arm.c337 *(gpointer*)code = mono_thread_force_interruption_checkpoint_noraise; in mono_arch_create_generic_trampoline()
H A Dtramp-amd64.c498 amd64_mov_reg_imm (code, AMD64_R11, (guint8*)mono_thread_force_interruption_checkpoint_noraise); in mono_arch_create_generic_trampoline()
H A Dmini-runtime.c4131 …register_icall (mono_thread_force_interruption_checkpoint_noraise, "mono_thread_force_interruption… in register_icalls()
H A Daot-runtime.c5163 target = mono_thread_force_interruption_checkpoint_noraise; in load_function_full()