Home
last modified time | relevance | path

Searched defs:module_id (Results 1 – 8 of 8) sorted by relevance

/third_party/node/deps/v8/src/debug/wasm/gdb-server/
Dgdb-server.cc160 uint32_t module_id = pair.first; in GetLoadedModules() local
170 bool GdbServer::GetModuleDebugHandler(uint32_t module_id, in GetModuleDebugHandler()
224 uint32_t GdbServer::GetWasmMemory(uint32_t module_id, uint32_t offset, in GetWasmMemory()
239 uint32_t GdbServer::GetWasmData(uint32_t module_id, uint32_t offset, in GetWasmData()
371 void GdbServer::AddWasmModule(uint32_t module_id, in AddWasmModule()
Dgdb-remote-util.h50 wasm_addr_t(uint32_t module_id, uint32_t offset) in wasm_addr_t()
Dgdb-server.h44 uint32_t module_id; member
Dtarget.cc591 uint32_t module_id = strtoul(toks[1].data(), nullptr, 10); in ProcessQueryPacket() local
615 uint32_t module_id = strtoul(toks[1].data(), nullptr, 10); in ProcessQueryPacket() local
/third_party/rust/crates/bindgen/bindgen/ir/
Dmodule.rs83 let module_id = ctx.module(cursor); in parse() localVariable
Dcontext.rs2191 let module_id = self.next_item_id(); in module() localVariable
2202 let module_id = module.id().as_module_id_unchecked(); in module() localVariable
/third_party/node/deps/v8/third_party/ittapi/include/
Dittnotify.h3796 …__itt_id module_id; /*!< Unique identifier. This is unchanged for sections that … member
/third_party/node/deps/v8/third_party/ittapi/ittapi-rs/src/
Dittnotify_bindings.rs2835 pub module_id: __itt_id, field