Lines Matching refs:root
41 .root() in host_resource_types()
44 .root() in host_resource_types()
402 .root() in drop_host_twice()
467 .root() in manually_destroy()
529 .root() in dynamic_type()
586 .root() in dynamic_val()
715 linker.root().func_wrap("f", |mut cx, ()| { in cannot_reenter_during_import()
762 .root() in active_borrows_at_end_of_call()
818 .root() in thread_through_borrow()
821 .root() in thread_through_borrow()
866 .root() in borrows_must_be_dropped_before_lifting()
916 .root() in cannot_use_borrow_for_own()
919 .root() in cannot_use_borrow_for_own()
968 .root() in can_use_own_for_borrow()
1030 .root() in passthrough_wrong_type()
1033 .root() in passthrough_wrong_type()
1072 .root() in pass_moved_resource()
1214 .root() in host_borrow_as_resource_any()
1217 .root() in host_borrow_as_resource_any()
1234 .root() in host_borrow_as_resource_any()
1236 linker.root().func_wrap("f", |_cx, (_r,): (ResourceAny,)| { in host_borrow_as_resource_any()
1343 .root() in pass_host_borrow_to_guest()
1404 .root() in drop_on_owned_resource()
1406 linker.root().func_wrap("[constructor]t", |_, ()| { in drop_on_owned_resource()
1410 .root() in drop_on_owned_resource()
1484 .root() in guest_different_host_same()
1487 .root() in guest_different_host_same()
1489 linker.root().func_wrap( in guest_different_host_same()
1550 .root() in resource_any_to_typed_handles_borrow()
1553 .root() in resource_any_to_typed_handles_borrow()
1606 .root() in resource_dynamic()
1609 .root() in resource_dynamic()
1650 .root() in resource_dynamic_not_static()
1664 .root() in resource_dynamic_not_static()
1794 let mut root = linker.root(); in drop_after_sync_lowered_async_host_function() localVariable
1795 root.resource("r", ResourceType::host::<u32>(), |_, _| Ok(()))?; in drop_after_sync_lowered_async_host_function()
1796 root.func_wrap_concurrent("f", |_accessor, ()| { in drop_after_sync_lowered_async_host_function()