Lines Matching refs:C2AllocatorIon
412 C2AllocatorIon::C2AllocatorIon(id_t id) in C2AllocatorIon() function in android::C2AllocatorIon
429 C2AllocatorIon::~C2AllocatorIon() { in ~C2AllocatorIon()
435 C2Allocator::id_t C2AllocatorIon::getId() const { in getId()
440 C2String C2AllocatorIon::getName() const { in getName()
445 std::shared_ptr<const C2Allocator::Traits> C2AllocatorIon::getTraits() const { in getTraits()
450 void C2AllocatorIon::setUsageMapper( in setUsageMapper()
464 std::size_t C2AllocatorIon::MapperKeyHash::operator()(const MapperKey &k) const { in operator ()()
468 c2_status_t C2AllocatorIon::mapUsage( in mapUsage()
504 c2_status_t C2AllocatorIon::newLinearAllocation( in newLinearAllocation()
532 c2_status_t C2AllocatorIon::priorLinearAllocation( in priorLinearAllocation()
556 bool C2AllocatorIon::isValid(const C2Handle* const o) { in isValid()