Home | History | Annotate | Download | only in collector

Lines Matching full:begin

33   DummyOatFile(uint8_t* begin, uint8_t* end) : OatFile("Location", /*is_executable*/ false) {
34 begin_ = begin;
109 std::unique_ptr<DummyOatFile> oat_file(new DummyOatFile(oat_map->Begin(), oat_map->End()));
112 new (map->Begin()) ImageHeader(
113 /*image_begin*/PointerToLowMemUInt32(map->Begin()),
116 /*image_roots*/PointerToLowMemUInt32(map->Begin()) + 1,
153 return map->Begin();
164 DummySpace(uint8_t* begin, uint8_t* end)
167 begin,
200 EXPECT_EQ(reinterpret_cast<uint8_t*>(spaces.GetLargestImmuneRegion().Begin()), a.Begin());
231 EXPECT_EQ(reinterpret_cast<uint8_t*>(spaces.GetLargestImmuneRegion().Begin()),
232 image_space->Begin());
236 EXPECT_NE(image_space->Limit(), space.Begin());
246 EXPECT_EQ(reinterpret_cast<uint8_t*>(spaces.GetLargestImmuneRegion().Begin()),
247 image_space->Begin());
298 LOG(INFO) << "Adding space1 " << reinterpret_cast<const void*>(space1->Begin());
300 LOG(INFO) << "Adding space2 " << reinterpret_cast<const void*>(space2->Begin());
305 EXPECT_EQ(reinterpret_cast<uint8_t*>(spaces.GetLargestImmuneRegion().Begin()),
306 space1->Begin());
313 LOG(INFO) << "Adding space3 " << reinterpret_cast<const void*>(space3->Begin());
316 EXPECT_EQ(reinterpret_cast<uint8_t*>(spaces.GetLargestImmuneRegion().Begin()),
317 space1->Begin());
337 LOG(INFO) << "Adding space4 " << reinterpret_cast<const void*>(space4->Begin());
340 EXPECT_EQ(reinterpret_cast<uint8_t*>(spaces.GetLargestImmuneRegion().Begin()),
341 space1->Begin());
360 LOG(INFO) << "Adding space5 " << reinterpret_cast<const void*>(space5->Begin());
363 EXPECT_EQ(reinterpret_cast<uint8_t*>(spaces.GetLargestImmuneRegion().Begin()), space5->Begin());