Searched refs:NodeOriginsWrapper (Results 1 – 1 of 1) sorted by relevance
714 class NodeOriginsWrapper final : public Reducer { class716 NodeOriginsWrapper(Reducer* reducer, NodeOriginTable* table) in NodeOriginsWrapper() function in v8::internal::compiler::__anon8f5d45590111::NodeOriginsWrapper718 ~NodeOriginsWrapper() final {} in ~NodeOriginsWrapper()733 DISALLOW_COPY_AND_ASSIGN(NodeOriginsWrapper);745 void* const buffer = data->graph_zone()->New(sizeof(NodeOriginsWrapper)); in AddReducer()746 NodeOriginsWrapper* const wrapper = in AddReducer()747 new (buffer) NodeOriginsWrapper(reducer, data->node_origins()); in AddReducer()