Home
last modified time | relevance | path

Searched refs:mono_ldtoken_checked (Results 1 – 8 of 8) sorted by relevance

/dports/lang/mono/mono-5.10.1.57/mono/metadata/
H A Dclass-internals.h1418 mono_ldtoken_checked (MonoImage *image, guint32 token, MonoClass **handle_class, MonoGenericContext…
H A Dclass.c8835 gpointer res = mono_ldtoken_checked (image, token, handle_class, context, &error); in mono_ldtoken()
8841 mono_ldtoken_checked (MonoImage *image, guint32 token, MonoClass **handle_class, in mono_ldtoken_checked() function
H A Dverify.c3732 handle = mono_ldtoken_checked (ctx->image, token, &handle_class, ctx->generic_context, &error); in do_load_token()
/dports/lang/mono/mono-5.10.1.57/mono/mini/
H A Djit-icalls.c914 res = mono_ldtoken_checked (image, token, &handle_class, context, &error); in mono_ldtoken_wrapper()
H A Dmini-runtime.c1501 handle = mono_ldtoken_checked (patch_info->data.token->image, in mono_resolve_patch_target()
1517 handle = mono_ldtoken_checked (patch_info->data.token->image, in mono_resolve_patch_target()
H A Ddebugger-agent.c9414 val = mono_ldtoken_checked (method->klass->image, token, &handle_class, NULL, &error); in method_commands_internal()
H A Dmethod-to-ir.c11274 handle = mono_ldtoken_checked (image, n, &handle_class, generic_context, &cfg->error); in mono_method_to_ir()
/dports/lang/mono/mono-5.10.1.57/mono/mini/interp/
H A Dtransform.c3652 handle = mono_ldtoken_checked (image, token, &klass, generic_context, error); in generate()