Searched refs:kDexTypeCallSiteIdItem (Results 1 – 3 of 3) sorted by relevance
64 case DexFile::kDexTypeCallSiteIdItem: return 1 << 7; in MapTypeToBitMask()92 case DexFile::kDexTypeCallSiteIdItem: in IsDataSectionType()2201 case DexFile::kDexTypeCallSiteIdItem: { in CheckIntraSectionIterate()2467 CHECK_INTRA_SECTION_ITERATE_CASE(DexFile::kDexTypeCallSiteIdItem) in CheckIntraSection()3365 case DexFile::kDexTypeCallSiteIdItem: { in CheckInterSectionIterate()3456 case DexFile::kDexTypeCallSiteIdItem: in CheckInterSection()
315 } else if (map_item.type_ == kDexTypeCallSiteIdItem) { in InitializeSectionsFromMapList()
201 kDexTypeCallSiteIdItem = 0x0007, enumerator