Searched defs:card (Results 1 - 1 of 1) sorted by relevance

/dalvik/vm/alloc/
H A DCardTable.cpp26 * Maintain a card table from the the write barrier. All writes of
31 * determined by GC_CARD_SHIFT. The card table contains one byte of
32 * data per card, to be used by the GC. The value of the byte will be
36 * code is obliged to mark the card dirty. The setters in
40 * The card table's base [the "biased card table"] gets set to a
42 * fabricate or load GC_DIRTY_CARD to store into the card table,
48 * Initializes the card table; must be called before any other
61 /* Set up the card table */
65 "dalvik-card
205 u1 *card = dvmCardFromAddr(obj); local
[all...]

Completed in 3216 milliseconds