Lines Matching refs:index
187 // Encode a reference to a hot object by its index in the working set.
188 int index = hot_objects_.Find(obj);
189 if (index == HotObjectsList::kNotFound) return false;
190 DCHECK(index >= 0 && index < kHotObjectCount);
192 PrintF(" Encoding hot object %d:", index);
196 sink_.Put(HotObject::Encode(index), "HotObject");
323 sink_.PutInt(forward_reference_id, "with this index");
373 for (int index : *refs) {
374 ResolvePendingForwardReference(index);
601 string->SetResourceRefForSerialization(reference.index());
993 sink_->PutInt(encoded_reference.index(), "reference index");
1000 sink_->PutInt(encoded_reference.index(), "reference index");
1081 uint32_t index = ptr >> kExternalPointerIndexShift;
1083 isolate()->external_pointer_table().Get(index, kExternalObjectValueTag);
1127 sink_->PutInt(static_cast<int>(builtin), "builtin index");