Home
last modified time | relevance | path

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

/art/runtime/
Dimage.cc39 bool compile_pic) in ImageHeader() argument
51 compile_pic_(compile_pic) { in ImageHeader()
/art/compiler/driver/
Dcompiler_options.h81 bool compile_pic in CompilerOptions() argument
99 compile_pic_(compile_pic) in CompilerOptions()
/art/compiler/
Dimage_writer.h58 bool compile_pic)
Dimage_writer.cc79 bool compile_pic) { in Write() argument
84 compile_pic_ = compile_pic; in Write()
/art/dex2oat/
Ddex2oat.cc875 bool compile_pic = false; in dex2oat() local
1011 compile_pic = true; in dex2oat()
1274 compile_pic in dex2oat()
1538 key_value_store->Put(OatHeader::kPicKey, compile_pic ? "true" : "false"); in dex2oat()