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

  /art/compiler/driver/
compiler_driver.h 71 class CompilerTls {
73 CompilerTls() : llvm_info_(NULL) {}
74 ~CompilerTls() {}
124 CompilerTls* GetTls();
compiler_driver.cc 444 CompilerTls* CompilerDriver::GetTls() {
446 CompilerTls* res = static_cast<CompilerTls*>(pthread_getspecific(tls_key_));
448 res = new CompilerTls();
    [all...]
  /art/compiler/dex/portable/
mir_to_gbc.cc 106 CompilerTls* tls = cu_->compiler_driver->GetTls();
    [all...]

Completed in 69 milliseconds