Home
last modified time | relevance | path

Searched refs:AllocationSize (Results 1 – 13 of 13) sorted by relevance

/art/runtime/gc/space/
Dvalgrind_malloc_space-inl.h67 size_t ValgrindMallocSpace<S, A>::AllocationSize(mirror::Object* obj, size_t* usable_size) { in AllocationSize() function
68 size_t result = S::AllocationSize(reinterpret_cast<mirror::Object*>( in AllocationSize()
79 AllocationSize(ptr, &usable_size); in Free()
Dspace_test.h213 size_t free3 = space->AllocationSize(ptr3.Get(), nullptr); in ZygoteSpaceTestBody()
228 size_t free1 = space->AllocationSize(ptr1.Get(), nullptr); in ZygoteSpaceTestBody()
269 free1 = space->AllocationSize(ptr1.Get(), nullptr); in ZygoteSpaceTestBody()
316 size_t free3 = space->AllocationSize(ptr3.Get(), nullptr); in AllocAndFreeTestBody()
331 size_t free1 = space->AllocationSize(ptr1.Get(), nullptr); in AllocAndFreeTestBody()
354 EXPECT_EQ(allocation_size, space->AllocationSize(lots_of_objects[i], &computed_usable_size)); in AllocAndFreeListTestBody()
367 EXPECT_EQ(allocation_size, space->AllocationSize(lots_of_objects[i], &computed_usable_size)); in AllocAndFreeListTestBody()
434 size_t allocation_size = space->AllocationSize(object.Get(), nullptr); in SizeFootPrintGrowthLimitAndTrimBody()
489 size_t allocation_size = space->AllocationSize(object, nullptr); in SizeFootPrintGrowthLimitAndTrimBody()
Dlarge_object_space.cc56 virtual size_t AllocationSize(mirror::Object* obj, size_t* usable_size) OVERRIDE { in AllocationSize() function in art::gc::space::FINAL
59 return LargeObjectMapSpace::AllocationSize(object_with_rdz, usable_size); in AllocationSize()
65 VALGRIND_MAKE_MEM_UNDEFINED(object_with_rdz, AllocationSize(obj, nullptr)); in Free()
157 size_t LargeObjectMapSpace::AllocationSize(mirror::Object* obj, size_t* usable_size) { in AllocationSize() function in art::gc::space::LargeObjectMapSpace
398 size_t FreeListSpace::AllocationSize(mirror::Object* obj, size_t* usable_size) { in AllocationSize() function in art::gc::space::FreeListSpace
Dvalgrind_malloc_space.h38 size_t AllocationSize(mirror::Object* obj, size_t* usable_size) OVERRIDE;
Dlarge_object_space.h119 size_t AllocationSize(mirror::Object* obj, size_t* usable_size);
147 size_t AllocationSize(mirror::Object* obj, size_t* usable_size) OVERRIDE
Dzygote_space.h51 size_t AllocationSize(mirror::Object* obj, size_t* usable_size) OVERRIDE;
Dzygote_space.cc84 size_t ZygoteSpace::AllocationSize(mirror::Object* obj, size_t* usable_size) { in AllocationSize() function in art::gc::space::ZygoteSpace
Ddlmalloc_space.h58 virtual size_t AllocationSize(mirror::Object* obj, size_t* usable_size) OVERRIDE { in AllocationSize() function
Dmalloc_space.h64 virtual size_t AllocationSize(mirror::Object* obj, size_t* usable_size) = 0;
Dlarge_object_space_test.cc55 ASSERT_EQ(allocation_size, los->AllocationSize(obj, nullptr)); in LargeObjectTest()
Dbump_pointer_space.h60 size_t AllocationSize(mirror::Object* obj, size_t* usable_size) OVERRIDE in AllocationSize() function
Drosalloc_space.h60 size_t AllocationSize(mirror::Object* obj, size_t* usable_size) OVERRIDE { in AllocationSize() function
Dspace.h210 virtual size_t AllocationSize(mirror::Object* obj, size_t* usable_size) = 0;