Lines Matching refs:Begin

112     std::unique_ptr<FakeOatFile> oat_file(new FakeOatFile(oat_map.Begin(), oat_map.End()));  in CreateImageSpace()
115 new (image_map.Begin()) ImageHeader( in CreateImageSpace()
118 /*image_begin=*/ PointerToLowMemUInt32(image_map.Begin()), in CreateImageSpace()
121 /*image_roots=*/ PointerToLowMemUInt32(image_map.Begin()) + 1, in CreateImageSpace()
124 /*oat_file_begin=*/ PointerToLowMemUInt32(oat_map.Begin()), in CreateImageSpace()
125 /*oat_data_begin=*/ PointerToLowMemUInt32(oat_map.Begin()), in CreateImageSpace()
126 /*oat_data_end=*/ PointerToLowMemUInt32(oat_map.Begin() + oat_size), in CreateImageSpace()
127 /*oat_file_end=*/ PointerToLowMemUInt32(oat_map.Begin() + oat_size), in CreateImageSpace()
183 EXPECT_EQ(reinterpret_cast<uint8_t*>(spaces.GetLargestImmuneRegion().Begin()), a.Begin()); in TEST_F()
226 EXPECT_EQ(reinterpret_cast<uint8_t*>(spaces.GetLargestImmuneRegion().Begin()), in TEST_F()
227 image_space->Begin()); in TEST_F()
231 EXPECT_NE(image_space->Limit(), space.Begin()); in TEST_F()
241 EXPECT_EQ(reinterpret_cast<uint8_t*>(spaces.GetLargestImmuneRegion().Begin()), in TEST_F()
242 image_space->Begin()); in TEST_F()
301 LOG(INFO) << "Adding space1 " << reinterpret_cast<const void*>(space1->Begin()); in TEST_F()
303 LOG(INFO) << "Adding space2 " << reinterpret_cast<const void*>(space2->Begin()); in TEST_F()
308 EXPECT_EQ(reinterpret_cast<uint8_t*>(spaces.GetLargestImmuneRegion().Begin()), in TEST_F()
309 space1->Begin()); in TEST_F()
316 LOG(INFO) << "Adding space3 " << reinterpret_cast<const void*>(space3->Begin()); in TEST_F()
319 EXPECT_EQ(reinterpret_cast<uint8_t*>(spaces.GetLargestImmuneRegion().Begin()), in TEST_F()
320 space1->Begin()); in TEST_F()
357 LOG(INFO) << "Adding space4 " << reinterpret_cast<const void*>(space4->Begin()); in TEST_F()
360 EXPECT_EQ(reinterpret_cast<uint8_t*>(spaces.GetLargestImmuneRegion().Begin()), in TEST_F()
361 space1->Begin()); in TEST_F()
396 LOG(INFO) << "Adding space5 " << reinterpret_cast<const void*>(space5->Begin()); in TEST_F()
399 EXPECT_EQ(reinterpret_cast<uint8_t*>(spaces.GetLargestImmuneRegion().Begin()), space5->Begin()); in TEST_F()