Lines Matching refs:Local
235 Local(LocalMemory), enumerator
256 Memory::Local(memory) in new_dynamic()
289 Memory::Local(memory) in new_static()
381 Memory::Local(mem) => mem.byte_size(), in byte_size()
391 Memory::Local(mem) => mem.needs_init(), in needs_init()
452 Memory::Local(mem) => mem.grow(delta_pages, limiter).await?, in grow()
464 Memory::Local(mem) => mem.vmmemory(), in vmmemory()
479 Memory::Local(mem) => mem.unwrap_static_image(), in unwrap_static_image()
493 Memory::Local(_) => None, in as_shared_memory()
549 Memory::Local(mem) => mem.wasm_accessible(), in wasm_accessible()
556 Memory::Local(mem) => mem.ty(), in ty()