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

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

Completed in 118 milliseconds