Searched refs:Shrink (Results 1 - 19 of 19) sorted by relevance

/external/chromium_org/gpu/command_buffer/client/
H A Dquery_tracker.h65 void Shrink();
160 void Shrink();
H A Dquery_tracker.cc65 void QuerySyncManager::Shrink() { function in class:gpu::gles2::QuerySyncManager
243 void QueryTracker::Shrink() { function in class:gpu::gles2::QueryTracker
245 query_sync_manager_.Shrink();
H A Dgles2_implementation.cc303 query_tracker_->Shrink();
/external/v8/test/cctest/
H A Dtest-heap.cc1292 new_space->Shrink();
1302 new_space->Shrink();
1308 new_space->Shrink();
1309 new_space->Shrink();
1310 new_space->Shrink();
/external/llvm/lib/CodeGen/
H A DRegAllocGreedy.cpp1613 bool Shrink = true;
1634 Shrink = false;
1646 if (Shrink) {
/external/v8/src/
H A Dheap.cc477 new_space_.Shrink();
479 Shrink();
680 Shrink();
866 new_space_.Shrink();
4843 new_space_.Shrink();
4961 new_space_.Shrink();
4970 new_space_.Shrink();
4975 new_space_.Shrink();
6061 void Heap::Shrink() { function in class:v8::internal::Heap
H A Delements.cc1077 MaybeObject* maybe_elements = dictionary->Shrink(key);
H A Dheap.h1269 // Invoke Shrink on shrinkable spaces.
1270 void Shrink();
H A Dspaces.h1253 // Shrink the space by removing available bytes. Since shrinking is done
2084 // Shrink the capacity of the semispaces.
2085 void Shrink();
H A Dobjects.cc523 MaybeObject* maybe_properties = dictionary->Shrink(name);
11020 MaybeObject* HashTable<Shape, Key>::Shrink(Key key) { function in class:v8::internal::HashTable
11024 // Shrink to fit the number of elements if only a quarter of the
11116 template MaybeObject* Dictionary<StringDictionaryShape, String*>::Shrink(
11119 template MaybeObject* Dictionary<SeededNumberDictionaryShape, uint32_t>::Shrink(
12060 MaybeObject* Dictionary<Shape, Key>::Shrink(Key key) { function in class:v8::internal::Dictionary
12061 return HashTable<Shape, Key>::Shrink(key);
12542 return Shrink(key);
12576 return Shrink(key);
H A Dspaces.cc1116 void NewSpace::Shrink() { function in class:v8::internal::NewSpace
H A Dobjects.h2857 MUST_USE_RESULT MaybeObject* Shrink(Key key);
3014 MUST_USE_RESULT MaybeObject* Shrink(Key key);
/external/chromium_org/v8/test/cctest/
H A Dtest-heap.cc1629 new_space->Shrink();
1639 new_space->Shrink();
1645 new_space->Shrink();
1646 new_space->Shrink();
1647 new_space->Shrink();
/external/chromium_org/v8/src/
H A Dheap.cc623 new_space_.Shrink();
1009 new_space_.Shrink();
5938 new_space_.Shrink();
6072 new_space_.Shrink();
6081 new_space_.Shrink();
6086 new_space_.Shrink();
H A Dspaces.h1363 // Shrink the space by removing available bytes. Since shrinking is done
2300 // Shrink the capacity of the semispaces.
2301 void Shrink();
H A Dobjects.cc721 CALL_HEAP_FUNCTION(dict->GetIsolate(), dict->Shrink(*name), NameDictionary);
13729 MaybeObject* HashTable<Shape, Key>::Shrink(Key key) { function in class:v8::internal::HashTable
13733 // Shrink to fit the number of elements if only a quarter of the
13829 template MaybeObject* Dictionary<NameDictionaryShape, Name*>::Shrink(Name* n);
13831 template MaybeObject* Dictionary<SeededNumberDictionaryShape, uint32_t>::Shrink(
14859 MaybeObject* Dictionary<Shape, Key>::Shrink(Key key) { function in class:v8::internal::Dictionary
14860 return HashTable<Shape, Key>::Shrink(key);
15371 return Shrink(key);
15405 return Shrink(key);
H A Delements.cc1590 MaybeObject* maybe_elements = dictionary->Shrink(key);
H A Dobjects.h3547 MUST_USE_RESULT MaybeObject* Shrink(Key key);
3712 MUST_USE_RESULT MaybeObject* Shrink(Key key);
H A Dspaces.cc526 // Shrink the committed area.
1302 void NewSpace::Shrink() { function in class:v8::internal::NewSpace

Completed in 602 milliseconds