Home | History | Annotate | Download | only in dex2oat

Lines Matching refs:OatHeader

426       key_value_store->Put(OatHeader::kImageLocationKey, image_file_location);
1534 key_value_store->Put(OatHeader::kDex2OatCmdLineKey, oss.str());
1537 key_value_store->Put(OatHeader::kDex2OatHostKey, oss.str());
1538 key_value_store->Put(OatHeader::kPicKey, compile_pic ? "true" : "false");