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

  /art/runtime/
oat.cc 31 constexpr uint8_t OatHeader::kOatMagic[4];
87 static_assert(sizeof(magic_) == sizeof(kOatMagic),
92 memcpy(magic_, kOatMagic, sizeof(kOatMagic));
102 if (memcmp(magic_, kOatMagic, sizeof(kOatMagic)) != 0) {
121 if (memcmp(magic_, kOatMagic, sizeof(kOatMagic)) != 0) {
122 static_assert(sizeof(kOatMagic) == 4, "kOatMagic has unexpected length")
    [all...]
oat.h 34 static constexpr uint8_t kOatMagic[] = { 'o', 'a', 't', '\n' };
  /art/compiler/
oat_test.cc     [all...]

Completed in 365 milliseconds