Searched refs:consume_index (Results 1 – 1 of 1) sorted by relevance
1100 return consume_index("function index", module->functions, func); in consume_func_index()1104 return consume_index("global index", module->globals, global); in consume_global_index()1108 return consume_index("table index", module->tables, table); in consume_table_index()1112 uint32_t consume_index(const char* name, std::vector<T>& vector, T** ptr) { in consume_index() function in v8::internal::wasm::ModuleDecoderImpl