Home | History | Annotate | Download | only in space

Lines Matching defs:SpaceTest

30 class SpaceTest : public CommonTest {
46 TEST_F(SpaceTest, Init) {
88 TEST_F(SpaceTest, ZygoteSpace) {
160 TEST_F(SpaceTest, AllocAndFree) {
207 TEST_F(SpaceTest, LargeObjectTest) {
268 TEST_F(SpaceTest, AllocAndFreeList) {
306 void SpaceTest::SizeFootPrintGrowthLimitAndTrimBody(DlMallocSpace* space, intptr_t object_size,
458 void SpaceTest::SizeFootPrintGrowthLimitAndTrimDriver(size_t object_size) {
483 TEST_F(SpaceTest, SizeFootPrintGrowthLimitAndTrim_AllocationsOf_##name) { \
486 TEST_F(SpaceTest, SizeFootPrintGrowthLimitAndTrim_RandomAllocationsWithMax_##name) { \
491 TEST_F(SpaceTest, SizeFootPrintGrowthLimitAndTrim_AllocationsOf_8B) {