Home
last modified time | relevance | path

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

/art/patchoat/
Dpatchoat.h80 NOT_PIC, // Code not pic. Patch as usual. enumerator
Dpatchoat.cc282 CHECK(is_oat_pic == NOT_PIC); in Patch()
382 return is_pic ? PIC : NOT_PIC; in IsOatPic()
686 CHECK(is_oat_pic == NOT_PIC); in Patch()