HomeSort by relevance Sort by last modified time
    Searched refs:graph_zone (Results 1 - 10 of 10) sorted by null

  /external/v8/src/compiler/
value-numbering-reducer.h 19 explicit ValueNumberingReducer(Zone* temp_zone, Zone* graph_zone);
30 Zone* graph_zone() const { return graph_zone_; } function in class:v8::internal::compiler::final
value-numbering-reducer.cc 45 ValueNumberingReducer::ValueNumberingReducer(Zone* temp_zone, Zone* graph_zone)
50 graph_zone_(graph_zone) {}
bytecode-graph-builder.h 224 Zone* graph_zone() const { return graph()->zone(); } function in class:v8::internal::compiler::BytecodeGraphBuilder
simplified-lowering.cc 278 op_typer_(jsgraph->isolate(), graph_zone()) {
417 info->restriction_type(), graph_zone()); \
466 new_type = Type::Intersect(GetUpperBound(node), new_type, graph_zone());
508 Type::Intersect(current_type, integer, graph_zone());
510 Type::Intersect(previous_type, integer, graph_zone());
528 graph_zone());
2694 Zone* graph_zone() { return jsgraph_->zone(); } function in class:v8::internal::compiler::RepresentationSelector
    [all...]
ast-graph-builder.h 149 Zone* graph_zone() { return graph()->zone(); } function in class:v8::internal::compiler::AstGraphBuilder
bytecode-graph-builder.cc     [all...]
pipeline.cc 182 Zone* graph_zone() const { return graph_zone_; } function in class:v8::internal::compiler::PipelineData
463 void* const buffer = data->graph_zone()->New(sizeof(SourcePositionWrapper));
689 AstLoopAssignmentAnalyzer analyzer(data->graph_zone(), data->info());
702 TypeHintAnalyzer analyzer(data->graph_zone());
    [all...]
wasm-compiler.h 49 Zone* graph_zone() { return graph_zone_.get(); } function in class:v8::internal::compiler::final
wasm-compiler.cc     [all...]
ast-graph-builder.cc     [all...]

Completed in 206 milliseconds