Home
last modified time | relevance | path

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

/external/v8/src/debug/wasm/gdb-server/
Dwasm-module-debug.h44 static bool GetWasmStackValue(Isolate* isolate, uint32_t frame_index,
Dgdb-server.cc204 bool GdbServer::GetWasmStackValue(uint32_t frame_index, uint32_t index, in GetWasmStackValue() function in v8::internal::wasm::gdb_server::GdbServer
211 result = WasmModuleDebug::GetWasmStackValue(GetTarget().GetCurrentIsolate(), in GetWasmStackValue()
Dgdb-server.h60 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.cc252 bool WasmModuleDebug::GetWasmStackValue(Isolate* isolate, uint32_t frame_index, in GetWasmStackValue() function in v8::internal::wasm::gdb_server::WasmModuleDebug