Home
last modified time | relevance | path

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

/art/runtime/
Doat.h101 const char* GetStoreValueByKey(const char* key) const;
Doat.cc387 const char* OatHeader::GetStoreValueByKey(const char* key) const { in GetStoreValueByKey() function in art::OatHeader
456 const char* key_value = GetStoreValueByKey(key); in IsKeyEnabled()
Dclass_linker.cc1115 GetStoreValueByKey(OatHeader::kImageLocationKey); in InitFromImage()
/art/compiler/
Doat_test.cc133 ASSERT_EQ("lue.art", std::string(oat_header.GetStoreValueByKey(OatHeader::kImageLocationKey))); in TEST_F()