Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/wasm/
H A Dmodule-instantiate.h40 bool LoadElemSegment(Isolate* isolate, Handle<WasmInstanceObject> instance,
H A Dmodule-instantiate.cc1811 // TODO(wasm): reduce duplication with LoadElemSegment() further below in ProcessExports()
2026 ErrorThrower thrower(isolate, "LoadElemSegment"); in LoadElemSegmentImpl()
2089 bool LoadElemSegment(Isolate* isolate, Handle<WasmInstanceObject> instance, in LoadElemSegment() function
2096 Zone zone(&allocator, "LoadElemSegment"); in LoadElemSegment()
H A Dwasm-objects.cc1365 return wasm::LoadElemSegment(isolate, instance, table_index, segment_index,

Completed in 8 milliseconds