Lines Matching defs:objects
20 #include "src/heap/objects-visiting-inl.h"
24 #include "src/objects/data-handler-inl.h"
25 #include "src/objects/embedder-data-array-inl.h"
26 #include "src/objects/js-array-buffer-inl.h"
27 #include "src/objects/objects-body-descriptors-inl.h"
28 #include "src/objects/transitions-inl.h"
44 // Surviving new large objects have forwarding pointers in the map word.
346 // Parallel phase scavenging all copied and promoted objects.
423 // Since we promote all surviving large objects immediatelly, all remaining
424 // large objects must be dead.
463 // Scan the stack, scavenge the newly discovered objects, and report
523 const SurvivingNewLargeObjectsMap& objects) {
524 for (SurvivingNewLargeObjectMapEntry object : objects) {
584 // We are not collecting slots on new space objects during mutation thus we
586 // objects. But we should not record any slots in non-black objects. Grey
659 size_t objects = 0;
667 if (delegate && ((++objects % kInterruptThreshold) == 0)) {
679 if (delegate && ((++objects % kInterruptThreshold) == 0)) {
702 // Keys in EphemeronHashTables must be heap objects.
725 // Keys in EphemeronHashTables must be heap objects.