Home
last modified time | relevance | path

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

/external/v8/src/wasm/
Dmodule-decoder.cc29 ModuleDecoder(Zone* zone, const byte* module_start, const byte* module_end, in ModuleDecoder()
515 const byte* module_start, const byte* module_end, in DecodeWasmModule()
Dwasm-module.cc414 int32_t CompileAndRunWasmModule(Isolate* isolate, const byte* module_start, in CompileAndRunWasmModule()
Dwasm-module.h90 const byte* module_start; // starting address for the module bytes. member
/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.cc16 ModuleResult DecodeModule(const byte* module_start, const byte* module_end) { in DecodeModule()