Searched defs:module_start (Results 1 – 5 of 5) sorted by relevance
/external/v8/src/wasm/ |
D | module-decoder.cc | 29 ModuleDecoder(Zone* zone, const byte* module_start, const byte* module_end, in ModuleDecoder() 515 const byte* module_start, const byte* module_end, in DecodeWasmModule()
|
D | wasm-module.cc | 414 int32_t CompileAndRunWasmModule(Isolate* isolate, const byte* module_start, in CompileAndRunWasmModule()
|
D | wasm-module.h | 90 const byte* module_start; // starting address for the module bytes. member
|
/external/elfutils/libdwfl/ |
D | dwfl_segment_report_module.c | 136 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/ |
D | module-decoder-unittest.cc | 16 ModuleResult DecodeModule(const byte* module_start, const byte* module_end) { in DecodeModule()
|