Home
last modified time | relevance | path

Searched refs:GetWasmStackValue (Results 1 – 5 of 5) sorted by relevance

/third_party/node/deps/v8/src/debug/wasm/gdb-server/
Dwasm-module-debug.h44 static bool GetWasmStackValue(Isolate* isolate, uint32_t frame_index,
Dgdb-server.cc210 bool GdbServer::GetWasmStackValue(uint32_t frame_index, uint32_t index, in GetWasmStackValue() function in v8::internal::wasm::gdb_server::GdbServer
217 result = WasmModuleDebug::GetWasmStackValue(GetTarget().GetCurrentIsolate(), in GetWasmStackValue()
Dgdb-server.h66 bool GetWasmStackValue(uint32_t frame_index, uint32_t index, uint8_t* buffer,
Dtarget.cc576 if (gdb_server_->GetWasmStackValue(frame_index, index, buff, 16, &size)) { in ProcessQueryPacket()
Dwasm-module-debug.cc256 bool WasmModuleDebug::GetWasmStackValue(Isolate* isolate, uint32_t frame_index, in GetWasmStackValue() function in v8::internal::wasm::gdb_server::WasmModuleDebug