OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:bitmap_index
(Results
1 - 2
of
2
) sorted by null
/art/runtime/gc/space/
malloc_space.cc
47
size_t
bitmap_index
= bitmap_index_++;
local
52
StringPrintf("allocspace %s live-bitmap %d", name.c_str(), static_cast<int>(
bitmap_index
)),
55
<<
bitmap_index
;
57
StringPrintf("allocspace %s mark-bitmap %d", name.c_str(), static_cast<int>(
bitmap_index
)),
60
<<
bitmap_index
;
image_space.cc
1331
const uint32_t
bitmap_index
=
bitmap_index
_.FetchAndAddSequentiallyConsistent(1);
local
[
all
...]
Completed in 161 milliseconds