Searched refs:GetWasmStackValue (Results 1 – 5 of 5) sorted by relevance
/external/v8/src/debug/wasm/gdb-server/ |
D | wasm-module-debug.h | 44 static bool GetWasmStackValue(Isolate* isolate, uint32_t frame_index,
|
D | gdb-server.cc | 204 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()
|
D | gdb-server.h | 60 bool GetWasmStackValue(uint32_t frame_index, uint32_t index, uint8_t* buffer,
|
D | target.cc | 576 if (gdb_server_->GetWasmStackValue(frame_index, index, buff, 16, &size)) { in ProcessQueryPacket()
|
D | wasm-module-debug.cc | 252 bool WasmModuleDebug::GetWasmStackValue(Isolate* isolate, uint32_t frame_index, in GetWasmStackValue() function in v8::internal::wasm::gdb_server::WasmModuleDebug
|