Searched refs:kOatFileIndex (Results 1 – 2 of 2) sorted by relevance
25 constexpr size_t kOatFileIndex = 0; variable
67 oat_file = reinterpret_cast<const OatFile*>(static_cast<uintptr_t>(long_data[kOatFileIndex])); in ConvertJavaArrayToDexFiles()92 long_data[kOatFileIndex] = reinterpret_cast<uintptr_t>(oat_file); in ConvertDexFilesToJavaArray()