Searched refs:debug_side_table (Results 1 – 2 of 2) sorted by relevance
126 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; member564 std::unique_ptr<DebugSideTable> debug_side_table = in GetDebugSideTable() local[all …]
367 if (auto* debug_side_table = in Print() local369 debug_side_table->Print(os); in Print()