Searched refs:mMap (Results 1 – 4 of 4) sorted by relevance
613 if (mMap != null) { in isNinePatch()614 fileName = mMap.getZipEntry().getName(); in isNinePatch()637 FileMap mMap; // for memory map field in Asset._FileAsset723 assert(mMap == null); in openChunk()726 mMap = dataMap; in openChunk()766 if (mMap != null) { in read()770 System.arraycopy(mMap.getDataPtr(), toIntExact(mOffset), buf, bufOffset, count); in read()876 if (mMap != null) { in getBuffer()878 return mMap.getDataPtr(); in getBuffer()937 mMap = map; in getBuffer()[all …]
315 ValueMap mMap; member in __anon923a16800211::SlotTracker541 ValueMap::iterator MI = mMap.find(V); in getGlobalSlot()542 return MI == mMap.end() ? -1 : (int)MI->second; in getGlobalSlot()575 mMap[V] = DestSlot; in CreateModuleSlot()
595 ValueMap mMap; member in llvm::SlotTracker938 ValueMap::iterator MI = mMap.find(V); in getGlobalSlot()939 return MI == mMap.end() ? -1 : (int)MI->second; in getGlobalSlot()980 mMap[V] = DestSlot; in CreateModuleSlot()
684 ValueMap mMap; member in llvm::SlotTracker1083 ValueMap::iterator MI = mMap.find(V); in getGlobalSlot()1084 return MI == mMap.end() ? -1 : (int)MI->second; in getGlobalSlot()1142 mMap[V] = DestSlot; in CreateModuleSlot()