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

/art/compiler/driver/
H A Dcompiler_driver.h90 class CompilerDriver { class in namespace:art
97 CompilerDriver(const CompilerOptions* compiler_options,
109 ~CompilerDriver();
526 typedef void (*CompilerCallbackFn)(CompilerDriver& driver);
527 typedef MutexLock* (*CompilerMutexLockFn)(CompilerDriver& driver);
549 DISALLOW_COPY_AND_ASSIGN(CompilerDriver);
H A Dcompiler_driver.cc111 class CompilerDriver::AOTCompilationStats {
260 CompilerDriver::CompilerDriver( function in class:art::CompilerDriver
305 CompilerDriver::~CompilerDriver() {
325 std::unique_ptr<const std::vector<uint8_t>> CompilerDriver::CreateJniDlsymLookup() const {
329 std::unique_ptr<const std::vector<uint8_t>> CompilerDriver::CreateQuickGenericJniTrampoline()
334 std::unique_ptr<const std::vector<uint8_t>> CompilerDriver::CreateQuickImtConflictTrampoline()
339 std::unique_ptr<const std::vector<uint8_t>> CompilerDriver::CreateQuickResolutionTrampoline()
344 std::unique_ptr<const std::vector<uint8_t>> CompilerDriver
[all...]

Completed in 78 milliseconds