Home
last modified time | relevance | path

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

/external/v8/src/wasm/
Dwasm-debug.cc263 return GetValue(scope.debug_side_table_entry, local, fp, debug_break_fp); in GetLocalValue()
270 int value_count = scope.debug_side_table_entry->num_values(); in GetStackDepth()
278 int value_count = scope.debug_side_table_entry->num_values(); in GetStackValue()
280 return GetValue(scope.debug_side_table_entry, num_locals + index, fp, in GetStackValue()
311 GetValue(scope.debug_side_table_entry, i, fp, debug_break_fp); in GetLocalScopeObject()
340 int value_count = scope.debug_side_table_entry->num_values(); in GetStackScopeObject()
343 GetValue(scope.debug_side_table_entry, i, fp, debug_break_fp); in GetStackScopeObject()
628 debug_side_table_entry(debug_side_table in FrameInspectionScope()
631 DCHECK_IMPLIES(code->is_inspectable(), debug_side_table_entry != nullptr); in FrameInspectionScope()
634 bool is_inspectable() const { return debug_side_table_entry; } in is_inspectable()
[all …]