Searched refs:kOatVersion (Results 1 - 2 of 2) sorted by relevance

/art/runtime/
H A Doat.cc26 const uint8_t OatHeader::kOatVersion[] = { '0', '3', '9', '\0' }; member in class:art::OatHeader
69 memcpy(version_, kOatVersion, sizeof(kOatVersion));
119 if (memcmp(version_, kOatVersion, sizeof(kOatVersion)) != 0) {
H A Doat.h33 static const uint8_t kOatVersion[4]; variable

Completed in 28 milliseconds