Searched refs:source_position_table_builder_ (Results 1 – 5 of 5) sorted by relevance
82 return &source_position_table_builder_; in source_position_table_builder()90 SourcePositionTableBuilder source_position_table_builder_; variable
29 source_position_table_builder_(source_position_mode), in BytecodeArrayWriter()
154 return source_position_table_builder_.ToSourcePositionTableVector(); in GetSourcePositionTable()410 source_position_table_builder_.AddPosition( in GenerateOutOfLineCode()1412 source_position_table_builder_.AddPosition(__ pc_offset(), in TraceMemoryOperation()1620 source_position_table_builder_.AddPosition( in CallDirect()1633 source_position_table_builder_.AddPosition( in CallDirect()1753 source_position_table_builder_.AddPosition( in CallIndirect()1811 SourcePositionTableBuilder source_position_table_builder_; member in v8::internal::wasm::__anon2863bf240111::LiftoffCompiler
75 source_position_table_builder_( in CodeGenerator()372 return source_position_table_builder_.ToSourcePositionTableVector(); in GetSourcePositionTable()389 source_position_table_builder_.ToSourcePositionTable(isolate()); in FinalizeCode()723 source_position_table_builder_.AddPosition(tasm()->pc_offset(), in AssembleSourcePosition()
430 SourcePositionTableBuilder source_position_table_builder_; variable