Home
last modified time | relevance | path

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

/art/runtime/
Doat.cc405 const char* OatHeader::GetStoreValueByKey(const char* key) const { in GetStoreValueByKey() function in art::OatHeader
483 const char* key_value = GetStoreValueByKey(kCompilerFilter); in GetCompilerFilter()
491 const char* key_value = GetStoreValueByKey(key); in KeyHasValue()
Doat.h108 const char* GetStoreValueByKey(const char* key) const;
Doat_file_manager.cc500 shared_libraries(oat_file->GetOatHeader().GetStoreValueByKey(OatHeader::kClassPathKey)); in HasCollisions()
Druntime.cc860 const char* boot_cp = boot_oat_header.GetStoreValueByKey(OatHeader::kBootClassPathKey); in OpenDexFilesFromImage()
Dclass_linker.cc964 GetStoreValueByKey(OatHeader::kImageLocationKey); in InitFromBootImage()
/art/test/common/
Druntime_state.cc89 const char* cmd_line = oat_file->GetOatHeader().GetStoreValueByKey(OatHeader::kDex2OatCmdLineKey); in Java_Main_compiledWithOptimizing()
/art/compiler/
Doat_test.cc391 ASSERT_EQ("lue.art", std::string(oat_header.GetStoreValueByKey(OatHeader::kImageLocationKey))); in TEST_F()
Doat_writer.cc521 oat_header_->GetStoreValueByKey(OatHeader::kImageLocationKey) == nullptr); in PrepareLayout()
/art/runtime/gc/
Dheap.cc314 boot_oat_header.GetStoreValueByKey(OatHeader::kBootClassPathKey); in Heap()