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

  /art/tools/dexfuzz/src/dexfuzz/rawdex/
AnnotationSetRefList.java 21 public class AnnotationSetRefList implements RawDexObject {
MapList.java 123 new ArrayList<AnnotationSetRefList>(mapItem.size);
125 AnnotationSetRefList newAnnotationSetRefList = new AnnotationSetRefList();
RawDexFile.java 47 public List<AnnotationSetRefList> annotationSetRefLists;
222 for (AnnotationSetRefList annotationSetRefList : annotationSetRefLists) {
223 annotationSetRefList.write(file);
  /external/smali/dexlib2/src/main/java/org/jf/dexlib2/dexbacked/raw/
AnnotationSetRefList.java 41 public class AnnotationSetRefList {
AnnotationDirectoryItem.java 111 out.annotate(4, "%s", AnnotationSetRefList.getReferenceAnnotation(dexFile, annotationOffset));
  /art/dexlayout/
dex_verify.h 65 bool VerifyAnnotationSetRefList(dex_ir::AnnotationSetRefList* orig,
66 dex_ir::AnnotationSetRefList* output,
dex_ir.h 37 class AnnotationSetRefList;
98 virtual void Dispatch(AnnotationSetRefList* annotation_set_ref_list) = 0;
186 std::map<uint32_t, std::unique_ptr<AnnotationSetRefList>>& AnnotationSetRefLists()
328 const DexFile::AnnotationSetRefList* annotation_set_ref_list, uint32_t offset);
345 CollectionMap<AnnotationSetRefList> annotation_set_ref_lists_;
    [all...]
dex_ir.cc 551 const DexFile::AnnotationSetRefList* list =
566 const DexFile::AnnotationSetRefList* annotation_set_ref_list, uint32_t offset) {
567 AnnotationSetRefList* set_ref_list = nullptr;
580 set_ref_list = new AnnotationSetRefList(annotations);
    [all...]
dex_verify.cc 437 bool VerifyAnnotationSetRefList(dex_ir::AnnotationSetRefList* orig,
438 dex_ir::AnnotationSetRefList* output,
    [all...]
dex_writer.cc 352 std::unique_ptr<dex_ir::AnnotationSetRefList>& annotation_set_ref = anno_set_ref_pair.second;
  /external/smali/dexlib2/src/main/java/org/jf/dexlib2/dexbacked/raw/util/
DexAnnotator.java 120 annotators.put(mapItem.getType(), AnnotationSetRefList.makeAnnotator(this, mapItem));
  /art/runtime/
dex_file.h 395 struct AnnotationSetRefList {
400 DISALLOW_COPY_AND_ASSIGN(AnnotationSetRefList);
    [all...]
dex_file_annotations.cc     [all...]
dex_file_verifier.cc     [all...]
  /art/dexdump/
dexdump.cc 705 const DexFile::AnnotationSetRefList*
    [all...]
  /prebuilts/tools/common/m2/repository/org/smali/dexlib2/2.1.3/
dexlib2-2.1.3.jar 

Completed in 431 milliseconds