Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Dpipeline.cc691 class SourcePositionWrapper final : public Reducer { class
693 SourcePositionWrapper(Reducer* reducer, SourcePositionTable* table) in SourcePositionWrapper() function in v8::internal::compiler::__anondb3dbd220111::SourcePositionWrapper
695 ~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()