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

  /art/runtime/
image.h 38 uint32_t oat_checksum,
68 void SetOatChecksum(uint32_t oat_checksum) {
69 oat_checksum_ = oat_checksum;
image.cc 34 uint32_t oat_checksum,
44 oat_checksum_(oat_checksum),
  /art/compiler/
image_test.cc 202 uint32_t oat_checksum = 0;
212 oat_checksum,
  /art/runtime/gc/space/
image_space.cc 752 uint32_t oat_checksum = oat_file->GetOatHeader().GetChecksum(); local
754 if (oat_checksum != image_oat_checksum) {
756 " in image %s", oat_checksum, image_oat_checksum, GetName());
    [all...]

Completed in 46 milliseconds