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

  /external/v8/src/compiler/
bytecode-graph-builder.h 174 Zone* graph_zone() const { return graph()->zone(); } function in class:v8::internal::compiler::BytecodeGraphBuilder
simplified-lowering.cc 244 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() { return jsgraph_->zone(); } function in class:v8::internal::compiler::RepresentationSelector
    [all...]
pipeline.cc 175 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());
    [all...]
wasm-compiler.cc     [all...]
ast-graph-builder.h 145 Zone* graph_zone() { return graph()->zone(); } function in class:v8::internal::compiler::AstGraphBuilder
bytecode-graph-builder.cc     [all...]
wasm-compiler.h 46 Zone* graph_zone() { return graph_zone_.get(); } function in class:v8::internal::compiler::final
ast-graph-builder.cc     [all...]

Completed in 635 milliseconds