Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/wasm/
H A Dwasm-objects-inl.h62 #define OPTIONAL_ACCESSORS(holder, name, type, offset) \ macro
109 OPTIONAL_ACCESSORS(WasmMemoryObject, instances, WeakArrayList, kInstancesOffset)
233 OPTIONAL_ACCESSORS(WasmInstanceObject, memory_object, WasmMemoryObject,
235 OPTIONAL_ACCESSORS(WasmInstanceObject, untagged_globals_buffer, JSArrayBuffer,
237 OPTIONAL_ACCESSORS(WasmInstanceObject, tagged_globals_buffer, FixedArray,
239 OPTIONAL_ACCESSORS(WasmInstanceObject, imported_mutable_globals_buffers,
241 OPTIONAL_ACCESSORS(WasmInstanceObject, tables, FixedArray, kTablesOffset)
242 OPTIONAL_ACCESSORS(WasmInstanceObject, indirect_function_tables, FixedArray,
246 OPTIONAL_ACCESSORS(WasmInstanceObject, indirect_function_table_refs, FixedArray,
248 OPTIONAL_ACCESSORS(WasmInstanceObjec
320 #undef OPTIONAL_ACCESSORS global() macro
[all...]

Completed in 2 milliseconds