Home
last modified time | relevance | path

Searched refs:IftNativeAllocations (Results 1 - 1 of 1) sorted by relevance

/third_party/node/deps/v8/src/wasm/
H A Dwasm-objects.cc689 class IftNativeAllocations { class
691 IftNativeAllocations(Handle<WasmIndirectFunctionTable> table, uint32_t size) in IftNativeAllocations() function in v8::internal::__anon15242::IftNativeAllocations
703 DCHECK_EQ(this, Managed<IftNativeAllocations>::cast( in resize()
725 auto native_allocations = Managed<IftNativeAllocations>::Allocate( in New()
726 isolate, IftNativeAllocations::SizeInMemory(size), table, size); in New()
766 Managed<IftNativeAllocations>::cast(table->managed_native_allocations()) in Resize()

Completed in 5 milliseconds