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

  /art/compiler/optimizing/
builder.cc 73 GraphAnalysisResult HGraphBuilder::BuildGraph() {
live_ranges_test.cc 34 static HGraph* BuildGraph(const uint16_t* data, ArenaAllocator* allocator) {
63 HGraph* graph = BuildGraph(data, &allocator);
112 HGraph* graph = BuildGraph(data, &allocator);
163 HGraph* graph = BuildGraph(data, &allocator);
241 HGraph* graph = BuildGraph(data, &allocator);
321 HGraph* graph = BuildGraph(data, &allocator);
399 HGraph* graph = BuildGraph(data, &allocator);
builder.h 95 GraphAnalysisResult BuildGraph();
optimizing_unit_test.h 95 bool graph_built = (builder.BuildGraph() == kAnalysisSuccess);
induction_var_range_test.cc 39 BuildGraph();
56 void BuildGraph() {
    [all...]
optimizing_compiler.cc 749 GraphAnalysisResult result = builder.BuildGraph();
    [all...]
inliner.cc     [all...]
  /external/v8/src/
code-stubs-hydrogen.cc 46 virtual bool BuildGraph();
66 // This is initialized in BuildGraph()
132 bool CodeStubGraphBuilderBase::BuildGraph() {
    [all...]
  /external/v8/src/crankshaft/
hydrogen.h     [all...]
hydrogen.cc     [all...]

Completed in 307 milliseconds