Searched refs:GetWasmGlobal (Results 1 - 5 of 5) sorted by relevance
/third_party/node/deps/v8/src/debug/wasm/gdb-server/ |
H A D | wasm-module-debug.h | 33 static bool GetWasmGlobal(Isolate* isolate, uint32_t frame_index,
|
H A D | gdb-server.h | 55 bool GetWasmGlobal(uint32_t frame_index, uint32_t index, uint8_t* buffer,
|
H A D | gdb-server.cc | 182 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 D | target.cc | 534 if (gdb_server_->GetWasmGlobal(frame_index, index, buff, 16, &size)) { in ProcessQueryPacket()
|
H A D | wasm-module-debug.cc | 204 bool WasmModuleDebug::GetWasmGlobal(Isolate* isolate, uint32_t frame_index, in GetWasmGlobal() function in v8::internal::wasm::gdb_server::WasmModuleDebug
|
Completed in 4 milliseconds