Home
last modified time | relevance | path

Searched defs:callSiteIds (Results 1 – 6 of 6) sorted by relevance

/dalvik/dx/src/com/android/dx/dex/file/
DCallSiteIdsSection.java30 private final TreeMap<CstCallSiteRef, CallSiteIdItem> callSiteIds = new TreeMap<>(); field in CallSiteIdsSection
DCallSiteIdItem.java62 CallSiteIdsSection callSiteIds = file.getCallSiteIds(); in addContents() local
DDexFile.java94 private final CallSiteIdsSection callSiteIds; field in DexFile
/dalvik/dx/src/com/android/dex/
DTableOfContents.java39 public final Section callSiteIds = new Section(0x0007); field in TableOfContents
/dalvik/dx/src/com/android/dx/dex/cf/
DCfTranslator.java148 CallSiteIdsSection callSiteIds = dexFile.getCallSiteIds(); in translate0() local
/dalvik/dx/src/com/android/dx/merge/
DIndexMap.java68 public final int[] callSiteIds; field in IndexMap