Home
last modified time | relevance | path

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

/external/v8/src/wasm/
Dwasm-module.h124 uint32_t module_name_offset; // offset in module bytes of the module name. member
Dmodule-decoder.cc319 import->module_name_offset = in DecodeModule()
Dwasm-module.cc1485 isolate_, compiled_module_, import.module_name_offset, in ProcessImports()
2431 isolate, compiled_module, import.module_name_offset, in GetImports()
/external/swiftshader/third_party/subzero/src/
DWasmTranslator.cpp1101 Module->GetName(Target.module_name_offset, Target.module_name_length)); in CallImport()
1530 Module->GetName(Import.module_name_offset, Import.module_name_length)); in translate()