Searched defs:CompilerDriver (Results 1 - 2 of 2) sorted by relevance

/art/compiler/driver/
H A Dcompiler_driver.h83 class CompilerDriver { class in namespace:art
90 CompilerDriver(const CompilerOptions* compiler_options,
105 ~CompilerDriver();
520 typedef void (*CompilerCallbackFn)(CompilerDriver& driver);
521 typedef MutexLock* (*CompilerMutexLockFn)(CompilerDriver& driver);
549 DISALLOW_COPY_AND_ASSIGN(CompilerDriver);
H A Dcompiler_driver.cc101 class CompilerDriver::AOTCompilationStats {
250 class CompilerDriver::DexFileMethodSet {
268 CompilerDriver::CompilerDriver( function in class:art::CompilerDriver
319 CompilerDriver::~CompilerDriver() {
344 std::unique_ptr<const std::vector<uint8_t>> CompilerDriver::CreateJniDlsymLookup() const {
348 std::unique_ptr<const std::vector<uint8_t>> CompilerDriver::CreateQuickGenericJniTrampoline()
353 std::unique_ptr<const std::vector<uint8_t>> CompilerDriver::CreateQuickImtConflictTrampoline()
358 std::unique_ptr<const std::vector<uint8_t>> CompilerDriver
[all...]

Completed in 661 milliseconds