Lines Matching refs:Get
70 InstallClass(obj, byte_array_class.Get(), bytes); in Alloc()
82 InstallClass(obj, byte_array_class.Get(), bytes); in AllocWithGrowth()
186 EXPECT_TRUE(ptr1.Get() != nullptr); in ZygoteSpaceTestBody()
199 EXPECT_TRUE(ptr3.Get() != nullptr); in ZygoteSpaceTestBody()
213 size_t free3 = space->AllocationSize(ptr3.Get(), nullptr); in ZygoteSpaceTestBody()
222 EXPECT_TRUE(ptr6.Get() != nullptr); in ZygoteSpaceTestBody()
228 size_t free1 = space->AllocationSize(ptr1.Get(), nullptr); in ZygoteSpaceTestBody()
251 EXPECT_TRUE(ptr1.Get() != nullptr); in ZygoteSpaceTestBody()
262 EXPECT_TRUE(ptr3.Get() != nullptr); in ZygoteSpaceTestBody()
269 free1 = space->AllocationSize(ptr1.Get(), nullptr); in ZygoteSpaceTestBody()
289 EXPECT_TRUE(ptr1.Get() != nullptr); in AllocAndFreeTestBody()
302 EXPECT_TRUE(ptr3.Get() != nullptr); in AllocAndFreeTestBody()
316 size_t free3 = space->AllocationSize(ptr3.Get(), nullptr); in AllocAndFreeTestBody()
325 EXPECT_TRUE(ptr6.Get() != nullptr); in AllocAndFreeTestBody()
331 size_t free1 = space->AllocationSize(ptr1.Get(), nullptr); in AllocAndFreeTestBody()
432 if (object.Get() != nullptr) { // allocation succeeded in SizeFootPrintGrowthLimitAndTrimBody()
433 lots_of_objects[i] = object.Get(); in SizeFootPrintGrowthLimitAndTrimBody()
434 size_t allocation_size = space->AllocationSize(object.Get(), nullptr); in SizeFootPrintGrowthLimitAndTrimBody()
524 EXPECT_TRUE(large_object.Get() != nullptr); in SizeFootPrintGrowthLimitAndTrimBody()