Searched refs:consume_index (Results 1 – 1 of 1) sorted by relevance
/third_party/node/deps/v8/src/wasm/ |
D | module-decoder.cc | 1727 return consume_index(name, &module->functions, func); in consume_func_index() 1731 return consume_index("global index", &module->globals, global); in consume_global_index() 1735 return consume_index("table index", &module->tables, table); in consume_table_index() 1739 return consume_index("tag index", &module->tags, tag); in consume_tag_index() 1743 uint32_t consume_index(const char* name, std::vector<T>* vector, T** ptr) { in consume_index() function in v8::internal::wasm::ModuleDecoderImpl
|