HomeSort by relevance Sort by last modified time
    Searched defs:CreateGraph (Results 1 - 6 of 6) sorted by null

  /art/compiler/optimizing/
optimizing_unit_test.h 80 inline HGraph* CreateGraph(ArenaAllocator* allocator) {
94 HGraph* graph = CreateGraph(allocator);
  /external/v8/src/compiler/
ast-graph-builder.h 45 bool CreateGraph(bool stack_check = true);
567 bool CreateGraph(bool stack_check = true) {
569 return AstGraphBuilder::CreateGraph(stack_check);
pipeline.cc 397 bool CreateGraph();
611 if (!pipeline_.CreateGraph()) {
761 succeeded = graph_builder.CreateGraph();
766 succeeded = graph_builder.CreateGraph();
    [all...]
ast-graph-builder.cc 354 bool AstGraphBuilder::CreateGraph(bool stack_check) {
    [all...]
bytecode-graph-builder.cc 549 bool BytecodeGraphBuilder::CreateGraph(bool stack_check) {
    [all...]
  /external/v8/src/crankshaft/
hydrogen.cc 192 graph_ = graph_builder->CreateGraph();
    [all...]

Completed in 3688 milliseconds