Searched refs:into_arrayref (Results 1 – 2 of 2) sorted by relevance
53 pub fn into_arrayref(self, gc_heap: &(impl GcHeap + ?Sized)) -> Result<VMArrayRef, VMGcRef> { in into_arrayref() method
906 .into_arrayref(&*store.unwrap_gc_store().gc_heap) in array_init_data()