Home
last modified time | relevance | path

Searched refs:debug_side_table (Results 1 – 2 of 2) sorted by relevance

/third_party/node/deps/v8/src/wasm/
Dwasm-debug.cc126 return scope.debug_side_table->num_locals(); in GetNumLocals()
132 return GetValue(scope.debug_side_table, scope.debug_side_table_entry, local, in GetLocalValue()
139 int num_locals = scope.debug_side_table->num_locals(); in GetStackDepth()
147 int num_locals = scope.debug_side_table->num_locals(); in GetStackValue()
150 return GetValue(scope.debug_side_table, scope.debug_side_table_entry, in GetStackValue()
535 debug_side_table(code->is_inspectable() in FrameInspectionScope()
538 debug_side_table_entry(debug_side_table in FrameInspectionScope()
539 ? debug_side_table->GetEntry(pc_offset) in FrameInspectionScope()
549 const DebugSideTable* debug_side_table; member
564 std::unique_ptr<DebugSideTable> debug_side_table = in GetDebugSideTable() local
[all …]
Dwasm-code-manager.cc367 if (auto* debug_side_table = in Print() local
369 debug_side_table->Print(os); in Print()