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

  /art/compiler/optimizing/
optimizing_unit_test.h 77 inline HGraph* CreateGraph(ArenaAllocator* allocator) {
89 HGraph* graph = CreateGraph(allocator);
  /external/v8/src/
compiler.cc 239 CompilationJob::Status CompilationJob::CreateGraph() {
663 if (job->CreateGraph() != CompilationJob::SUCCEEDED ||
716 if (job->CreateGraph() != CompilationJob::SUCCEEDED) return false;
    [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.cc 508 bool BytecodeGraphBuilder::CreateGraph() {
    [all...]
ast-graph-builder.cc 563 bool AstGraphBuilder::CreateGraph(bool stack_check) {
    [all...]
  /external/v8/src/crankshaft/
hydrogen.cc 190 graph_ = graph_builder->CreateGraph();
    [all...]

Completed in 5144 milliseconds