Home | History | Annotate | Download | only in jit

Lines Matching refs:dex_file_checksum

81 static bool ChecksumMatch(uint32_t dex_file_checksum, uint32_t checksum) {
82 return kDebugIgnoreChecksum || dex_file_checksum == checksum;