Searched defs:Trim (Results 1 – 7 of 7) sorted by relevance
/art/runtime/ | ||
D | indirect_reference_table.cc | 313 void IndirectReferenceTable::Trim() { in Trim() function in art::IndirectReferenceTable |
/art/runtime/gc/space/ | ||
D | dlmalloc_space.cc | 283 size_t DlMallocSpace::Trim() { in Trim() function in art::gc::space::DlMallocSpace |
D | rosalloc_space.cc | 313 size_t RosAllocSpace::Trim() { in Trim() function in art::gc::space::RosAllocSpace |
/art/runtime/jni/ | ||
D | local_reference_table.cc | 595 void LocalReferenceTable::Trim() { in Trim() function in art::jni::LocalReferenceTable |
D | local_reference_table_test.cc | 847 TEST_F(LocalReferenceTableTest, Trim) { in TEST_F() argument |
/art/runtime/gc/allocator/ | ||
D | rosalloc.cc | 1348 bool RosAlloc::Trim() { in Trim() function in art::gc::allocator::RosAlloc |
/art/runtime/gc/ | ||
D | heap.cc | 1579 void Heap::Trim(Thread* self) { in Trim() function in art::gc::Heap |