Lines Matching refs:OutOfMemory
1 use crate::error::OutOfMemory;
396 ) -> Result<Self, OutOfMemory> { in try_new_() argument
1652 ) -> Result<FuncType, OutOfMemory>; in func_type() argument
1695 ) -> Result<FuncType, OutOfMemory> { in func_type() argument
1738 ) -> Result<FuncType, OutOfMemory> { in func_type() argument
1796 ) -> Result<FuncType, OutOfMemory> {
1828 fn into_func(self, engine: &Engine) -> Result<HostFunc, OutOfMemory>; in into_func() argument
1844 fn into_func(self, engine: &Engine) -> Result<HostFunc, OutOfMemory> {
1861 fn into_func(self, engine: &Engine) -> Result<HostFunc, OutOfMemory> {
1880 fn into_func(self, engine: &Engine) -> Result<HostFunc, OutOfMemory> {
1897 fn into_func(self, engine: &Engine) -> Result<HostFunc, OutOfMemory> {
2251 ) -> Result<StoreBox<VMArrayCallHostFuncContext>, OutOfMemory> in vmctx_sync()
2286 ) -> Result<StoreBox<VMArrayCallHostFuncContext>, OutOfMemory> in vmctx_async()
2416 ) -> Result<Self, OutOfMemory> in new_unchecked()
2437 ) -> Result<Self, OutOfMemory> in new()
2464 pub fn new_async<T, F>(engine: &Engine, ty: FuncType, func: F) -> Result<Self, OutOfMemory> in new_async()
2553 pub fn wrap<T, F, P, R>(engine: &Engine, func: F) -> Result<Self, OutOfMemory> in wrap()
2578 pub fn wrap_async<T, F, P, R>(engine: &Engine, func: F) -> Result<Self, OutOfMemory> in wrap_async()
2663 pub unsafe fn to_func(self: &Arc<Self>, store: &mut StoreOpaque) -> Result<Func, OutOfMemory> { in to_func() argument
2723 unsafe fn into_func(self, store: &mut StoreOpaque) -> Result<Func, OutOfMemory> { in into_func() argument