Home | History | Annotate | Download | only in alloc

Lines Matching refs:card

18  * Maintain a card table from the the write barrier. All writes of
32 * Initializes the card table; must be called before any other
43 * Resets all of the bytes in the card table to clean.
48 * Returns the address of the relevent byte in the card table, given
54 * Returns the first address in the heap which maps to this card.
56 void *dvmAddrFromCard(const u1 *card);
59 * Returns true if addr points to a valid card.
61 bool dvmIsValidCard(const u1 *card);
64 * Set the card associated with the given address to GC_CARD_DIRTY.
69 * Verifies that all gray objects are on a dirty card.