Lines Matching defs:current
910 int current = start_slot_index;
911 while (current < end_slot_index) {
913 current += ReadSingleBytecodeData(
914 data, SlotAccessorForHeapObject::ForSlotIndex(object, current));
916 CHECK_EQ(current, end_slot_index);
922 FullMaybeObjectSlot current = start;
923 while (current < end) {
925 current += ReadSingleBytecodeData(data, SlotAccessorForRootSlots(current));
927 CHECK_EQ(current, end);
937 // Deserialize a new object and write a pointer to it to the current
947 // Find a recently deserialized object using its offset from the current
948 // allocation point and write a pointer to it to the current object.
970 // current object.
981 // the current object.
992 // to the current object.
1003 // to the current object.
1015 // Deserialize a new meta-map and write a pointer to it to the current
1022 // Find an external reference and write a pointer to it to the current
1043 // the current object.
1224 // We shouldn't have weak refs without a current object.