Searched refs:graph_zone (Results 1 – 5 of 5) sorted by relevance
/external/v8/src/compiler/ |
D | pipeline.cc | 194 Zone* graph_zone() const { return graph_zone_; } in graph_zone() function in v8::internal::compiler::PipelineData 438 void* const buffer = data->graph_zone()->New(sizeof(SourcePositionWrapper)); in AddReducer() 486 AstLoopAssignmentAnalyzer analyzer(data->graph_zone(), data->info()); in Run() 497 TypeHintAnalyzer analyzer(data->graph_zone()); in Run()
|
D | bytecode-graph-builder.h | 180 Zone* graph_zone() const { return graph()->zone(); } in graph_zone() function
|
D | bytecode-graph-builder.cc | 1980 control->AppendInput(graph_zone(), other); in MergeControl() 1985 control->AppendInput(graph_zone(), other); in MergeControl() 2003 value->InsertInput(graph_zone(), inputs - 1, other); in MergeEffect() 2020 value->InsertInput(graph_zone(), inputs - 1, other); in MergeValue()
|
D | ast-graph-builder.h | 142 Zone* graph_zone() { return graph()->zone(); } in graph_zone() function
|
D | ast-graph-builder.cc | 4315 control->AppendInput(graph_zone(), other); in MergeControl() 4320 control->AppendInput(graph_zone(), other); in MergeControl() 4337 value->InsertInput(graph_zone(), inputs - 1, other); in MergeEffect() 4353 value->InsertInput(graph_zone(), inputs - 1, other); in MergeValue()
|