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

/external/v8/src/compiler/
H A Dbytecode-graph-builder.h174 Zone* graph_zone() const { return graph()->zone(); } function in class:v8::internal::compiler::BytecodeGraphBuilder
H A Dsimplified-lowering.cc244 op_typer_(jsgraph->isolate(), graph_zone()) {
376 new_type = Type::Intersect(static_type, feedback_type, graph_zone());
396 new_type = Type::Intersect(static_type, feedback_type, graph_zone());
416 new_type = Type::Intersect(static_type, feedback_type, graph_zone());
436 new_type = Type::Intersect(static_type, feedback_type, graph_zone());
456 new_type = Type::Intersect(static_type, feedback_type, graph_zone());
530 Type::Intersect(current_type, integer, graph_zone());
532 Type::Intersect(previous_type, integer, graph_zone());
550 graph_zone());
2169 Zone* graph_zone() { retur function in class:v8::internal::compiler::RepresentationSelector
[all...]
H A Dpipeline.cc175 Zone* graph_zone() const { return graph_zone_; } function in class:v8::internal::compiler::PipelineData
497 void* const buffer = data->graph_zone()->New(sizeof(SourcePositionWrapper));
716 AstLoopAssignmentAnalyzer analyzer(data->graph_zone(), data->info());
729 TypeHintAnalyzer analyzer(data->graph_zone());
H A Dwasm-compiler.cc3158 jsgraph_(new (graph_zone()) JSGraph(
3159 isolate, new (graph_zone()) Graph(graph_zone()),
3160 new (graph_zone()) CommonOperatorBuilder(graph_zone()), nullptr,
3161 nullptr, new (graph_zone()) MachineOperatorBuilder(
3162 graph_zone(), MachineType::PointerRepresentation(),
3192 base::SmartPointer<Zone> graph_zone(graph_zone_.Detach());
H A Dast-graph-builder.h145 Zone* graph_zone() { return graph()->zone(); } function in class:v8::internal::compiler::AstGraphBuilder
H A Dbytecode-graph-builder.cc1700 control->AppendInput(graph_zone(), other);
1705 control->AppendInput(graph_zone(), other);
1723 value->InsertInput(graph_zone(), inputs - 1, other);
1740 value->InsertInput(graph_zone(), inputs - 1, other);
H A Dwasm-compiler.h46 Zone* graph_zone() { return graph_zone_.get(); } function in class:v8::internal::compiler::final
H A Dast-graph-builder.cc4349 control->AppendInput(graph_zone(), other);
4354 control->AppendInput(graph_zone(), other);
4371 value->InsertInput(graph_zone(), inputs - 1, other);
4387 value->InsertInput(graph_zone(), inputs - 1, other);

Completed in 360 milliseconds