Searched defs:Trim (Results 1 - 6 of 6) sorted by relevance

/art/runtime/
H A Dindirect_reference_table.cc263 void IndirectReferenceTable::Trim() { function in class:art::IndirectReferenceTable
H A Dutils.cc890 std::string Trim(const std::string& s) { function in namespace:art
/art/runtime/gc/space/
H A Ddlmalloc_space.cc222 size_t DlMallocSpace::Trim() { function in class:art::gc::space::DlMallocSpace
224 // Trim to release memory at the end of the space.
H A Drosalloc_space.cc247 size_t RosAllocSpace::Trim() { function in class:art::gc::space::RosAllocSpace
248 VLOG(heap) << "RosAllocSpace::Trim() ";
251 // Trim to release memory at the end of the space.
252 rosalloc_->Trim();
/art/runtime/gc/allocator/
H A Drosalloc.cc1498 bool RosAlloc::Trim() { function in class:art::gc::allocator::RosAlloc
1536 LOG(INFO) << "RosAlloc::Trim() : decreased the footprint from "
1649 // Only growing is supported here. But Trim() is supported.
/art/runtime/gc/
H A Dheap.cc1179 void Heap::Trim(Thread* self) { function in class:art::gc::Heap
1203 thread->GetJniEnv()->locals.Trim();
1220 // Trim globals indirect reference table.
1222 // Trim locals indirect reference tables.
1247 // Trim the managed spaces.
1257 managed_reclaimed += malloc_space->Trim();
1283 // Trim the native heap.
2203 // Trim the pages at the end of the non moving space.
2204 non_moving_space_->Trim();
3498 heap->Trim(sel
[all...]

Completed in 156 milliseconds