Home
last modified time | relevance | path

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

/external/v8/src/wasm/
Dstreaming-decoder.h88 SectionBuffer(uint32_t module_offset, uint8_t id, size_t payload_length, in SectionBuffer()
103 uint32_t module_offset() const { return module_offset_; } in module_offset() function
188 SectionBuffer* CreateNewBuffer(uint32_t module_offset, uint8_t id, in CreateNewBuffer()
247 uint32_t module_offset) { in ProcessFunctionBody()
254 uint32_t module_offset() const { return module_offset_; } in module_offset() function
Dstreaming-decoder.cc140 explicit DecodeSectionID(uint32_t module_offset) in DecodeSectionID()
157 explicit DecodeSectionLength(uint8_t id, uint32_t module_offset) in DecodeSectionLength()
228 uint32_t module_offset) in DecodeFunctionBody()
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_symbolizer_libcdep.cc66 uptr module_offset; in SymbolizePC() local
84 uptr module_offset; in SymbolizeData() local
137 uptr *module_offset) { in FindModuleNameAndOffsetForAddress()
343 uptr module_offset) { in SendCommand()
Dsanitizer_symbolizer.h33 uptr module_offset; member
67 uptr module_offset; member
Dsanitizer_symbolizer_posix_libcdep.cc296 const char *SendCommand(const char *module_name, uptr module_offset) { in SendCommand()