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

  /art/dexlayout/
dex_ir_builder.cc 34 disk_header.endian_tag_,
dex_ir.h 403 endian_tag_(endian_tag),
420 uint32_t EndianTag() const { return endian_tag_; }
447 uint32_t endian_tag_; member in class:art::dex_ir::Header
    [all...]
  /art/compiler/utils/
test_dex_file_builder.h 93 header->endian_tag_ = DexFile::kDexEndianConstant;
  /art/runtime/
dex_file.h 78 uint32_t endian_tag_; member in struct:art::DexFile::Header
    [all...]
dex_file_verifier.cc 383 if (header_->endian_tag_ != DexFile::kDexEndianConstant) {
384 ErrorStringPrintf("Unexpected endian_tag: %x", header_->endian_tag_);
    [all...]

Completed in 1880 milliseconds