Searched refs:GetStoreKeyValuePairByIndex (Results 1 - 3 of 3) sorted by relevance

/art/runtime/
H A Doat.h113 bool GetStoreKeyValuePairByIndex(size_t index, const char** key, const char** value) const;
H A Doat.cc449 bool OatHeader::GetStoreKeyValuePairByIndex(size_t index, const char** key, function in class:art::OatHeader
/art/oatdump/
H A Doatdump.cc489 while (oat_header.GetStoreKeyValuePairByIndex(index, &key, &value)) {

Completed in 252 milliseconds