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

  /art/runtime/
oat.cc 28 constexpr uint8_t OatHeader::kOatMagic[4];
75 static_assert(sizeof(magic_) == sizeof(kOatMagic),
80 memcpy(magic_, kOatMagic, sizeof(kOatMagic));
125 if (memcmp(magic_, kOatMagic, sizeof(kOatMagic)) != 0) {
141 if (memcmp(magic_, kOatMagic, sizeof(kOatMagic)) != 0) {
142 static_assert(sizeof(kOatMagic) == 4, "kOatMagic has unexpected length")
    [all...]
oat.h 34 static constexpr uint8_t kOatMagic[] = { 'o', 'a', 't', '\n' };
utils.cc     [all...]

Completed in 566 milliseconds