Home | History | Annotate | Download | only in optimizing

Lines Matching full:card

650     // Temps for card-marking.
652 locations->AddTemp(Location::RequiresRegister()); // Card.
739 Register card = locations->GetTemp(1).AsRegister<Register>();
741 codegen->MarkGCCard(temp, card, base, value, value_can_be_null);
848 // Mark card for object assuming new value is stored. Worst case we will mark an unchanged
1593 // We only need one card marking on the destination array.