Lines Matching refs:WasmCode
42 Address FindNewPC(WasmFrame* frame, WasmCode* wasm_code, int byte_offset, in FindNewPC()
50 WasmCode* old_code = frame->wasm_code(); in FindNewPC()
245 WasmCode* RecompileLiftoffWithBreakpoints(int func_index, in RecompileLiftoffWithBreakpoints()
295 WasmCode* new_code = native_module_->PublishCode( in RecompileLiftoffWithBreakpoints()
361 WasmCode* new_code; in SetBreakpoint()
389 WasmCode* new_code = RecompileLiftoffWithBreakpoints( in UpdateBreakpoints()
400 WasmCode* new_code = RecompileLiftoffWithBreakpoints( in FloodWithBreakpoints()
409 wasm::WasmCode* code = frame->wasm_code(); in PrepareStep()
418 wasm::WasmCode* code = frame->wasm_code(); in PrepareStepOutTo()
431 WasmCode* new_code = RecompileLiftoffWithBreakpoints( in ClearStepping()
483 void RemoveDebugSideTables(base::Vector<WasmCode* const> codes) { in RemoveDebugSideTables()
490 DebugSideTable* GetDebugSideTableIfExists(const WasmCode* code) const { in GetDebugSideTableIfExists()
547 wasm::WasmCode* code;
553 const DebugSideTable* GetDebugSideTable(WasmCode* code) { in GetDebugSideTable()
676 void UpdateReturnAddresses(Isolate* isolate, WasmCode* new_code, in UpdateReturnAddresses()
694 void UpdateReturnAddress(WasmFrame* frame, WasmCode* new_code, in UpdateReturnAddress()
747 std::unordered_map<const WasmCode*, std::unique_ptr<DebugSideTable>>
762 WasmCode* code;
858 void DebugInfo::RemoveDebugSideTables(base::Vector<WasmCode* const> code) { in RemoveDebugSideTables()
863 const WasmCode* code) const { in GetDebugSideTableIfExists()