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
128
class
MemoryRangeBitmap
: public Bitmap {
130
static
MemoryRangeBitmap
* Create(const std::string& name, uintptr_t cover_begin,
132
static
MemoryRangeBitmap
* CreateFromMemMap(MemMap* mem_map, uintptr_t cover_begin,
180
MemoryRangeBitmap
(MemMap* mem_map, uintptr_t begin, size_t num_bits)
187
DISALLOW_IMPLICIT_CONSTRUCTORS(
MemoryRangeBitmap
);
mod_union_table.h
57
typedef
MemoryRangeBitmap
<CardTable::kCardSize> CardBitmap;
/art/runtime/jit/
jit_code_cache.h
46
template<size_t kAlignment> class
MemoryRangeBitmap
;
58
template<size_t kAlignment> class
MemoryRangeBitmap
;
75
using CodeCacheBitmap = gc::accounting::
MemoryRangeBitmap
<kJitCodeAlignment>;
Completed in 170 milliseconds