Home
last modified time | relevance | path

Searched refs:WasmInstanceNativeAllocations (Results 1 – 1 of 1) sorted by relevance

/external/v8/src/wasm/
Dwasm-objects.cc53 class WasmInstanceNativeAllocations { class
65 WasmInstanceNativeAllocations(Handle<WasmInstanceObject> instance, in WasmInstanceNativeAllocations() function in v8::internal::__anon76dceb4f0111::WasmInstanceNativeAllocations
75 ~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()