/external/llvm/test/CodeGen/X86/ |
D | x86-shrink-wrap-unwind.ll | 63 ; Shrink-wrapping should occur here. We have a frame pointer. 109 ; Shrink-wrapping should occur here. We do not have to unwind.
|
D | coalescer-dce.ll | 20 ; Shrink: %vreg7 = [208d,272d:0)[304L,480L:0) 0@208d
|
D | subreg-to-reg-4.ll | 11 ; zero-extensions. Shrink 64-bit adds to 32-bit when the high
|
/external/lzma/DOC/ |
D | Methods.txt | 76 01 - Shrink
|
/external/chromium-trace/catapult/dependency_manager/ |
D | pylintrc | 4 # TODO: Shrink this list to as small as possible.
|
/external/chromium-trace/catapult/systrace/ |
D | pylintrc | 4 # TODO: Shrink this list to as small as possible.
|
/external/chromium-trace/catapult/devil/ |
D | pylintrc | 4 # TODO: Shrink this list to as small as possible.
|
/external/chromium-trace/catapult/dashboard/ |
D | pylintrc | 4 # TODO: Shrink this list to as small as possible.
|
/external/chromium-trace/catapult/firefighter/ |
D | pylintrc | 4 # TODO: Shrink this list to as small as possible.
|
/external/chromium-trace/catapult/ |
D | pylintrc | 9 # TODO: Shrink this list to as small as possible.
|
/external/chromium-trace/catapult/telemetry/ |
D | pylintrc | 4 # TODO(telemetry-team): Shrink this list to as small as possible.
|
/external/v8/src/runtime/ |
D | runtime-collections.cc | 73 table = OrderedHashSet::Shrink(table); in RUNTIME_FUNCTION() 157 table = OrderedHashMap::Shrink(table); in RUNTIME_FUNCTION()
|
D | runtime-regexp.cc | 969 result_fixed_array->Shrink(builder.length()); in SearchRegExpMultiple()
|
/external/llvm/test/CodeGen/ARM/ |
D | 2011-11-14-EarlyClobber.ll | 8 ; Shrink: %vreg47,1.158257e-02 = [384r,400e:0)[400e,420r:1) 0@384r 1@400e
|
/external/llvm/test/CodeGen/AArch64/ |
D | cxx-tlscc.ll | 3 ; Shrink wrapping currently does not kick in because we have a TLS CALL
|
/external/v8/src/ |
D | transitions.cc | 137 result->Shrink(ToKeyIndex(new_nof)); in Insert() 453 result->Shrink(ToKeyIndex(0)); in EnsureHasFullTransitionArray()
|
D | api-natives.cc | 291 auto new_cache = UnseededNumberDictionary::Shrink(cache, entry); in UncacheTemplateInstantiation()
|
D | keys.cc | 124 keys->Shrink(store_position); in FilterProxyKeys()
|
D | types.h | 569 void Shrink(int length) { in Shrink() function
|
D | objects.h | 2671 void Shrink(int length); 3263 MUST_USE_RESULT static Handle<Derived> Shrink(Handle<Derived> table, Key key); 3437 MUST_USE_RESULT static inline Handle<Derived> Shrink( in Shrink() function 3440 return DerivedHashTable::Shrink(dictionary, key); in Shrink() 3772 MUST_USE_RESULT static inline Handle<ObjectHashTable> Shrink( 3860 static Handle<Derived> Shrink(Handle<Derived> table);
|
D | elements.cc | 1028 combined_keys->Shrink(final_size); in PrependElementIndicesImpl() 1181 SeededNumberDictionary::Shrink(dict, index); in DeleteImpl() 2452 SeededNumberDictionary::Shrink(dict, index); in DeleteFromArguments()
|
D | objects.cc | 6103 NameDictionary::Shrink(dictionary, name); in DeleteNormalizedProperty() 8347 if (count < values_or_entries->length()) values_or_entries->Shrink(count); in FastGetOwnValuesOrEntries() 8405 if (length < values_or_entries->length()) values_or_entries->Shrink(length); in GetOwnValuesOrEntries() 9797 void FixedArray::Shrink(int new_length) { in Shrink() function in v8::internal::FixedArray 9894 array->Shrink(new_length); in Compact() 16383 Handle<Derived> HashTable<Derived, Shape, Key>::Shrink(Handle<Derived> table, in Shrink() function in v8::internal::HashTable 16508 Shrink(Handle<NameDictionary>, Handle<Name>); 16512 Shrink(Handle<SeededNumberDictionary>, uint32_t); 16516 uint32_t>::Shrink(Handle<UnseededNumberDictionary>, uint32_t); 17776 return Shrink(table, key); in Remove() [all …]
|
/external/llvm/lib/CodeGen/ |
D | RegAllocGreedy.cpp | 1835 bool Shrink = true; in tryLocalSplit() local 1858 Shrink = false; in tryLocalSplit() 1870 if (Shrink) { in tryLocalSplit()
|
/external/llvm/test/Transforms/InstCombine/ |
D | fast-math.ll | 738 ; Shrink and remove the call. 783 ; Shrink and remove the call.
|
/external/v8/test/cctest/heap/ |
D | test-heap.cc | 2350 new_space->Shrink(); in TEST() 2360 new_space->Shrink(); in TEST() 2366 new_space->Shrink(); in TEST() 2367 new_space->Shrink(); in TEST() 2368 new_space->Shrink(); in TEST() 5541 o1->Shrink(kFixedArrayLen - 1); in TEST() 6672 array->Shrink(1); in TEST()
|