Searched refs:SourcePositionWrapper (Results 1 – 1 of 1) sorted by relevance
691 class SourcePositionWrapper final : public Reducer { class693 SourcePositionWrapper(Reducer* reducer, SourcePositionTable* table) in SourcePositionWrapper() function in v8::internal::compiler::__anondb3dbd220111::SourcePositionWrapper695 ~SourcePositionWrapper() final {} in ~SourcePositionWrapper()711 DISALLOW_COPY_AND_ASSIGN(SourcePositionWrapper);739 void* const buffer = data->graph_zone()->New(sizeof(SourcePositionWrapper)); in AddReducer()740 SourcePositionWrapper* const wrapper = in AddReducer()741 new (buffer) SourcePositionWrapper(reducer, data->source_positions()); in AddReducer()