Home
last modified time | relevance | path

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

/art/compiler/llvm/
Dllvm_compilation_unit.h97 const std::string& GetElfObject() const { in GetElfObject() function
Dcompiler_llvm.cc157 cunit->GetElfObject(), *verifier::MethodVerifier::GetDexGcMap(mref), in CompileDexMethod()
/art/compiler/jni/portable/
Djni_compiler.cc254 return new CompiledMethod(*driver_, cunit_->GetInstructionSet(), cunit_->GetElfObject(), in Compile()