Home
last modified time | relevance | path

Searched refs:thunks_size (Results 1 – 6 of 6) sorted by relevance

/dports/lang/mono/mono-5.10.1.57/mono/mini/
H A Dmini-arm64.h114 int thunks_size; member
H A Dmini-arm.h298 int thunks_size; member
H A Dmini-arm64.c846 int thunks_size; in create_thunk() local
861 cfg->arch.thunks_size = cfg->thunk_area; in create_thunk()
864 thunks_size = cfg->arch.thunks_size; in create_thunk()
865 if (!thunks_size) { in create_thunk()
866 …g_print ("thunk failed %p->%p, thunk space=%d method %s", code, target, thunks_size, mono_method_f… in create_thunk()
874 cfg->arch.thunks_size -= THUNK_SIZE; in create_thunk()
884 thunks_size = info->thunks_size; in create_thunk()
891 if (orig_target >= thunks && orig_target < thunks + thunks_size) { in create_thunk()
895 for (p = thunks; p < thunks + thunks_size; p += THUNK_SIZE) { in create_thunk()
912 …g_print ("thunk failed %p->%p, thunk space=%d method %s", code, target, thunks_size, cfg ? mono_me… in create_thunk()
H A Dmini-arm.c3734 int thunks_size; in handle_thunk() local
3749 cfg->arch.thunks_size = cfg->thunk_area; in handle_thunk()
3752 thunks_size = cfg->arch.thunks_size; in handle_thunk()
3753 if (!thunks_size) { in handle_thunk()
3754 …g_print ("thunk failed %p->%p, thunk space=%d method %s", code, target, thunks_size, mono_method_f… in handle_thunk()
3763 cfg->arch.thunks_size -= THUNK_SIZE; in handle_thunk()
3771 thunks_size = info->thunks_size; in handle_thunk()
3778 if (orig_target >= thunks && orig_target < thunks + thunks_size) { in handle_thunk()
3782 for (p = thunks; p < thunks + thunks_size; p += THUNK_SIZE) { in handle_thunk()
3799 …g_print ("thunk failed %p->%p, thunk space=%d method %s", code, target, thunks_size, cfg ? mono_me… in handle_thunk()
H A Dmini.c2653 info->thunks_size = cfg->thunk_area; in create_jit_info()
/dports/lang/mono/mono-5.10.1.57/mono/metadata/
H A Ddomain-internals.h186 int thunks_size; member