Searched refs:Trim (Results 1 - 22 of 22) sorted by relevance

/art/runtime/arch/mips64/
H A Dinstruction_set_features_mips64.cc23 #include "utils.h" // For Trim.
107 std::string feature = Trim(*i);
/art/runtime/arch/arm64/
H A Dinstruction_set_features_arm64.cc23 #include "utils.h" // For Trim.
137 std::string feature = Trim(*i);
/art/runtime/arch/mips/
H A Dinstruction_set_features_mips.cc23 #include "utils.h" // For Trim.
209 std::string feature = Trim(*i);
/art/runtime/gc/space/
H A Ddlmalloc_space.h103 size_t Trim() OVERRIDE;
H A Dmalloc_space.h85 virtual size_t Trim() = 0;
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();
H A Drosalloc_space.h106 size_t Trim() OVERRIDE;
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 Dspace_test.h503 space->Trim();
/art/runtime/arch/arm/
H A Dinstruction_set_features_arm.cc28 #include "utils.h" // For Trim.
272 std::string feature = Trim(*i);
/art/runtime/arch/
H A Dinstruction_set_features.cc228 std::string feature = Trim(*it);
/art/runtime/arch/x86/
H A Dinstruction_set_features_x86.cc24 #include "utils.h" // For Trim.
263 std::string feature = Trim(*i);
/art/runtime/
H A Dindirect_reference_table.cc263 void IndirectReferenceTable::Trim() { function in class:art::IndirectReferenceTable
H A Dindirect_reference_table.h355 void Trim() SHARED_LOCKS_REQUIRED(Locks::mutator_lock_);
H A Dutils.h198 std::string Trim(const std::string& s);
H A Djava_vm_ext.cc779 globals_.Trim();
H A Dutils.cc890 std::string Trim(const std::string& s) { function in namespace:art
/art/runtime/gc/allocator/
H A Drosalloc.h603 bool Trim();
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...]
H A Dheap.h499 void Trim(Thread* self) LOCKS_EXCLUDED(gc_complete_lock_);
877 // Trim the managed and native spaces by releasing unused memory back to the OS.
880 // Trim 0 pages at the end of reference tables.
/art/runtime/native/
H A Ddalvik_system_VMRuntime.cc231 Runtime::Current()->GetHeap()->Trim(ThreadForEnv(env));

Completed in 307 milliseconds