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 52 ValueNumberingReducer::ValueNumberingReducer(Zone* temp_zone, Zone* graph_zone)
57 graph_zone_(graph_zone) {}
bytecode-graph-builder.h 241 Zone* graph_zone() const { return graph()->zone(); } function in class:v8::internal::compiler::BytecodeGraphBuilder
simplified-lowering.cc 304 op_typer_(jsgraph->isolate(), graph_zone()) {
443 info->restriction_type(), graph_zone()); \
492 new_type = Type::Intersect(GetUpperBound(node), new_type, graph_zone());
534 Type::Intersect(current_type, integer, graph_zone());
536 Type::Intersect(previous_type, integer, graph_zone());
554 graph_zone());
2820 Zone* graph_zone() { return jsgraph_->zone(); } function in class:v8::internal::compiler::RepresentationSelector
    [all...]
ast-graph-builder.h 138 Zone* graph_zone() { return graph()->zone(); } function in class:v8::internal::compiler::AstGraphBuilder
bytecode-graph-builder.cc     [all...]
wasm-compiler.h 53 Zone* graph_zone() { return graph_zone_.get(); } function in class:v8::internal::compiler::final
wasm-compiler.cc     [all...]
pipeline.cc 201 Zone* graph_zone() const { return graph_zone_; } function in class:v8::internal::compiler::PipelineData
486 void* const buffer = data->graph_zone()->New(sizeof(SourcePositionWrapper));
739 AstLoopAssignmentAnalyzer analyzer(data->graph_zone(), data->info());
    [all...]
ast-graph-builder.cc     [all...]

Completed in 402 milliseconds