HomeSort by relevance Sort by last modified time
    Searched refs:WasmIndirectFunctionTable (Results 1 - 4 of 4) sorted by null

  /external/v8/src/wasm/
wasm-module.h 103 struct WasmIndirectFunctionTable {
167 std::vector<WasmIndirectFunctionTable> function_tables; // function tables.
303 const WasmIndirectFunctionTable* GetTable(uint32_t index) const {
module-decoder.cc 352 WasmIndirectFunctionTable* table = &module->function_tables.back();
420 WasmIndirectFunctionTable* table = &module->function_tables.back();
491 WasmIndirectFunctionTable* table = nullptr;
575 WasmIndirectFunctionTable* table = nullptr;
    [all...]
wasm-module.cc     [all...]
wasm-interpreter.cc 874 const WasmIndirectFunctionTable* table =
    [all...]

Completed in 667 milliseconds