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

  /art/runtime/
dex_file.h 49 static constexpr size_t kNumDexVersions = 3;
51 static const uint8_t kDexMagicVersions[kNumDexVersions][kDexVersionLen];
    [all...]
dex_file.cc 63 const uint8_t DexFile::kDexMagicVersions[DexFile::kNumDexVersions][DexFile::kDexVersionLen] = {
625 for (uint32_t i = 0; i < kNumDexVersions; i++) {
    [all...]

Completed in 116 milliseconds