Searched defs:module_end (Results 1 – 6 of 6) sorted by relevance
/external/v8/src/wasm/ |
D | module-decoder.cc | 33 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() 823 const byte* module_end) { in DecodeWasmFunctionOffsets()
|
D | wasm-module.h | 163 const byte* module_end; // end address for the module bytes. member
|
D | wasm-module.cc | 1032 const byte* module_end, bool asm_js) { in CompileAndRunWasmModule()
|
/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() 435 GElf_Addr module_end = 0; in dwfl_segment_report_module() local
|
/external/clang/include/clang/Lex/ |
D | ModuleMap.h | 510 module_iterator module_end() const { return Modules.end(); } in module_end() function
|
/external/v8/test/unittests/wasm/ |
D | module-decoder-unittest.cc | 130 ModuleResult DecodeModule(const byte* module_start, const byte* module_end) { in DecodeModule() 144 const byte* module_end) { in DecodeModuleNoHeader()
|