Searched refs:first_space (Results 1 – 3 of 3) sorted by relevance
838 space::ImageSpace* first_space = nullptr; in Heap() local840 if (first_space == nullptr || space->Begin() < first_space->Begin()) { in Heap()841 first_space = space; in Heap()844 bool no_gap = MemMap::CheckNoGaps(*first_space->GetMemMap(), *non_moving_space_->GetMemMap()); in Heap()
2755 size_t first_space = line.find(' '); in DumpImt() local2756 if (first_space == std::string::npos) { in DumpImt()2760 line.substr(0, first_space), in DumpImt()2761 line.substr(first_space + 1, std::string::npos), in DumpImt()
2725 ImageSpace* first_space = spaces.front().get(); in MaybeRelocateSpaces() local2726 const ImageHeader& first_space_header = first_space->GetImageHeader(); in MaybeRelocateSpaces()2728 static_cast<int64_t>(reinterpret_cast32<uint32_t>(first_space->Begin())) - in MaybeRelocateSpaces()