Home
last modified time | relevance | path

Searched defs:WasmIndirectFunctionTable (Results 1 – 9 of 9) sorted by relevance

/dports/www/node10/node-v10.24.1/deps/v8/src/wasm/
H A Dwasm-module.h90 struct WasmIndirectFunctionTable { struct
93 uint32_t initial_size = 0; // initial table size.
94 uint32_t maximum_size = 0; // maximum table size.
95 bool has_maximum_size = false; // true if there is a maximum size.
97 std::vector<int32_t> values; // function table, -1 indicating invalid.
98 bool imported = false; // true if imported.
99 bool exported = false; // true if exported.
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/v8/src/wasm/
H A Dwasm-objects.h50 class WasmIndirectFunctionTable; variable
H A Dwasm-objects-inl.h377 OBJECT_CONSTRUCTORS_IMPL(WasmIndirectFunctionTable, Struct) in OBJECT_CONSTRUCTORS_IMPL() argument
/dports/www/chromium-legacy/chromium-88.0.4324.182/v8/src/wasm/
H A Dwasm-objects-inl.h375 OBJECT_CONSTRUCTORS_IMPL(WasmIndirectFunctionTable, Struct) in OBJECT_CONSTRUCTORS_IMPL() argument
/dports/lang/v8/v8-9.6.180.12/src/wasm/
H A Dwasm-objects-inl.h354 TQ_OBJECT_CONSTRUCTORS_IMPL(WasmIndirectFunctionTable) in TQ_OBJECT_CONSTRUCTORS_IMPL() argument
/dports/www/chromium-legacy/chromium-88.0.4324.182/v8/src/diagnostics/
H A Dobjects-debug.cc1566 USE_TORQUE_VERIFIER(WasmIndirectFunctionTable) in USE_TORQUE_VERIFIER() argument
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/v8/src/compiler/
H A Dcode-assembler.h143 class WasmIndirectFunctionTable; variable
/dports/www/chromium-legacy/chromium-88.0.4324.182/v8/src/compiler/
H A Dcode-assembler.h145 class WasmIndirectFunctionTable; variable
/dports/lang/v8/v8-9.6.180.12/src/compiler/
H A Dcode-assembler.h134 class WasmIndirectFunctionTable; variable