Lines Matching refs:instance

107                             ComponentInstance::enter_host_from_wasm(vmctx, |store, instance| {
108 shims!(@invoke $name(store, instance,) $($pname)*)
585 instance: Instance, in resource_new32()
591 instance.resource_new32(store, resource, rep) in resource_new32()
596 instance: Instance, in resource_rep32()
602 instance.resource_rep32(store, resource, idx) in resource_rep32()
607 instance: Instance, in resource_drop()
614 instance.resource_drop(store, resource, idx)?, in resource_drop()
633 instance: Instance, in resource_transfer_own()
640 instance.resource_transfer_own(store, src_idx, src_table, dst_table) in resource_transfer_own()
645 instance: Instance, in resource_transfer_borrow()
652 instance.resource_transfer_borrow(store, src_idx, src_table, dst_table) in resource_transfer_borrow()
663 instance: Instance, in enter_sync_call()
670 instance: instance.id().instance(), in enter_sync_call()
675 instance: instance.id().instance(), in enter_sync_call()
681 fn exit_sync_call(store: &mut dyn VMStore, instance: Instance) -> Result<()> { in exit_sync_call()
683 .component_resource_tables(Some(instance)) in exit_sync_call()
691 instance: Instance, in backpressure_modify()
697 instance: instance.id().instance(), in backpressure_modify()
713 instance: Instance, in task_return()
720 instance.task_return( in task_return()
729 fn task_cancel(store: &mut dyn VMStore, instance: Instance, _caller_instance: u32) -> Result<()> { in task_cancel()
730 instance.task_cancel(store) in task_cancel()
736 instance: Instance, in waitable_set_new()
739 instance.waitable_set_new( in waitable_set_new()
748 instance: Instance, in waitable_set_wait()
754 instance.waitable_set_wait(store, OptionsIndex::from_u32(options), set, payload) in waitable_set_wait()
760 instance: Instance, in waitable_set_poll()
766 instance.waitable_set_poll(store, OptionsIndex::from_u32(options), set, payload) in waitable_set_poll()
772 instance: Instance, in waitable_set_drop()
776 instance.waitable_set_drop( in waitable_set_drop()
786 instance: Instance, in waitable_join()
791 instance.waitable_join( in waitable_join()
802 instance: Instance, in thread_yield()
806 instance in thread_yield()
820 instance: Instance, in subtask_drop()
824 instance.subtask_drop( in subtask_drop()
834 instance: Instance, in subtask_cancel()
839 instance.subtask_cancel( in subtask_cancel()
850 instance: Instance, in prepare_call()
865 instance, in prepare_call()
886 instance: Instance, in sync_start()
895 instance, in sync_start()
908 instance: Instance, in async_start()
918 instance, in async_start()
932 instance: Instance, in future_transfer()
937 instance.future_transfer( in future_transfer()
948 instance: Instance, in stream_transfer()
953 instance.stream_transfer( in stream_transfer()
964 instance: Instance, in error_context_transfer()
971 instance.error_context_transfer(store, src_idx, src_table, dst_table) in error_context_transfer()
988 instance: Instance, in future_new()
992 instance.future_new(store, TypeFutureTableIndex::from_u32(ty)) in future_new()
998 instance: Instance, in future_write()
1006 instance, in future_write()
1018 instance: Instance, in future_read()
1026 instance, in future_read()
1038 instance: Instance, in future_cancel_write()
1044 instance.future_cancel_write( in future_cancel_write()
1055 instance: Instance, in future_cancel_read()
1061 instance.future_cancel_read( in future_cancel_read()
1072 instance: Instance, in future_drop_writable()
1078 instance, in future_drop_writable()
1087 instance: Instance, in future_drop_readable()
1092 instance.future_drop_readable(store, TypeFutureTableIndex::from_u32(ty), reader) in future_drop_readable()
1098 instance: Instance, in stream_new()
1102 instance.stream_new(store, TypeStreamTableIndex::from_u32(ty)) in stream_new()
1108 instance: Instance, in stream_write()
1117 instance, in stream_write()
1130 instance: Instance, in stream_read()
1139 instance, in stream_read()
1152 instance: Instance, in stream_cancel_write()
1158 instance.stream_cancel_write( in stream_cancel_write()
1169 instance: Instance, in stream_cancel_read()
1175 instance.stream_cancel_read( in stream_cancel_read()
1186 instance: Instance, in stream_drop_writable()
1192 instance, in stream_drop_writable()
1201 instance: Instance, in stream_drop_readable()
1206 instance.stream_drop_readable(store, TypeStreamTableIndex::from_u32(ty), reader) in stream_drop_readable()
1212 instance: Instance, in flat_stream_write()
1223 instance, in flat_stream_write()
1238 instance: Instance, in flat_stream_read()
1249 instance, in flat_stream_read()
1264 instance: Instance, in error_context_new()
1271 instance.error_context_new( in error_context_new()
1283 instance: Instance, in error_context_debug_message()
1291 instance, in error_context_debug_message()
1302 instance: Instance, in error_context_drop()
1307 instance.error_context_drop( in error_context_drop()
1317 instance: Instance, in context_get()
1321 instance.context_get(store, slot) in context_get()
1327 instance: Instance, in context_set()
1332 instance.context_set(store, slot, val) in context_set()
1336 fn thread_index(store: &mut dyn VMStore, instance: Instance) -> Result<u32> { in thread_index()
1337 instance.thread_index(store) in thread_index()
1343 instance: Instance, in thread_new_indirect()
1351 instance, in thread_new_indirect()
1363 instance: Instance, in thread_suspend_to_suspended()
1368 instance in thread_suspend_to_suspended()
1382 instance: Instance, in thread_suspend_to()
1387 instance in thread_suspend_to()
1401 instance: Instance, in thread_suspend()
1405 instance in thread_suspend()
1419 instance: Instance, in thread_unsuspend()
1423 instance.resume_thread( in thread_unsuspend()
1435 instance: Instance, in thread_yield_to_suspended()
1440 instance in thread_yield_to_suspended()