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

  /art/dexlayout/
dex_ir_builder.cc 180 case DexFile::kDexTypeAnnotationItem:
dex_writer.h 183 case DexFile::kDexTypeAnnotationItem:
dex_visualize.cc 230 { DexFile::kDexTypeAnnotationItem, 15 },
dexdiag.cc 79 { DexFile::kDexTypeAnnotationItem, { "AnnotationItem", '3' } },
dex_writer.cc 372 stream->AlignTo(SectionAlignment(DexFile::kDexTypeAnnotationItem));
733 queue.AddIfNotEmpty(MapItem(DexFile::kDexTypeAnnotationItem,
    [all...]
dex_ir.cc     [all...]
  /art/libdexfile/dex/
dex_file_verifier.cc 67 case DexFile::kDexTypeAnnotationItem: return 1 << 17;
94 case DexFile::kDexTypeAnnotationItem:
    [all...]
dex_file.h 132 kDexTypeAnnotationItem = 0x2004,
    [all...]
  /dalvik/libdex/
DexFile.h 239 kDexTypeAnnotationItem = 0x2004,
    [all...]
DexSwapVerify.cpp 337 case kDexTypeAnnotationItem: return 1 << 15;
    [all...]

Completed in 296 milliseconds