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

  /art/compiler/dex/
compiler_ir.h 27 #include "driver/compiler_driver.h"
47 : compiler_driver(NULL),
76 CompilerDriver* compiler_driver; member in struct:art::CompilationUnit
  /art/compiler/driver/
compiler_driver.cc 17 #include "compiler_driver.h"
757 CompilerDriver* compiler_driver = reinterpret_cast<CompilerDriver*>(arg); local
758 MaybeAddToImageClasses(object->GetClass(), compiler_driver->image_classes_.get());
    [all...]

Completed in 94 milliseconds