Home
last modified time | relevance | path

Searched refs:consume_global_index (Results 1 – 1 of 1) sorted by relevance

/external/v8/src/wasm/
Dmodule-decoder.cc649 exp->index = consume_global_index(module_.get(), &global); in DecodeExportSection()
1103 uint32_t consume_global_index(WasmModule* module, WasmGlobal** global) { in consume_global_index() function in v8::internal::wasm::ModuleDecoderImpl