Searched defs:module_start (Results 1 – 5 of 5) 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() 822 FunctionOffsetsResult DecodeWasmFunctionOffsets(const byte* module_start, in DecodeWasmFunctionOffsets()
|
D | wasm-module.h | 162 const byte* module_start; // starting address for the module bytes. member
|
D | wasm-module.cc | 1031 int32_t CompileAndRunWasmModule(Isolate* isolate, const byte* module_start, 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() 434 GElf_Addr module_start = -1l; in dwfl_segment_report_module() local
|
/external/v8/test/unittests/wasm/ |
D | module-decoder-unittest.cc | 130 ModuleResult DecodeModule(const byte* module_start, const byte* module_end) { in DecodeModule() 143 ModuleResult DecodeModuleNoHeader(const byte* module_start, in DecodeModuleNoHeader()
|