Lines Matching defs:object
30 #include "src/objects/object-macros.h"
358 // For out of object properties "used_or_unused_instance_size_in_words"
366 // Like Map::UnusedPropertyFields(), but returns 0 for out of object
389 // All in-object properties are used and the words is tracking the slack
415 // For out of object properties "used_instance_size_in_words" byte encodes
430 // Unused in-object fields. Adjust the offset from the object’s start
431 // so it matches the distance to the object’s end.
450 // The property is added in-object, so simply increment the counter.
740 const Object& object) const {
741 return object.IsHeapObject() && HeapObject::cast(object).map(cage_base) ==
746 Object object = constructor_or_back_pointer(cage_base, kRelaxedLoad);
747 if (ConcurrentIsMap(cage_base, object)) {
748 return Map::cast(object);
888 #include "src/objects/object-macros-undef.h"