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

  /art/runtime/native/
dalvik_system_DexFile.h 25 constexpr size_t kOatFileIndex = 0;
dalvik_system_DexFile.cc 77 oat_file = reinterpret_cast<const OatFile*>(static_cast<uintptr_t>(long_data[kOatFileIndex]));
102 long_data[kOatFileIndex] = reinterpret_cast<uintptr_t>(oat_file);
    [all...]

Completed in 68 milliseconds