Home
last modified time | relevance | path

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

/art/runtime/
Doat.cc309 const char* OatHeader::GetStoreValueByKey(const char* key) const { in GetStoreValueByKey() function in art::OatHeader
383 const char* key_value = GetStoreValueByKey(kCompilerFilter); in GetCompilerFilter()
391 const char* key_value = GetStoreValueByKey(key); in KeyHasValue()
Doat.h94 const char* GetStoreValueByKey(const char* key) const;
Ddexopt_test.cc133 const char* checksums = oat_header.GetStoreValueByKey(OatHeader::kBootClassPathChecksumsKey); in GenerateOatForTest()
Doat_file_assistant.cc605 oat_file.GetOatHeader().GetStoreValueByKey(OatHeader::kBootClassPathKey); in ValidateBootClassPathChecksums()
636 oat_file.GetOatHeader().GetStoreValueByKey(OatHeader::kBootClassPathChecksumsKey); in ValidateBootClassPathChecksums()
Doat_file.cc2173 return GetOatHeader().GetStoreValueByKey(OatHeader::kClassPathKey); in GetClassLoaderContext()
2177 return GetOatHeader().GetStoreValueByKey(OatHeader::kCompilationReasonKey); in GetCompilationReason()
Doat_file_assistant_test.cc163 oat_file->GetOatHeader().GetStoreValueByKey(OatHeader::kClassPathKey)); in TEST_F()
Druntime.cc1203 const char* oat_boot_class_path = oat_header.GetStoreValueByKey(OatHeader::kBootClassPathKey); in Init()
/art/dex2oat/linker/
Doat_writer_test.cc422 ASSERT_TRUE(oat_header.GetStoreValueByKey(OatHeader::kBootClassPathChecksumsKey) != nullptr); in TEST_F()
423 ASSERT_STREQ("testkey", oat_header.GetStoreValueByKey(OatHeader::kBootClassPathChecksumsKey)); in TEST_F()
/art/test/common/
Druntime_state.cc106 const char* cmd_line = oat_file->GetOatHeader().GetStoreValueByKey(OatHeader::kDex2OatCmdLineKey); in Java_Main_compiledWithOptimizing()
/art/runtime/gc/space/
Dimage_space.cc1828 oat_file->GetOatHeader().GetStoreValueByKey(OatHeader::kBootClassPathKey); in OpenOatFile()
/art/runtime/entrypoints/quick/
Dquick_trampoline_entrypoints.cc1220 oat_file->GetOatHeader().GetStoreValueByKey(OatHeader::kDex2OatCmdLineKey); in DumpB74410240ClassData()
/art/dex2oat/
Ddex2oat_test.cc1078 const char* classpath = oat_file.GetOatHeader().GetStoreValueByKey(OatHeader::kClassPathKey); in RunTest()