Home
last modified time | relevance | path

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

/art/runtime/gc/space/
Dspace_create_test.cc144 size_t free3 = space->AllocationSize(ptr3.Get(), nullptr); in TEST_P()
164 size_t free1 = space->AllocationSize(ptr1.Get(), nullptr); in TEST_P()
221 free1 = space->AllocationSize(ptr1.Get(), nullptr); in TEST_P()
278 size_t free3 = space->AllocationSize(ptr3.Get(), nullptr); in TEST_P()
298 size_t free1 = space->AllocationSize(ptr1.Get(), nullptr); in TEST_P()
325 EXPECT_EQ(allocation_size, space->AllocationSize(lots_of_objects[i], &computed_usable_size)); in TEST_P()
345 EXPECT_EQ(allocation_size, space->AllocationSize(lots_of_objects[i], &computed_usable_size)); in TEST_P()
Dmemory_tool_malloc_space-inl.h173 kUseObjSizeForUsable>::AllocationSize( in AllocationSize() function
175 size_t result = S::AllocationSize(reinterpret_cast<mirror::Object*>( in AllocationSize()
202 size_t allocation_size = AllocationSize(ptr, &usable_size); in Free()
Dmemory_tool_malloc_space.h43 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;
Dlarge_object_space.h137 size_t AllocationSize(mirror::Object* obj, size_t* usable_size) REQUIRES(!lock_);
172 size_t AllocationSize(mirror::Object* obj, size_t* usable_size) OVERRIDE
Dlarge_object_space.cc69 size_t AllocationSize(mirror::Object* obj, size_t* usable_size) OVERRIDE { in AllocationSize() function in art::gc::space::FINAL
70 return LargeObjectMapSpace::AllocationSize(ObjectWithRedzone(obj), usable_size); in AllocationSize()
79 MEMORY_TOOL_MAKE_UNDEFINED(object_with_rdz, AllocationSize(obj, nullptr)); in Free()
199 size_t LargeObjectMapSpace::AllocationSize(mirror::Object* obj, size_t* usable_size) { in AllocationSize() function in art::gc::space::LargeObjectMapSpace
458 size_t FreeListSpace::AllocationSize(mirror::Object* obj, size_t* usable_size) { in AllocationSize() function in art::gc::space::FreeListSpace
Dzygote_space.cc84 size_t ZygoteSpace::AllocationSize(mirror::Object*, size_t*) { in AllocationSize() function in art::gc::space::ZygoteSpace
Ddlmalloc_space.h62 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;
Dbump_pointer_space.h60 size_t AllocationSize(mirror::Object* obj, size_t* usable_size) OVERRIDE in AllocationSize() function
Dlarge_object_space_test.cc58 ASSERT_EQ(allocation_size, los->AllocationSize(obj, nullptr)); in LargeObjectTest()
Dspace_test.h205 size_t allocation_size = space->AllocationSize(object.Get(), nullptr); in SizeFootPrintGrowthLimitAndTrimBody()
262 size_t allocation_size = space->AllocationSize(object, nullptr); in SizeFootPrintGrowthLimitAndTrimBody()
Drosalloc_space.h63 size_t AllocationSize(mirror::Object* obj, size_t* usable_size) OVERRIDE { in AllocationSize() function
Dspace.h227 virtual size_t AllocationSize(mirror::Object* obj, size_t* usable_size) = 0;
Dregion_space.h65 size_t AllocationSize(mirror::Object* obj, size_t* usable_size) OVERRIDE in AllocationSize() function