Home
last modified time | relevance | path

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

/art/runtime/
Doat.cc474 const char* pic_string = GetStoreValueByKey(OatHeader::kPicKey); in IsPic() local
476 return (pic_string != nullptr && strncmp(pic_string, kTrue, sizeof(kTrue)) == 0); in IsPic()