Home
last modified time | relevance | path

Searched refs:GetWasmGlobal (Results 1 - 5 of 5) sorted by relevance

/third_party/node/deps/v8/src/debug/wasm/gdb-server/
H A Dwasm-module-debug.h33 static bool GetWasmGlobal(Isolate* isolate, uint32_t frame_index,
H A Dgdb-server.h55 bool GetWasmGlobal(uint32_t frame_index, uint32_t index, uint8_t* buffer,
H A Dgdb-server.cc182 bool GdbServer::GetWasmGlobal(uint32_t frame_index, uint32_t index, in GetWasmGlobal() function in v8::internal::wasm::gdb_server::GdbServer
189 result = WasmModuleDebug::GetWasmGlobal(GetTarget().GetCurrentIsolate(), in GetWasmGlobal()
H A Dtarget.cc534 if (gdb_server_->GetWasmGlobal(frame_index, index, buff, 16, &size)) { in ProcessQueryPacket()
H A Dwasm-module-debug.cc204 bool WasmModuleDebug::GetWasmGlobal(Isolate* isolate, uint32_t frame_index, in GetWasmGlobal() function in v8::internal::wasm::gdb_server::WasmModuleDebug

Completed in 4 milliseconds