Lines Matching refs:C2AllocatorIon
482 C2AllocatorIon::C2AllocatorIon(id_t id) in C2AllocatorIon() function in android::C2AllocatorIon
499 C2AllocatorIon::~C2AllocatorIon() { in ~C2AllocatorIon()
505 C2Allocator::id_t C2AllocatorIon::getId() const { in getId()
510 C2String C2AllocatorIon::getName() const { in getName()
515 std::shared_ptr<const C2Allocator::Traits> C2AllocatorIon::getTraits() const { in getTraits()
520 void C2AllocatorIon::setUsageMapper( in setUsageMapper()
534 std::size_t C2AllocatorIon::MapperKeyHash::operator()(const MapperKey &k) const { in operator ()()
538 c2_status_t C2AllocatorIon::mapUsage( in mapUsage()
578 c2_status_t C2AllocatorIon::newLinearAllocation( in newLinearAllocation()
606 c2_status_t C2AllocatorIon::priorLinearAllocation( in priorLinearAllocation()
630 bool C2AllocatorIon::CheckHandle(const C2Handle* const o) { in CheckHandle()