Searched defs:SpaceTest (Results 1 - 1 of 1) sorted by relevance

/art/runtime/gc/space/
H A Dspace_test.h34 class SpaceTest : public CommonRuntimeTest { class in namespace:art::gc::space
38 SpaceTest() : byte_array_class_(nullptr) { function in class:art::gc::space::SpaceTest
129 void SpaceTest::InitTestBody(CreateSpaceFn create_space) {
171 void SpaceTest::ZygoteSpaceTestBody(CreateSpaceFn create_space) {
274 void SpaceTest::AllocAndFreeTestBody(CreateSpaceFn create_space) {
336 void SpaceTest::AllocAndFreeListTestBody(CreateSpaceFn create_space) {
375 void SpaceTest::SizeFootPrintGrowthLimitAndTrimBody(MallocSpace* space, intptr_t object_size,
542 void SpaceTest::SizeFootPrintGrowthLimitAndTrimDriver(size_t object_size, CreateSpaceFn create_space) {
581 class spaceName##BaseTest : public SpaceTest { \
598 class spaceName##StaticTest : public SpaceTest { \
[all...]

Completed in 110 milliseconds