Home
last modified time | relevance | path

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

/art/runtime/
Doat.h38 static constexpr const char* kPicKey = "pic"; variable
Doat.cc474 const char* pic_string = GetStoreValueByKey(OatHeader::kPicKey); in IsPic()
/art/dex2oat/
Ddex2oat.cc1538 key_value_store->Put(OatHeader::kPicKey, compile_pic ? "true" : "false"); in dex2oat()