/third_party/node/deps/v8/src/runtime/ |
D | runtime-collections.cc | 45 table = OrderedHashSet::Shrink(isolate, table); in RUNTIME_FUNCTION() 55 table = OrderedHashMap::Shrink(isolate, table); in RUNTIME_FUNCTION()
|
D | runtime-weak-refs.cc | 23 key_map = SimpleNumberDictionary::Shrink(isolate, key_map); in RUNTIME_FUNCTION()
|
/third_party/node/deps/v8/src/heap/cppgc/ |
D | explicit-management.cc | 99 bool Shrink(HeapObjectHeader& header, BasePage& base_page, size_t new_size, in Shrink() function 158 return Shrink(header, *base_page, new_size, old_size - new_size); in Resize()
|
/third_party/node/deps/v8/src/objects/ |
D | ordered-hash-table.cc | 93 Handle<Derived> OrderedHashTable<Derived, entrysize>::Shrink( in Shrink() function in v8::internal::OrderedHashTable 510 return Shrink(isolate, table); in DeleteEntry() 567 OrderedHashTable<OrderedHashSet, 1>::Shrink(Isolate* isolate, 591 OrderedHashTable<OrderedHashMap, 2>::Shrink(Isolate* isolate, 611 OrderedHashTable<OrderedNameDictionary, 3>::Shrink( 915 return Shrink(isolate, table); in DeleteEntry() 979 Handle<Derived> SmallOrderedHashTable<Derived>::Shrink(Isolate* isolate, in Shrink() function in v8::internal::SmallOrderedHashTable 1040 SmallOrderedHashTable<SmallOrderedHashSet>::Shrink( 1059 SmallOrderedHashTable<SmallOrderedHashMap>::Shrink( 1077 SmallOrderedHashTable<SmallOrderedNameDictionary>::Shrink( [all …]
|
D | swiss-name-dictionary.cc | 37 return Shrink(isolate, table); in DeleteEntry() 180 Handle<SwissNameDictionary> SwissNameDictionary::Shrink( in Shrink() function in v8::internal::SwissNameDictionary
|
D | dictionary.h | 62 V8_WARN_UNUSED_RESULT static inline Handle<Derived> Shrink( in EXPORT_TEMPLATE_DECLARE() 64 return DerivedHashTable::Shrink(isolate, dictionary); in EXPORT_TEMPLATE_DECLARE()
|
D | ordered-hash-table.h | 77 static Handle<Derived> Shrink(Isolate* isolate, Handle<Derived> table); 429 static Handle<Derived> Shrink(Isolate* isolate, Handle<Derived> table); 848 static Handle<HeapObject> Shrink(Isolate* isolate, Handle<HeapObject> table);
|
D | swiss-name-dictionary.h | 82 static Handle<SwissNameDictionary> Shrink(Isolate* isolate,
|
D | hash-table.h | 239 V8_WARN_UNUSED_RESULT static Handle<Derived> Shrink( in EXPORT_TEMPLATE_DECLARE()
|
D | fixed-array.h | 180 V8_EXPORT_PRIVATE void Shrink(Isolate* isolate, int new_length);
|
/third_party/json/tests/thirdparty/Fuzzer/ |
D | FuzzerOptions.h | 35 bool Shrink = false; member
|
D | FuzzerCorpus.h | 128 bool AddFeature(size_t Idx, uint32_t NewSize, bool Shrink) { in AddFeature() argument 132 if (OldSize == 0 || (Shrink && OldSize > NewSize)) { in AddFeature()
|
D | FuzzerDriver.cpp | 405 Options.Shrink = Flags.shrink; in FuzzerDriver()
|
D | FuzzerLoop.cpp | 496 return Corpus.AddFeature(Feature, Size, Options.Shrink); in RunOne()
|
/third_party/mbedtls/tests/suites/ |
D | test_suite_bignum.misc.data | 685 Shrink 0 limbs in a buffer of size 0 to 0 688 Shrink 2 limbs in a buffer of size 2 to 4 691 Shrink 2 limbs in a buffer of size 4 to 4 694 Shrink 2 limbs in a buffer of size 8 to 4 697 Shrink 4 limbs in a buffer of size 8 to 4 700 Shrink 6 limbs in a buffer of size 8 to 4 yielding 6 703 Shrink 2 limbs in a buffer of size 4 to 0 yielding 2 706 Shrink 1 limbs in a buffer of size 4 to 0 yielding 1 709 Shrink 0 limbs in a buffer of size 4 to 0 yielding 1
|
/third_party/skia/third_party/externals/angle2/third_party/bazel/desugar/ |
D | README.chromium | 36 * Shrink via r8 (optional - reduces size by about 66%).
|
/third_party/lzma/DOC/ |
D | Methods.txt | 84 01 - Shrink
|
/third_party/spirv-tools/tools/fuzz/ |
D | fuzz.cpp | 511 bool Shrink(const spv_target_env& target_env, in Shrink() function 778 if (!Shrink(target_env, fuzzer_options, validator_options, binary_in, in main()
|
/third_party/skia/third_party/externals/spirv-tools/tools/fuzz/ |
D | fuzz.cpp | 511 bool Shrink(const spv_target_env& target_env, in Shrink() function 790 if (!Shrink(target_env, fuzzer_options, validator_options, binary_in, in main()
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/tools/fuzz/ |
D | fuzz.cpp | 511 bool Shrink(const spv_target_env& target_env, in Shrink() function 790 if (!Shrink(target_env, fuzzer_options, validator_options, binary_in, in main()
|
/third_party/skia/third_party/externals/angle2/third_party/r8/ |
D | README.chromium | 65 * Shrink (improves r8/d8 launch time):
|
/third_party/node/deps/v8/src/heap/ |
D | new-spaces.h | 268 void Shrink(); in NON_EXPORTED_BASE()
|
/third_party/skia/site/docs/user/modules/ |
D | pathkit.md | 38 <canvas class=patheffect id=canvas7 title="Shrink: A solid drawn star shrunk down"></canvas> 130 let names = ["(plain)", "Dash", "Trim", "Simplify", "Stroke", "Grow", "Shrink"]; 656 of effects. See the "Stroke", "Grow", and "Shrink" effects above for visual 666 // Shrink effect, in which we subtract away from the original
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/ |
D | README.txt | 109 Find a clean way to fix the problem which leads to the Shrink Wrapping pass
|
/third_party/node/deps/v8/src/compiler/ |
D | types.h | 611 void Shrink(int length) { in Shrink() function
|