Home
last modified time | relevance | path

Searched refs:old_nof_all_descriptors (Results 1 – 1 of 1) sorted by relevance

/third_party/node/deps/v8/src/heap/
Dmark-compact.cc2892 int old_nof_all_descriptors = array.number_of_all_descriptors(); in RightTrimDescriptorArray() local
2893 int new_nof_all_descriptors = old_nof_all_descriptors - descriptors_to_trim; in RightTrimDescriptorArray()
2897 Address end = array.GetDescriptorSlot(old_nof_all_descriptors).address(); in RightTrimDescriptorArray()