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

  /art/compiler/optimizing/
optimizing_unit_test.h 77 inline HGraph* CreateGraph(ArenaAllocator* allocator) {
89 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 76 HGraph* graph = CreateGraph(&allocator);
111 HGraph* graph = CreateGraph(&allocator);
146 HGraph* graph = CreateGraph(&allocator);
181 HGraph* graph = CreateGraph(&allocator);
216 HGraph* graph = CreateGraph(&allocator);
255 HGraph* graph = CreateGraph(&allocator);
291 HGraph* graph = CreateGraph(&allocator);
graph_checker_test.cc 31 HGraph* graph = CreateGraph(allocator);
gvn_test.cc 33 HGraph* graph = CreateGraph(&allocator);
118 HGraph* graph = CreateGraph(&allocator);
201 HGraph* graph = CreateGraph(&allocator);
326 HGraph* graph = CreateGraph(&allocator);
reference_type_propagation_test.cc 33 graph_ = CreateGraph(&allocator_);
register_allocator_test.cc 59 HGraph* graph = CreateGraph(&allocator);
460 HGraph* graph = CreateGraph(allocator);
613 HGraph* graph = CreateGraph(allocator);
690 HGraph* graph = CreateGraph(allocator);
761 HGraph* graph = CreateGraph(allocator);
815 HGraph* graph = CreateGraph(&allocator);
    [all...]
codegen_test.cc 635 HGraph* graph = CreateGraph(&allocator);
697 HGraph* graph = CreateGraph(&allocator);
745 HGraph* graph = CreateGraph(&allocator);
826 HGraph* graph = CreateGraph(&allocator);
    [all...]
licm_test.cc 32 graph_ = CreateGraph(&allocator_);
optimizing_cfi_test.cc 55 graph_ = CreateGraph(&allocator_);
constant_folding_test.cc 38 graph_ = CreateGraph(&allocator_);
745 graph_ = CreateGraph(&allocator_);
induction_var_analysis_test.cc 33 graph_ = CreateGraph(&allocator_);
bounds_check_elimination_test.cc 37 graph_ = CreateGraph(&allocator_);
    [all...]
induction_var_range_test.cc 36 graph_(CreateGraph(&allocator_)),
    [all...]
  /external/v8/src/compiler/
bytecode-graph-builder.h 26 bool CreateGraph(bool stack_check = true);
pipeline.cc 385 bool CreateGraph(bool stack_check) {
387 return AstGraphBuilder::CreateGraph(stack_check);
515 succeeded = graph_builder.CreateGraph(stack_check);
520 succeeded = graph_builder.CreateGraph(stack_check);
    [all...]
ast-graph-builder.h 42 bool CreateGraph(bool stack_check = true);
js-inlining.cc 429 graph_builder.CreateGraph(false);
bytecode-graph-builder.cc 479 bool BytecodeGraphBuilder::CreateGraph(bool stack_check) {
    [all...]
ast-graph-builder.cc 513 bool AstGraphBuilder::CreateGraph(bool stack_check) {
    [all...]
  /external/v8/src/
compiler.cc 372 OptimizedCompileJob::Status OptimizedCompileJob::CreateGraph() {
520 graph_ = graph_builder_->CreateGraph();
    [all...]
compiler.h 553 // CreateGraph, OptimizeGraph and GenerateAndInstallCode can either
571 MUST_USE_RESULT Status CreateGraph();
code-stubs-hydrogen.cc 302 LChunk* chunk = OptimizeGraph(builder.CreateGraph());
    [all...]
  /external/v8/src/crankshaft/
hydrogen.h 1031 HGraph* CreateGraph();
    [all...]
hydrogen.cc     [all...]

Completed in 669 milliseconds