Lines Matching refs:WasmModuleDebug
20 WasmModuleDebug::WasmModuleDebug(v8::Isolate* isolate, in WasmModuleDebug() function in v8::internal::wasm::gdb_server::WasmModuleDebug
28 std::string WasmModuleDebug::GetModuleName() const { in GetModuleName()
38 Handle<WasmInstanceObject> WasmModuleDebug::GetFirstWasmInstance() { in GetFirstWasmInstance()
86 std::vector<wasm_addr_t> WasmModuleDebug::GetCallStack( in GetCallStack()
146 std::vector<FrameSummary> WasmModuleDebug::FindWasmFrame( in FindWasmFrame()
185 Handle<WasmInstanceObject> WasmModuleDebug::GetWasmInstance( in GetWasmInstance()
200 bool WasmModuleDebug::GetWasmGlobal(Isolate* isolate, uint32_t frame_index, in GetWasmGlobal()
219 bool WasmModuleDebug::GetWasmLocal(Isolate* isolate, uint32_t frame_index, in GetWasmLocal()
252 bool WasmModuleDebug::GetWasmStackValue(Isolate* isolate, uint32_t frame_index, in GetWasmStackValue()
285 uint32_t WasmModuleDebug::GetWasmMemory(Isolate* isolate, uint32_t frame_index, in GetWasmMemory()
306 uint32_t WasmModuleDebug::GetWasmModuleBytes(wasm_addr_t wasm_addr, in GetWasmModuleBytes()
326 bool WasmModuleDebug::AddBreakpoint(uint32_t offset, int* breakpoint_id) { in AddBreakpoint()
335 void WasmModuleDebug::RemoveBreakpoint(uint32_t offset, int breakpoint_id) { in RemoveBreakpoint()
341 void WasmModuleDebug::PrepareStep() { in PrepareStep()
358 bool WasmModuleDebug::GetWasmValue(const wasm::WasmValue& wasm_value, in GetWasmValue()