Searched refs:C2AllocatorBlob (Results 1 – 5 of 5) sorted by relevance
94 C2AllocatorBlob::C2AllocatorBlob(id_t id) { in C2AllocatorBlob() function in android::C2AllocatorBlob107 C2AllocatorBlob::~C2AllocatorBlob() {} in ~C2AllocatorBlob()109 c2_status_t C2AllocatorBlob::newLinearAllocation( in newLinearAllocation()134 c2_status_t C2AllocatorBlob::priorLinearAllocation( in priorLinearAllocation()165 id_t C2AllocatorBlob::getId() const { in getId()169 C2String C2AllocatorBlob::getName() const { in getName()173 std::shared_ptr<const C2Allocator::Traits> C2AllocatorBlob::getTraits() const { in getTraits()178 bool C2AllocatorBlob::isValid(const C2Handle* const o) { in isValid()
24 "C2AllocatorBlob.cpp",
35 using android::C2AllocatorBlob;403 allocator = std::make_unique<C2AllocatorBlob>(android::C2PlatformAllocatorStore::BLOB); in CreateLinearBlock()415 isValidHandle = C2AllocatorBlob::isValid(handle); in CreateLinearBlock()438 allocator = std::make_unique<C2AllocatorBlob>(android::C2PlatformAllocatorStore::BLOB); in CreateLinearBlock()450 isValidHandle = C2AllocatorBlob::isValid(cHandle); in CreateLinearBlock()
242 allocator = std::make_shared<C2AllocatorBlob>(C2PlatformAllocatorStore::BLOB); in fetchBlobAllocator()
27 class C2AllocatorBlob : public C2Allocator {43 C2AllocatorBlob(id_t id);45 virtual ~C2AllocatorBlob() override;