Home
last modified time | relevance | path

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

/art/runtime/
Dimage.cc45 bool compile_pic, in ImageHeader() argument
63 compile_pic_(compile_pic), in ImageHeader()
Dimage.h130 bool compile_pic,
/art/dex2oat/linker/
Dimage_writer.h77 bool compile_pic,
Dimage_writer.cc2801 bool compile_pic, in ImageWriter() argument
2810 compile_pic_(compile_pic), in ImageWriter()
/art/compiler/driver/
Dcompiler_driver.cc502 bool compile_pic = driver->GetCompilerOptions().GetCompilePic(); // Off by default in CompileMethodHarness() local
504 CHECK(!compile_pic || non_relative_linker_patch_count == 0u); in CompileMethodHarness()