OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MemoryRangeBitmap
(Results
1 - 4
of
4
) sorted by null
/art/runtime/gc/accounting/
bitmap.cc
81
MemoryRangeBitmap
<kAlignment>*
MemoryRangeBitmap
<kAlignment>::Create(
91
MemoryRangeBitmap
<kAlignment>*
MemoryRangeBitmap
<kAlignment>::CreateFromMemMap(
93
return new
MemoryRangeBitmap
(mem_map, begin, num_bits);
96
template class
MemoryRangeBitmap
<CardTable::kCardSize>;
97
template class
MemoryRangeBitmap
<jit::kJitCodeAlignment>;
bitmap.h
129
class
MemoryRangeBitmap
: public Bitmap {
131
static
MemoryRangeBitmap
* Create(const std::string& name, uintptr_t cover_begin,
133
static
MemoryRangeBitmap
* CreateFromMemMap(MemMap* mem_map, uintptr_t cover_begin,
181
MemoryRangeBitmap
(MemMap* mem_map, uintptr_t begin, size_t num_bits)
188
DISALLOW_IMPLICIT_CONSTRUCTORS(
MemoryRangeBitmap
);
mod_union_table.h
49
typedef
MemoryRangeBitmap
<CardTable::kCardSize> CardBitmap;
/art/runtime/jit/
jit_code_cache.h
50
using CodeCacheBitmap = gc::accounting::
MemoryRangeBitmap
<kJitCodeAlignment>;
Completed in 87 milliseconds