Searched refs:kPicKey (Results 1 – 3 of 3) sorted by relevance
38 static constexpr const char* kPicKey = "pic"; variable
474 const char* pic_string = GetStoreValueByKey(OatHeader::kPicKey); in IsPic()
1538 key_value_store->Put(OatHeader::kPicKey, compile_pic ? "true" : "false"); in dex2oat()