Searched refs:annotationsOff (Results 1 - 12 of 12) sorted by relevance
/dalvik/dexgen/src/com/android/dexgen/dex/file/ |
H A D | AnnotationSetRefItem.java | 72 int annotationsOff = annotations.getAbsoluteOffset(); 75 out.annotate(4, " annotations_off: " + Hex.u4(annotationsOff)); 78 out.writeInt(annotationsOff);
|
H A D | FieldAnnotationStruct.java | 87 int annotationsOff = annotations.getAbsoluteOffset(); 93 Hex.u4(annotationsOff)); 97 out.writeInt(annotationsOff);
|
H A D | MethodAnnotationStruct.java | 87 int annotationsOff = annotations.getAbsoluteOffset(); 93 Hex.u4(annotationsOff)); 97 out.writeInt(annotationsOff);
|
H A D | ParameterAnnotationStruct.java | 111 int annotationsOff = annotationsItem.getAbsoluteOffset(); 117 Hex.u4(annotationsOff)); 121 out.writeInt(annotationsOff);
|
/dalvik/dx/src/com/android/dx/dex/file/ |
H A D | AnnotationSetRefItem.java | 72 int annotationsOff = annotations.getAbsoluteOffset(); 75 out.annotate(4, " annotations_off: " + Hex.u4(annotationsOff)); 78 out.writeInt(annotationsOff);
|
H A D | FieldAnnotationStruct.java | 87 int annotationsOff = annotations.getAbsoluteOffset(); 93 Hex.u4(annotationsOff)); 97 out.writeInt(annotationsOff);
|
H A D | MethodAnnotationStruct.java | 87 int annotationsOff = annotations.getAbsoluteOffset(); 93 Hex.u4(annotationsOff)); 97 out.writeInt(annotationsOff);
|
H A D | ParameterAnnotationStruct.java | 111 int annotationsOff = annotationsItem.getAbsoluteOffset(); 117 Hex.u4(annotationsOff)); 121 out.writeInt(annotationsOff);
|
/dalvik/libdex/ |
H A D | DexFile.h | 310 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 D | DexSwapVerify.cpp | 911 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 D | DexDump.cpp | 529 pClassDef->annotationsOff, pClassDef->annotationsOff);
|
/dalvik/dx/src/com/android/dx/merge/ |
H A D | DexMerger.java | 647 int annotationsOff = classDef.getAnnotationsOffset(); 648 idsDefsOut.writeInt(indexMap.adjustAnnotationDirectory(annotationsOff));
|
Completed in 197 milliseconds