Home
last modified time | relevance | path

Searched refs:thunk_code (Results 1 – 3 of 3) sorted by relevance

/dports/lang/mono/mono-5.10.1.57/mono/mini/
H A Dtramp-amd64.c159 guint8 *thunk_start, *thunk_code; in mono_arch_patch_callsite() local
161 thunk_start = thunk_code = (guint8 *)mono_domain_code_reserve (mono_domain_get (), 32); in mono_arch_patch_callsite()
162 amd64_jump_membase (thunk_code, AMD64_RIP, 0); in mono_arch_patch_callsite()
163 *(guint64*)thunk_code = (guint64)addr; in mono_arch_patch_callsite()
166 mono_arch_flush_icache (thunk_start, thunk_code - thunk_start); in mono_arch_patch_callsite()
195 guint8 *thunk_start, *thunk_code; in mono_arch_create_llvm_native_thunk() local
197 thunk_start = thunk_code = (guint8 *)mono_domain_code_reserve (mono_domain_get (), 32); in mono_arch_create_llvm_native_thunk()
198 amd64_jump_membase (thunk_code, AMD64_RIP, 0); in mono_arch_create_llvm_native_thunk()
199 *(guint64*)thunk_code = (guint64)addr; in mono_arch_create_llvm_native_thunk()
201 mono_arch_flush_icache (thunk_start, thunk_code - thunk_start); in mono_arch_create_llvm_native_thunk()
[all …]
/dports/science/py-scipy/scipy-1.7.1/scipy/sparse/
H A Dgenerate_sparsetools.py323 thunk_code = THUNK_TEMPLATE % dict(name=name,
331 return thunk_code, method_code
/dports/games/libretro-paralleln64/parallel-n64-6e26fbb/mupen64plus-rsp-paraLLEl/
H A Drsp_jit.cpp429 void *thunk_code = allocator.allocate_code(code_size); in init_jit_thunks() local
430 if (!thunk_code) in init_jit_thunks()
432 jit_set_code(thunk_code, code_size); in init_jit_thunks()
444 if (!Allocator::commit_code(thunk_code, code_size)) in init_jit_thunks()