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/
pipeline.cc 377 bool CreateGraph();
444 bool CreateGraph(bool stack_check) {
446 return AstGraphBuilder::CreateGraph(stack_check);
612 if (!pipeline_.CreateGraph()) {
748 succeeded = graph_builder.CreateGraph();
753 succeeded = graph_builder.CreateGraph(stack_check);
    [all...]
bytecode-graph-builder.h 26 bool CreateGraph();
ast-graph-builder.h 42 bool CreateGraph(bool stack_check = true);
js-inlining.cc 412 graph_builder.CreateGraph(false);
bytecode-graph-builder.cc 508 bool BytecodeGraphBuilder::CreateGraph() {
    [all...]
ast-graph-builder.cc 563 bool AstGraphBuilder::CreateGraph(bool stack_check) {
    [all...]
  /external/v8/src/
compiler.h 540 // 1) CreateGraph: Runs on main thread. No major limitations.
557 MUST_USE_RESULT Status CreateGraph();
compiler.cc 239 CompilationJob::Status CompilationJob::CreateGraph() {
663 if (job->CreateGraph() != CompilationJob::SUCCEEDED ||
716 if (job->CreateGraph() != CompilationJob::SUCCEEDED) return false;
    [all...]
code-stubs-hydrogen.cc 274 LChunk* chunk = OptimizeGraph(builder.CreateGraph());
    [all...]
  /external/v8/src/crankshaft/
hydrogen.h     [all...]
hydrogen.cc 190 graph_ = graph_builder->CreateGraph();
    [all...]

Completed in 391 milliseconds