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.h84 virtual size_t Trim() = 0;
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();
H A Drosalloc_space.h106 size_t Trim() OVERRIDE;
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 Dspace_test.h244 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.
319 std::string feature = Trim(*i);
/art/runtime/
H A Dindirect_reference_table.h356 void Trim() SHARED_REQUIRES(Locks::mutator_lock_);
H A Dindirect_reference_table.cc280 void IndirectReferenceTable::Trim() { function in class:art::IndirectReferenceTable
H A Dutils.h221 std::string Trim(const std::string& s);
H A Djava_vm_ext.cc927 globals_.Trim();
H A Dutils.cc894 std::string Trim(const std::string& s) { function in namespace:art
/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...]
H A Dheap.h541 void Trim(Thread* self) REQUIRES(!*gc_complete_lock_);
1001 // Trim the managed and native spaces by releasing unused memory back to the OS.
1004 // Trim 0 pages at the end of reference tables.
/art/runtime/gc/allocator/
H A Drosalloc.h878 bool Trim() REQUIRES(!lock_);
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/native/
H A Ddalvik_system_VMRuntime.cc238 Runtime::Current()->GetHeap()->Trim(ThreadForEnv(env));

Completed in 542 milliseconds