Searched refs:consume_index (Results 1 – 1 of 1) sorted by relevance
904 return consume_index("function index", module->functions, func); in consume_func_index()908 return consume_index("global index", module->globals, global); in consume_global_index()913 return consume_index("table index", module->function_tables, table); in consume_table_index()917 uint32_t consume_index(const char* name, std::vector<T>& vector, T** ptr) { in consume_index() function in v8::internal::wasm::__anon96a422e80111::ModuleDecoder