Searched refs:annotationsOff (Results 1 - 12 of 12) sorted by relevance

/dalvik/dexgen/src/com/android/dexgen/dex/file/
H A DAnnotationSetRefItem.java72 int annotationsOff = annotations.getAbsoluteOffset();
75 out.annotate(4, " annotations_off: " + Hex.u4(annotationsOff));
78 out.writeInt(annotationsOff);
H A DFieldAnnotationStruct.java87 int annotationsOff = annotations.getAbsoluteOffset();
93 Hex.u4(annotationsOff));
97 out.writeInt(annotationsOff);
H A DMethodAnnotationStruct.java87 int annotationsOff = annotations.getAbsoluteOffset();
93 Hex.u4(annotationsOff));
97 out.writeInt(annotationsOff);
H A DParameterAnnotationStruct.java111 int annotationsOff = annotationsItem.getAbsoluteOffset();
117 Hex.u4(annotationsOff));
121 out.writeInt(annotationsOff);
/dalvik/dx/src/com/android/dx/dex/file/
H A DAnnotationSetRefItem.java72 int annotationsOff = annotations.getAbsoluteOffset();
75 out.annotate(4, " annotations_off: " + Hex.u4(annotationsOff));
78 out.writeInt(annotationsOff);
H A DFieldAnnotationStruct.java87 int annotationsOff = annotations.getAbsoluteOffset();
93 Hex.u4(annotationsOff));
97 out.writeInt(annotationsOff);
H A DMethodAnnotationStruct.java87 int annotationsOff = annotations.getAbsoluteOffset();
93 Hex.u4(annotationsOff));
97 out.writeInt(annotationsOff);
H A DParameterAnnotationStruct.java111 int annotationsOff = annotationsItem.getAbsoluteOffset();
117 Hex.u4(annotationsOff));
121 out.writeInt(annotationsOff);
/dalvik/libdex/
H A DDexFile.h310 u4 annotationsOff; /* file offset to annotations_directory_item */ member in struct:DexClassDef
386 u4 annotationsOff; /* offset to DexAnnotationSetItem */ member in struct:DexFieldAnnotationsItem
394 u4 annotationsOff; /* offset to DexAnnotationSetItem */ member in struct:DexMethodAnnotationsItem
402 u4 annotationsOff; /* offset to DexAnotationSetRefList */ member in struct:DexParameterAnnotationsItem
409 u4 annotationsOff; /* offset to DexAnnotationSetItem */ member in struct:DexAnnotationSetRefItem
736 if (pClassDef->annotationsOff == 0)
739 (pDexFile->baseAddr + pClassDef->annotationsOff);
845 return dexGetAnnotationSetItem(pDexFile, pItem->annotationsOff);
875 return dexGetAnnotationSetItem(pDexFile, pItem->annotationsOff);
907 (pDexFile->baseAddr + pItem->annotationsOff);
[all...]
H A DDexSwapVerify.cpp911 SWAP_OFFSET4(item->annotationsOff);
987 item->annotationsOff, kDexTypeAnnotationsDirectoryItem)
1050 if (!verifyAnnotationsDirectoryIsForDef(state, item->annotationsOff,
1071 SWAP_OFFSET4(item->annotationsOff);
1100 SWAP_OFFSET4(item->annotationsOff);
1130 SWAP_OFFSET4(item->annotationsOff);
1194 if (!dexDataMapVerify(state->pDataMap, item->annotationsOff,
1214 if (!dexDataMapVerify(state->pDataMap, item->annotationsOff,
1235 if (!dexDataMapVerify(state->pDataMap, item->annotationsOff,
1352 SWAP_OFFSET4(item->annotationsOff);
[all...]
/dalvik/dexdump/
H A DDexDump.cpp529 pClassDef->annotationsOff, pClassDef->annotationsOff);
/dalvik/dx/src/com/android/dx/merge/
H A DDexMerger.java647 int annotationsOff = classDef.getAnnotationsOffset();
648 idsDefsOut.writeInt(indexMap.adjustAnnotationDirectory(annotationsOff));

Completed in 143 milliseconds