HomeSort by relevance Sort by last modified time
    Searched refs:CreateGraph (Results 1 - 25 of 27) 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 419 HGraph* graph = CreateGraph(&allocator);
481 HGraph* graph = CreateGraph(&allocator);
529 HGraph* graph = CreateGraph(&allocator);
610 HGraph* graph = CreateGraph(&allocator);
722 HGraph* graph = CreateGraph(&allocator);
748 HGraph* graph = CreateGraph(&allocator);
779 HGraph* graph = CreateGraph(&allocator);
825 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 66 graph_ = CreateGraph(&allocator_);
scheduler_test.cc 74 HGraph* graph = CreateGraph(&allocator);
ssa_liveness_analysis_test.cc 34 graph_(CreateGraph(&allocator_)),
constant_folding_test.cc 38 graph_ = CreateGraph(&allocator_);
745 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 47 bool CreateGraph(bool stack_check = true);
629 bool CreateGraph(bool stack_check = true) {
631 return AstGraphBuilder::CreateGraph(stack_check);
bytecode-graph-builder.h 38 bool CreateGraph(bool stack_check = true);
pipeline.cc 374 bool CreateGraph();
583 if (!pipeline_.CreateGraph()) {
721 succeeded = graph_builder.CreateGraph();
727 succeeded = graph_builder.CreateGraph();
    [all...]
js-inlining.cc 549 graph_builder.CreateGraph(false);
570 graph_builder.CreateGraph(false);
bytecode-graph-builder.cc 567 bool BytecodeGraphBuilder::CreateGraph(bool stack_check) {
    [all...]
  /external/v8/src/
code-stubs-hydrogen.cc 320 LChunk* chunk = OptimizeGraph(builder.CreateGraph());
    [all...]
  /external/v8/src/crankshaft/
hydrogen.h     [all...]

Completed in 448 milliseconds

1 2