Home
last modified time | relevance | path

Searched refs:tls (Results 1 – 1 of 1) sorted by relevance

/art/compiler/dex/portable/
Dmir_to_gbc.cc123 CompilerTls* tls = cu_->compiler_driver->GetTls(); in InitIR() local
124 CHECK(tls != NULL); in InitIR()
125 llvm_info_ = static_cast<LLVMInfo*>(tls->GetLLVMInfo()); in InitIR()
128 tls->SetLLVMInfo(llvm_info_); in InitIR()