Home
last modified time | relevance | path

Searched refs:first_space (Results 1 – 3 of 3) sorted by relevance

/art/runtime/gc/
Dheap.cc734 space::ImageSpace* first_space = nullptr; in Heap() local
736 if (first_space == nullptr || space->Begin() < first_space->Begin()) { in Heap()
737 first_space = space; in Heap()
740 bool no_gap = MemMap::CheckNoGaps(*first_space->GetMemMap(), *non_moving_space_->GetMemMap()); in Heap()
/art/oatdump/
Doatdump.cc3035 size_t first_space = line.find(' '); in DumpImt() local
3036 if (first_space == std::string::npos) { in DumpImt()
3040 line.substr(0, first_space), in DumpImt()
3041 line.substr(first_space + 1, std::string::npos), in DumpImt()
/art/runtime/gc/space/
Dimage_space.cc2987 ImageSpace* first_space = spaces.front().get(); in MaybeRelocateSpaces() local
2988 const ImageHeader& first_space_header = first_space->GetImageHeader(); in MaybeRelocateSpaces()
2990 static_cast<int64_t>(reinterpret_cast32<uint32_t>(first_space->Begin())) - in MaybeRelocateSpaces()