Home
last modified time | relevance | path

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

/external/v8/src/wasm/
Dmodule-decoder.cc599 DecodeGlobalInModule(module_.get(), i + imported_globals, global); in DecodeGlobalSection()
973 void DecodeGlobalInModule(WasmModule* module, uint32_t index, in DecodeGlobalInModule() function in v8::internal::wasm::ModuleDecoderImpl