Lines Matching refs:index
56 int index) {
57 return SlotAccessorForHeapObject(object, index * kTaggedSize);
253 // actual index and an empty backing store (serialized as
393 uint32_t index = string.GetResourceRefForDeserialization();
395 static_cast<Address>(isolate->api_external_references()[index]);
1045 int index = source_.GetInt();
1046 Handle<HeapObject> heap_object = attached_objects_[index];
1071 int index = source_.GetInt();
1072 auto& forward_ref = unresolved_forward_refs_[index];
1245 int index = HotObject::Decode(data);
1246 Handle<HeapObject> hot_object = hot_objects_.Get(index);