Searched refs:LoadElemSegment (Results 1 - 3 of 3) sorted by relevance
/third_party/node/deps/v8/src/wasm/ |
H A D | module-instantiate.h | 40 bool LoadElemSegment(Isolate* isolate, Handle<WasmInstanceObject> instance,
|
H A D | module-instantiate.cc | 1811 // 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 D | wasm-objects.cc | 1365 return wasm::LoadElemSegment(isolate, instance, table_index, segment_index,
|
Completed in 8 milliseconds