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

/art/runtime/
H A Dindirect_reference_table.cc264 void IndirectReferenceTable::Trim() { function in class:art::IndirectReferenceTable
H A Dutils.cc894 std::string Trim(const std::string& s) { function in namespace:art
/art/runtime/gc/space/
H A Ddlmalloc_space.cc224 size_t DlMallocSpace::Trim() { function in class:art::gc::space::DlMallocSpace
226 // Trim to release memory at the end of the space.
H A Drosalloc_space.cc244 size_t RosAllocSpace::Trim() { function in class:art::gc::space::RosAllocSpace
245 VLOG(heap) << "RosAllocSpace::Trim() ";
248 // SOA required for Rosalloc::Trim() -> ArtRosAllocMoreCore() -> Heap::GetRosAllocSpace.
251 // Trim to release memory at the end of the space.
252 rosalloc_->Trim();
/art/runtime/gc/allocator/
H A Drosalloc.cc1353 bool RosAlloc::Trim() { function in class:art::gc::allocator::RosAlloc
1391 LOG(INFO) << "RosAlloc::Trim() : decreased the footprint from "
1504 // Only growing is supported here. But Trim() is supported.
/art/runtime/gc/
H A Dheap.cc1375 void Heap::Trim(Thread* self) { function in class:art::gc::Heap
1389 // Trim arenas that may have been used by JIT or verifier.
1398 thread->GetJniEnv()->locals.Trim();
1412 // Trim globals indirect reference table.
1414 // Trim locals indirect reference tables.
1442 // Trim the managed spaces.
1454 managed_reclaimed += malloc_space->Trim();
2429 // Trim the pages at the end of the non moving space. Trim while not holding zygote lock since
2431 non_moving_space_->Trim();
[all...]

Completed in 120 milliseconds