Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Dpipeline.cc453 class SourcePositionWrapper final : public Reducer { class
455 SourcePositionWrapper(Reducer* reducer, SourcePositionTable* table) in SourcePositionWrapper() function in v8::internal::compiler::__anon00c718d80111::SourcePositionWrapper
457 ~SourcePositionWrapper() final {} in ~SourcePositionWrapper()
471 DISALLOW_COPY_AND_ASSIGN(SourcePositionWrapper);
486 void* const buffer = data->graph_zone()->New(sizeof(SourcePositionWrapper)); in AddReducer()
487 SourcePositionWrapper* const wrapper = in AddReducer()
488 new (buffer) SourcePositionWrapper(reducer, data->source_positions()); in AddReducer()