Lines Matching refs:OVERRIDE
50 size_t* usable_size) OVERRIDE LOCKS_EXCLUDED(lock_);
52 size_t* usable_size) OVERRIDE { in Alloc()
57 OVERRIDE EXCLUSIVE_LOCKS_REQUIRED(Locks::mutator_lock_) { in AllocThreadUnsafe()
60 size_t AllocationSize(mirror::Object* obj, size_t* usable_size) OVERRIDE { in AllocationSize()
63 size_t Free(Thread* self, mirror::Object* ptr) OVERRIDE
65 size_t FreeList(Thread* self, size_t num_ptrs, mirror::Object** ptrs) OVERRIDE
87 size_t Trim() OVERRIDE;
88 void Walk(WalkCallback callback, void* arg) OVERRIDE LOCKS_EXCLUDED(lock_);
89 size_t GetFootprint() OVERRIDE;
90 size_t GetFootprintLimit() OVERRIDE;
91 void SetFootprintLimit(size_t limit) OVERRIDE;
93 void Clear() OVERRIDE;
97 bool can_move_objects) OVERRIDE;
99 uint64_t GetBytesAllocated() OVERRIDE;
100 uint64_t GetObjectsAllocated() OVERRIDE;
109 bool IsRosAllocSpace() const OVERRIDE { in IsRosAllocSpace()
113 RosAllocSpace* AsRosAllocSpace() OVERRIDE { in AsRosAllocSpace()
123 void LogFragmentationAllocFailure(std::ostream& os, size_t failed_alloc_bytes) OVERRIDE { in LogFragmentationAllocFailure()
138 size_t maximum_size, bool low_memory_mode) OVERRIDE { in CreateAllocator()