Searched refs:GetStoreValueByKey (Results 1 – 9 of 9) sorted by relevance
405 const char* OatHeader::GetStoreValueByKey(const char* key) const { in GetStoreValueByKey() function in art::OatHeader483 const char* key_value = GetStoreValueByKey(kCompilerFilter); in GetCompilerFilter()491 const char* key_value = GetStoreValueByKey(key); in KeyHasValue()
108 const char* GetStoreValueByKey(const char* key) const;
500 shared_libraries(oat_file->GetOatHeader().GetStoreValueByKey(OatHeader::kClassPathKey)); in HasCollisions()
860 const char* boot_cp = boot_oat_header.GetStoreValueByKey(OatHeader::kBootClassPathKey); in OpenDexFilesFromImage()
964 GetStoreValueByKey(OatHeader::kImageLocationKey); in InitFromBootImage()
89 const char* cmd_line = oat_file->GetOatHeader().GetStoreValueByKey(OatHeader::kDex2OatCmdLineKey); in Java_Main_compiledWithOptimizing()
391 ASSERT_EQ("lue.art", std::string(oat_header.GetStoreValueByKey(OatHeader::kImageLocationKey))); in TEST_F()
521 oat_header_->GetStoreValueByKey(OatHeader::kImageLocationKey) == nullptr); in PrepareLayout()
314 boot_oat_header.GetStoreValueByKey(OatHeader::kBootClassPathKey); in Heap()