Searched defs:graph_zone (Results 1 - 5 of 5) sorted by relevance

/external/v8/src/compiler/
H A Dwasm-compiler.h46 Zone* graph_zone() { return graph_zone_.get(); } function in class:v8::internal::compiler::final
H A Dbytecode-graph-builder.h174 Zone* graph_zone() const { return graph()->zone(); } function in class:v8::internal::compiler::BytecodeGraphBuilder
H A Dast-graph-builder.h145 Zone* graph_zone() { return graph()->zone(); } function in class:v8::internal::compiler::AstGraphBuilder
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 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...]

Completed in 655 milliseconds