Searched refs:WasmInstanceNativeAllocations (Results 1 – 1 of 1) sorted by relevance
53 class WasmInstanceNativeAllocations { class65 WasmInstanceNativeAllocations(Handle<WasmInstanceObject> instance, in WasmInstanceNativeAllocations() function in v8::internal::__anon76dceb4f0111::WasmInstanceNativeAllocations75 ~WasmInstanceNativeAllocations() { free(); } in ~WasmInstanceNativeAllocations()133 size_t estimate = sizeof(WasmInstanceNativeAllocations) + in EstimateNativeAllocationsSize()142 WasmInstanceNativeAllocations* GetNativeAllocations( in GetNativeAllocations()144 return reinterpret_cast<Managed<WasmInstanceNativeAllocations>*>( in GetNativeAllocations()1255 auto native_allocations = Managed<WasmInstanceNativeAllocations>::Allocate( in New()