HomeSort by relevance Sort by last modified time
    Searched refs:CreateGraph (Results 1 - 25 of 29) sorted by null

1 2

  /art/compiler/optimizing/
optimizing_unit_test.h 80 inline HGraph* CreateGraph(ArenaAllocator* allocator) {
94 HGraph* graph = CreateGraph(allocator);
nodes_test.cc 33 HGraph* graph = CreateGraph(&allocator);
76 HGraph* graph = CreateGraph(&allocator);
104 HGraph* graph = CreateGraph(&allocator);
125 HGraph* graph = CreateGraph(&allocator);
graph_test.cc 75 HGraph* graph = CreateGraph(&allocator);
110 HGraph* graph = CreateGraph(&allocator);
145 HGraph* graph = CreateGraph(&allocator);
180 HGraph* graph = CreateGraph(&allocator);
215 HGraph* graph = CreateGraph(&allocator);
254 HGraph* graph = CreateGraph(&allocator);
290 HGraph* graph = CreateGraph(&allocator);
graph_checker_test.cc 31 HGraph* graph = CreateGraph(allocator);
gvn_test.cc 32 HGraph* graph = CreateGraph(&allocator);
116 HGraph* graph = CreateGraph(&allocator);
198 HGraph* graph = CreateGraph(&allocator);
322 HGraph* graph = CreateGraph(&allocator);
codegen_test.cc 418 HGraph* graph = CreateGraph(&allocator);
480 HGraph* graph = CreateGraph(&allocator);
528 HGraph* graph = CreateGraph(&allocator);
609 HGraph* graph = CreateGraph(&allocator);
721 HGraph* graph = CreateGraph(&allocator);
747 HGraph* graph = CreateGraph(&allocator);
799 HGraph* graph = CreateGraph(&allocator);
844 HGraph* graph = CreateGraph(&allocator);
loop_optimization_test.cc 32 graph_(CreateGraph(&allocator_)),
reference_type_propagation_test.cc 33 graph_ = CreateGraph(&allocator_);
register_allocator_test.cc 79 HGraph* graph = CreateGraph(&allocator);
493 HGraph* graph = CreateGraph(allocator);
655 HGraph* graph = CreateGraph(allocator);
739 HGraph* graph = CreateGraph(allocator);
818 HGraph* graph = CreateGraph(allocator);
    [all...]
emit_swap_mips_test.cc 32 graph_ = CreateGraph(allocator_.get());
licm_test.cc 43 graph_ = CreateGraph(&allocator_);
optimizing_cfi_test.cc 60 graph_ = CreateGraph(&allocator_);
ssa_liveness_analysis_test.cc 34 graph_(CreateGraph(&allocator_)),
constant_folding_test.cc 38 graph_ = CreateGraph(&allocator_);
745 graph_ = CreateGraph(&allocator_);
nodes_vector_test.cc 31 graph_(CreateGraph(&allocator_)) {
scheduler_test.cc 76 graph_ = CreateGraph(&allocator_);
load_store_analysis_test.cc 28 graph_ = CreateGraph(&allocator_);
bounds_check_elimination_test.cc 37 graph_ = CreateGraph(&allocator_);
    [all...]
induction_var_analysis_test.cc 47 graph_ = CreateGraph(&allocator_);
    [all...]
induction_var_range_test.cc 36 graph_(CreateGraph(&allocator_)),
    [all...]
  /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);
bytecode-graph-builder.h 35 bool CreateGraph(bool stack_check = true);
pipeline.cc 397 bool CreateGraph();
611 if (!pipeline_.CreateGraph()) {
761 succeeded = graph_builder.CreateGraph();
766 succeeded = graph_builder.CreateGraph();
    [all...]
js-inlining.cc 607 graph_builder.CreateGraph(false);
  /external/v8/src/
code-stubs-hydrogen.cc 312 LChunk* chunk = OptimizeGraph(builder.CreateGraph());

Completed in 3077 milliseconds

1 2