HomeSort by relevance Sort by last modified time
    Searched full:endian_tag_ (Results 1 - 3 of 3) sorted by null

  /art/compiler/utils/
test_dex_file_builder.h 92 header->endian_tag_ = DexFile::kDexEndianConstant;
  /art/runtime/
dex_file_verifier.cc 262 if (header_->endian_tag_ != DexFile::kDexEndianConstant) {
263 ErrorStringPrintf("Unexpected endian_tag: %x", header_->endian_tag_);
    [all...]
dex_file.h 84 uint32_t endian_tag_; member in struct:art::DexFile::Header
    [all...]

Completed in 206 milliseconds