Home
last modified time | relevance | path

Searched refs:debug_side_tables_ (Results 1 - 1 of 1) sorted by relevance

/third_party/node/deps/v8/src/wasm/
H A Dwasm-debug.cc301 DCHECK_EQ(0, debug_side_tables_.count(new_code)); in RecompileLiftoffWithBreakpoints()
302 debug_side_tables_.emplace(new_code, std::move(debug_sidetable)); in RecompileLiftoffWithBreakpoints()
486 debug_side_tables_.erase(code); in RemoveDebugSideTables()
492 auto it = debug_side_tables_.find(code); in GetDebugSideTableIfExists()
493 return it == debug_side_tables_.end() ? nullptr : it->second.get(); in GetDebugSideTableIfExists()
559 auto it = debug_side_tables_.find(code); in GetDebugSideTable()
560 if (it != debug_side_tables_.end()) return it->second.get(); in GetDebugSideTable()
572 auto& slot = debug_side_tables_[code]; in GetDebugSideTable()
748 debug_side_tables_; member in v8::internal::wasm::DebugInfoImpl

Completed in 3 milliseconds