OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:object_bitmap
(Results
1 - 1
of
1
) sorted by null
/art/runtime/gc/collector/
mark_sweep.cc
533
accounting::ContinuousSpaceBitmap*
object_bitmap
= current_space_bitmap_;
local
534
if (LIKELY(
object_bitmap
->HasAddress(obj))) {
535
return !
object_bitmap
->AtomicTestAndSet(obj);
[
all
...]
Completed in 59 milliseconds