Lines Matching refs:WasmModuleDebug
157 const WasmModuleDebug& module_debug = pair.second; in GetLoadedModules()
165 WasmModuleDebug** wasm_module_debug) { in GetModuleDebugHandler()
183 result = WasmModuleDebug::GetWasmGlobal(GetTarget().GetCurrentIsolate(), in GetWasmGlobal()
197 result = WasmModuleDebug::GetWasmLocal(GetTarget().GetCurrentIsolate(), in GetWasmLocal()
211 result = WasmModuleDebug::GetWasmStackValue(GetTarget().GetCurrentIsolate(), in GetWasmStackValue()
224 bytes_read = WasmModuleDebug::GetWasmMemory( in GetWasmMemory()
236 WasmModuleDebug* module_debug; in GetWasmModuleBytes()
249 WasmModuleDebug* module_debug; in AddBreakpoint()
272 WasmModuleDebug* module_debug; in RemoveBreakpoint()
339 WasmModuleDebug* module_debug; in PrepareStep()
352 std::make_pair(module_id, WasmModuleDebug(isolate, wasm_script))); in AddWasmModule()
398 isolate_, WasmModuleDebug::GetCallStack(id_, isolate_)); in BreakProgramRequested()
409 isolate_, WasmModuleDebug::GetCallStack(id_, isolate_)); in ExceptionThrown()