Home
last modified time | relevance | path

Searched refs:is_inflated (Results 1 – 25 of 34) sorted by relevance

12

/dports/games/leela-zero/leela-zero-0.17/src/
H A DUCTNodePointer.cpp57 if (is_inflated(v)) { in ~UCTNodePointer()
89 if (is_inflated(v)) { in operator =()
105 if (is_inflated(v)) return; in inflate()
124 if (is_inflated(v)) return read_ptr(v)->valid(); in valid()
130 if (is_inflated(v)) return read_ptr(v)->get_visits(); in get_visits()
136 if (is_inflated(v)) return read_ptr(v)->get_policy(); in get_policy()
141 assert(is_inflated()); in get_eval_lcb()
148 if (is_inflated(v)) return read_ptr(v)->active(); in active()
155 assert(is_inflated(v)); in get_eval()
161 if (is_inflated(v)) return read_ptr(v)->get_move(); in get_move()
H A DUCTNodePointer.h94 bool is_inflated(uint64_t v) const { in is_inflated() function
107 bool is_inflated() const { in is_inflated() function
108 return is_inflated(m_data.load()); in is_inflated()
H A DUCTNode.cpp330 if (child.is_inflated() && child->m_expand_state.load() == ExpandState::EXPANDING) { in uct_select_child()
429 if (child.is_inflated()) { in count_nodes_and_clear_expand_state()
/dports/lang/mono/mono-5.10.1.57/mono/mini/
H A Dmini-trampolines.c189 if (imt_method->is_inflated && ((MonoMethodInflated*)imt_method)->context.method_inst) { in mini_resolve_imt_method()
278 if (!m->is_inflated) in is_generic_method_definition()
345 g_assert (m->is_inflated); in mini_add_method_trampoline()
455 g_assert (m->is_inflated); in mini_add_method_wrappers_llvmonly()
606 if (m->is_inflated) in common_call_trampoline()
618 g_assert (generic_virtual->is_inflated); in common_call_trampoline()
639 if (m->is_inflated && mono_method_get_context (m)->method_inst) { in common_call_trampoline()
677 if (m->is_inflated) in common_call_trampoline()
698 if (actual_method->is_inflated) in common_call_trampoline()
949 if (m->is_inflated) in mono_generic_virtual_remoting_trampoline()
[all …]
H A Djit-icalls.c76 if (gshared && method->is_inflated && mono_method_get_context (method)->method_inst) { in ldvirtfn_internal()
930 if (sig->is_inflated) { in mono_ldtoken_wrapper_generic_shared()
1363 if (cmethod->is_inflated) in constrained_gsharedvt_call_setup()
1541 if (imt_method->is_inflated && ((MonoMethodInflated*)imt_method)->context.method_inst) in resolve_iface_call()
1583 if (!m->is_inflated) in is_generic_method_definition()
1624 if (m->is_inflated) in resolve_vcall()
1636 g_assert (generic_virtual->is_inflated); in resolve_vcall()
1708 if (m->is_inflated) in mono_resolve_generic_virtual_call()
1718 g_assert (generic_virtual->is_inflated); in mono_resolve_generic_virtual_call()
H A Dtrace.c153 if (method->is_inflated) { in mono_trace_enter_method()
317 if (method->is_inflated) { in mono_trace_leave_method()
H A Dmini-generic-sharing.c460 g_assert (method->is_inflated); in mono_method_get_declaring_generic_method()
487 if (method->is_inflated) in mono_class_get_method_generic()
1190 res->is_inflated = 0; in mini_get_underlying_signature()
1911 g_assert (method->method.method.is_inflated); in instantiate_info()
1925 g_assert (method->method.method.is_inflated); in instantiate_info()
1968 g_assert (method->is_inflated); in instantiate_info()
2014 g_assert (method->is_inflated); in instantiate_info()
2802 if (method->is_inflated) in mono_method_is_generic_impl()
2835 if (method->is_inflated) { in mini_method_is_open()
2947 if (method->is_inflated) { in mono_method_is_generic_sharable_full()
[all …]
H A Dseq-points.c259 if (method->is_inflated) { in mono_get_seq_points()
266 if (!seq_points && method->is_inflated) { in mono_get_seq_points()
H A Daot-compiler.c3371 if (method->is_inflated) { in encode_method_ref()
4238 g_assert (m->is_inflated); in add_wrappers()
4252 g_assert (m->is_inflated); in add_wrappers()
4267 g_assert (m->is_inflated); in add_wrappers()
4544 if (method->is_inflated) { in method_has_type_vars()
7824 if (!method->is_inflated) in compile_method()
8645 if (method->is_inflated) { in append_mangled_wrapper()
8729 if (method->is_inflated) { in append_mangled_method()
9364 if (method->is_inflated) in mono_aot_method_hash()
11700 if (m->is_inflated) in add_profile_instances()
[all …]
H A Daot-runtime.c1162 gboolean is_inflated = decode_value (p, &p); in decode_method_ref_with_target() local
1165 if (is_inflated) { in decode_method_ref_with_target()
4195 …gboolean not_normal_gshared = method->is_inflated && !mono_method_is_generic_sharable_full (method… in mono_aot_can_dedup()
4534 …if (method->is_inflated && !method->wrapper_type && mono_method_is_generic_sharable_full (method, … in mono_aot_get_method_checked()
4552 if (method_index == 0xffffff && (method->is_inflated || !method->token)) { in mono_aot_get_method_checked()
4682 …if (method_index == 0xffffff && method->is_inflated && mono_method_is_generic_sharable_full (metho… in mono_aot_get_method_checked()
4692 …if (method_index == 0xffffff && method->is_inflated && mono_method_is_generic_sharable_full (metho… in mono_aot_get_method_checked()
5650 if (method->is_inflated && !mono_method_is_generic_sharable_full (method, FALSE, FALSE, FALSE)) { in mono_aot_get_unbox_trampoline()
H A Dmini.c1091 while (method_definition->is_inflated) { in mono_compile_is_broken()
2331 if (cfg->method->is_inflated || mono_method_get_generic_container (cfg->method) || in mono_codegen()
2804 if (!method->is_inflated) in is_gsharedvt_method()
2827 if (!method->is_inflated) in is_open_method()
3224 g_assert (method->is_inflated); in mini_method_compile()
3231 g_assert (method_to_compile->is_inflated); in mini_method_compile()
H A Dmethod-to-ir.c2967 if (method->is_inflated && mono_method_get_context (method)->method_inst) { in emit_get_rgctx()
5708 if (declaring->is_inflated) in mini_emit_inst_for_method()
5774 cmethod->is_inflated && in mini_emit_inst_for_method()
7322 while (method_definition->is_inflated) { in mono_method_to_ir()
7333 if (sig->is_inflated) in mono_method_to_ir()
7343 g_assert (method->is_inflated); in mono_method_to_ir()
7346 if (method->is_inflated && mono_method_get_context (method)->method_inst) in mono_method_to_ir()
8374 if (method->is_inflated) { in mono_method_to_ir()
8732 g_assert (fsig->is_inflated); in mono_method_to_ir()
8743 g_assert (cmethod->is_inflated); in mono_method_to_ir()
[all …]
H A Ddebugger-agent.c4348 if (method->is_inflated && ((MonoMethodInflated*)method)->declaring == bp->method) in bp_matches_method()
4351 if (bp->method->is_inflated && method->is_inflated) { in bp_matches_method()
4409 if (jmethod->is_inflated) in add_pending_breakpoints()
4649 if (!frame->jit && frame->api_method->is_inflated) in ensure_jit()
9282 if (method->is_generic || method->is_inflated) { in method_commands_internal()
9310 if (method->is_inflated) { in method_commands_internal()
H A Dmini-runtime.c2033 if (method->is_inflated) in mono_jit_compile_method_with_opt()
3310 if (method->is_inflated && is_callee_gsharedvt_variable (method_ptr)) { in mini_get_delegate_arg()
3352 …is_virtual_generic = method->is_inflated && mono_method_get_declaring_generic_method (method)->is_… in mono_get_delegate_virtual_invoke_impl()
/dports/lang/mono/mono-5.10.1.57/mono/metadata/
H A Dloader.c570 res->is_inflated = 1; in inflate_generic_signature_checked()
676 if ((method->flags & METHOD_ATTRIBUTE_PINVOKE_IMPL) || !method->is_inflated) { in mono_method_get_signature_checked()
953 g_assert (method->is_inflated); in method_from_methodspec()
1795 if (!used_context && !result->is_inflated) { in mono_get_method_checked()
1849 if (method->is_inflated) { in get_method_constrained()
2005 if (method->is_inflated) in mono_method_get_param_names()
2441 if (m->is_inflated) { in mono_method_signature_checked()
2640 if (method->is_inflated) { in mono_method_get_header_checked()
H A Dmetadata-internals.h605 unsigned int is_inflated : 1; member
H A Dreflection.c1320 if (method->is_inflated) in get_default_param_value_blobs()
2298 if (method->is_inflated) { in mono_reflection_get_token_checked()
2457 if (method->is_inflated) in reflection_bind_generic_method_parameters()
H A Dclass.c1041 while (method->is_inflated) { in mono_class_inflate_generic_method_full_checked()
1115 result->is_inflated = TRUE; in mono_class_inflate_generic_method_full_checked()
1212 if (method->is_inflated) { in mono_method_get_context_general()
3946 if (method->is_inflated && (method->flags & METHOD_ATTRIBUTE_VIRTUAL)) { in mono_method_try_get_vtable_index()
4034 while (method->is_inflated) in mono_method_get_method_definition()
4712 g_assert (method->is_inflated); in mono_method_get_vtable_slot()
4748 if (method->is_inflated && (method->flags & METHOD_ATTRIBUTE_VIRTUAL)) { in mono_method_get_vtable_index()
5202 if (cmethod->is_inflated) in mono_class_has_finalizer()
10512 if (called->is_inflated) { in mono_method_can_access_method_full()
H A Dmarshal.c2880 if (wrapper->is_inflated) { in mono_marshal_method_from_wrapper()
2894 if (wrapper->is_inflated) { in mono_marshal_method_from_wrapper()
3019 g_assert (orig_method->is_inflated); in check_generic_wrapper_cache()
3164 if (method->is_inflated) { in mono_marshal_get_delegate_begin_invoke()
3406 if (method->is_inflated) { in mono_marshal_get_delegate_end_invoke()
3537 if (target_method->is_inflated) { in mono_marshal_get_delegate_invoke_internal()
3562 if (method->is_inflated && subtype == WRAPPER_SUBTYPE_NONE) { in mono_marshal_get_delegate_invoke_internal()
3612 g_assert (!method->is_inflated); in mono_marshal_get_delegate_invoke_internal()
8382 g_assert (!sig->is_inflated); in mono_marshal_get_native_func_wrapper()
9512 if (method->is_inflated && !mono_method_get_context (method)->method_inst) { in mono_marshal_get_synchronized_inner_wrapper()
[all …]
H A Dicall.c3132 if (!method->is_inflated) in ves_icall_MonoMethod_GetGenericMethodDefinition()
3216 if (method->is_inflated) { in ves_icall_MonoMethod_GetGenericArguments()
4153 if (method1->is_inflated) in property_accessor_override()
4155 if (method2->is_inflated) in property_accessor_override()
5181 while (m->is_inflated) in ves_icall_GetCurrentMethod()
5192 if (method->is_inflated && ((MonoMethodInflated*)method)->context.method_inst) { in mono_method_get_equivalent_method()
6320 if (!method->is_inflated) { in ves_icall_System_Delegate_CreateDelegate_internal()
8392 if (method->is_inflated) in mono_lookup_internal_call_full()
H A Dcustom-attrs.c1390 if (method->is_inflated) in mono_custom_attrs_from_method_checked()
1616 if (method->is_inflated) in mono_custom_attrs_from_param_checked()
H A Ddebug-helpers.c912 if (method->is_inflated && ((MonoMethodInflated*)method)->context.method_inst) { in mono_method_get_name_full()
H A Dclass-internals.h87 unsigned int is_inflated:1; /* whether we're a MonoMethodInflated */ member
H A Dsre.c670 g_assert (!method->is_inflated); in mono_image_get_methodref_token()
791 g_assert (method->is_inflated); in method_encode_methodspec()
837 g_assert (method->is_inflated); in mono_image_get_methodspec_token()
1157 if (method->is_inflated) { in mono_image_create_token()
/dports/lang/mono/mono-5.10.1.57/mono/profiler/
H A Daot.c372 if (m->is_inflated) { in add_method()

12