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

  /external/v8/src/compiler/
value-numbering-reducer.h 19 explicit ValueNumberingReducer(Zone* temp_zone, Zone* graph_zone);
32 Zone* graph_zone() const { return graph_zone_; } function in class:v8::internal::compiler::final
value-numbering-reducer.cc 17 ValueNumberingReducer::ValueNumberingReducer(Zone* temp_zone, Zone* graph_zone)
22 graph_zone_(graph_zone) {}
bytecode-graph-builder.h 308 Zone* graph_zone() const { return graph()->zone(); } function in class:v8::internal::compiler::BytecodeGraphBuilder
simplified-lowering.cc 309 op_typer_(jsgraph->isolate(), js_heap_broker, graph_zone()) {
449 info->restriction_type(), graph_zone()); \
467 info->restriction_type(), graph_zone()); \
484 info->restriction_type(), graph_zone());
490 info->restriction_type(), graph_zone());
529 new_type = Type::Intersect(GetUpperBound(node), new_type, graph_zone());
568 Type current_integer = Type::Intersect(current_type, integer, graph_zone());
571 Type::Intersect(previous_type, integer, graph_zone());
590 graph_zone());
3275 Zone* graph_zone() { return jsgraph_->zone(); } function in class:v8::internal::compiler::RepresentationSelector
    [all...]
wasm-compiler.cc     [all...]
bytecode-graph-builder.cc     [all...]
pipeline.cc 253 Zone* graph_zone() const { return graph_zone_; } function in class:v8::internal::compiler::PipelineData
739 void* const buffer = data->graph_zone()->New(sizeof(SourcePositionWrapper));
745 void* const buffer = data->graph_zone()->New(sizeof(NodeOriginsWrapper));
    [all...]

Completed in 274 milliseconds