HomeSort by relevance Sort by last modified time
    Searched full:card_start (Results 1 - 2 of 2) sorted by null

  /art/runtime/gc/accounting/
card_table.cc 102 uint8_t* card_start = CardFromAddr(space->Begin()); local
104 memset(reinterpret_cast<void*>(card_start), kCardClean, card_end - card_start);
card_table.h 76 uint8_t* card_start = CardFromAddr(start); local
78 for (uint8_t* it = card_start; it != card_end; ++it) {

Completed in 1179 milliseconds