HomeSort by relevance Sort by last modified time
    Searched defs:graph_zone (Results 1 - 6 of 6) 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
wasm-compiler.h 53 Zone* graph_zone() { return graph_zone_.get(); } function in class:v8::internal::compiler::final
bytecode-graph-builder.h 241 Zone* graph_zone() const { return graph()->zone(); } function in class:v8::internal::compiler::BytecodeGraphBuilder
ast-graph-builder.h 138 Zone* graph_zone() { return graph()->zone(); } function in class:v8::internal::compiler::AstGraphBuilder
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...]
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...]

Completed in 149 milliseconds