Lines Matching defs:cage_base
52 host.Iterate(cage_base(), this);
56 int object_size_in_words = host.Size(cage_base()) / kTaggedSize;
61 if (host.IsJSObject(cage_base())) {
74 } else if (host.IsHeapNumber(cage_base())) {
78 } else if (host.IsSeqString(cage_base())) {
447 PtrComprCageBase cage_base() const {
448 return field_stats_collector_.cage_base();
496 return RecordVirtualObjectStats(parent, obj, type, obj.Size(cage_base()),
719 if (object.IsCell(cage_base()) ||
720 object.IsWeakFixedArray(cage_base())) {
743 Map map = obj.map(cage_base());
789 RecordObjectStats(obj, instance_type, obj.Size(cage_base()),
801 while (list.IsAllocationSite(cage_base())) {
842 return array.map(cage_base()) == ReadOnlyRoots(heap_).fixed_cow_array_map();
881 DescriptorArray array = map.instance_descriptors(cage_base());
904 if (map.prototype_info().IsPrototypeInfo(cage_base())) {
907 if (users.IsWeakFixedArray(cage_base())) {
922 if (raw_source.IsExternalString(cage_base())) {
935 } else if (raw_source.IsString(cage_base())) {
953 string.IsOneByteRepresentation(cage_base())
980 if (object.IsFixedArrayExact(cage_base())) {
1001 if (entry.IsFixedArrayExact(cage_base())) {
1056 Object target = it.rinfo()->target_object(cage_base());
1057 if (target.IsFixedArrayExact(cage_base())) {
1067 if (context.retained_maps().IsWeakArrayList(cage_base())) {