Searched refs:mMappings (Results 1 – 1 of 1) sorted by relevance
214 if (!mMappings.empty()) { in map()241 mMappings.push_back(map); in map()247 if (mMappings.empty()) { in unmap()251 for (auto it = mMappings.begin(); it != mMappings.end(); ++it) { in unmap()264 (void)mMappings.erase(it); in unmap()273 if (!mMappings.empty()) { in ~Impl()275 for (const Mapping &map : mMappings) { in ~Impl()353 std::list<Mapping> mMappings; member in android::C2AllocationIon::Impl