Home
last modified time | relevance | path

Searched defs:module_start (Results 1 – 5 of 5) sorted by relevance

/external/v8/src/wasm/
Dmodule-decoder.cc33 ModuleDecoder(Zone* zone, const byte* module_start, const byte* module_end, in ModuleDecoder()
743 Vector<const byte> FindSection(const byte* module_start, const byte* module_end, in FindSection()
779 const byte* module_start, const byte* module_end, in DecodeWasmModule()
822 FunctionOffsetsResult DecodeWasmFunctionOffsets(const byte* module_start, in DecodeWasmFunctionOffsets()
Dwasm-module.h162 const byte* module_start; // starting address for the module bytes. member
Dwasm-module.cc1031 int32_t CompileAndRunWasmModule(Isolate* isolate, const byte* module_start, in CompileAndRunWasmModule()
/external/elfutils/libdwfl/
Ddwfl_segment_report_module.c136 handle_file_note (GElf_Addr module_start, GElf_Addr module_end, in handle_file_note()
434 GElf_Addr module_start = -1l; in dwfl_segment_report_module() local
/external/v8/test/unittests/wasm/
Dmodule-decoder-unittest.cc130 ModuleResult DecodeModule(const byte* module_start, const byte* module_end) { in DecodeModule()
143 ModuleResult DecodeModuleNoHeader(const byte* module_start, in DecodeModuleNoHeader()