Searched refs:debug_side_table_entry (Results 1 - 1 of 1) sorted by relevance
/third_party/node/deps/v8/src/wasm/ |
H A D | wasm-debug.cc | 132 return GetValue(scope.debug_side_table, scope.debug_side_table_entry, local, in GetLocalValue() 140 int stack_height = scope.debug_side_table_entry->stack_height(); in GetStackDepth() 148 int value_count = scope.debug_side_table_entry->stack_height(); in GetStackValue() 150 return GetValue(scope.debug_side_table, scope.debug_side_table_entry, in GetStackValue() 538 debug_side_table_entry(debug_side_table in FrameInspectionScope() 541 DCHECK_IMPLIES(code->is_inspectable(), debug_side_table_entry != nullptr); in FrameInspectionScope() 544 bool is_inspectable() const { return debug_side_table_entry; } in is_inspectable() 550 const DebugSideTable::Entry* debug_side_table_entry; member 585 const DebugSideTable::Entry* debug_side_table_entry, in GetValue() 589 debug_side_table->FindValue(debug_side_table_entry, inde in GetValue() 584 GetValue(const DebugSideTable* debug_side_table, const DebugSideTable::Entry* debug_side_table_entry, int index, Address stack_frame_base, Address debug_break_fp, Isolate* isolate) const GetValue() argument [all...] |
Completed in 4 milliseconds