HomeSort by relevance Sort by last modified time
    Searched refs:kOatVersion (Results 1 - 2 of 2) sorted by null

  /art/runtime/
oat.cc 32 constexpr uint8_t OatHeader::kOatVersion[4];
89 static_assert(sizeof(version_) == sizeof(kOatVersion),
93 memcpy(version_, kOatVersion, sizeof(kOatVersion));
105 if (memcmp(version_, kOatVersion, sizeof(kOatVersion)) != 0) {
127 if (memcmp(version_, kOatVersion, sizeof(kOatVersion)) != 0) {
128 static_assert(sizeof(kOatVersion) == 4, "kOatVersion has unexpected length")
    [all...]
oat.h 35 static constexpr uint8_t kOatVersion[] = { '1', '2', '4', '\0' }; // New compiler filter names.

Completed in 155 milliseconds