Home
last modified time | relevance | path

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

/art/runtime/
Delf_file.cc1201 std::unique_ptr<MemMap> segment( in Load() local
1212 if (segment.get() == nullptr) { in Load()
1217 if (segment->Begin() != p_vaddr) { in Load()
1220 i, file_->GetPath().c_str(), p_vaddr, segment->Begin()); in Load()
1223 segments_.push_back(segment.release()); in Load()
1228 std::unique_ptr<MemMap> segment( in Load() local
1233 if (segment == nullptr) { in Load()
1238 if (segment->Begin() != p_vaddr) { in Load()
1241 i, file_->GetPath().c_str(), p_vaddr, segment->Begin()); in Load()
1244 segments_.push_back(segment.release()); in Load()
[all …]
/art/runtime/interpreter/mterp/
DREADME.txt98 declarations for the segment type and alignment. The expected target