Home
last modified time | relevance | path

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

/art/runtime/gc/
Dheap.cc614 space::ImageSpace* first_space = nullptr; in Heap() local
616 if (first_space == nullptr || space->Begin() < first_space->Begin()) { in Heap()
617 first_space = space; in Heap()
620 bool no_gap = MemMap::CheckNoGaps(first_space->GetMemMap(), non_moving_space_->GetMemMap()); in Heap()
/art/oatdump/
Doatdump.cc2935 size_t first_space = line.find(' '); in DumpImt() local
2936 if (first_space == std::string::npos) { in DumpImt()
2940 line.substr(0, first_space), in DumpImt()
2941 line.substr(first_space + 1, std::string::npos), in DumpImt()