OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IndexToOffset
(Results
1 - 3
of
3
) sorted by null
/art/runtime/gc/accounting/
space_bitmap.cc
120
uintptr_t ptr_base =
IndexToOffset
(i) + heap_begin_;
168
uintptr_t ptr_base =
IndexToOffset
(i) + live_bitmap.heap_begin_;
252
IndexToOffset
(bitmap_size_ / sizeof(intptr_t))));
260
uintptr_t ptr_base =
IndexToOffset
(i) + heap_begin_;
space_bitmap-inl.h
108
const uintptr_t ptr_base =
IndexToOffset
(index_start) + heap_begin_;
121
const uintptr_t ptr_base =
IndexToOffset
(i) + heap_begin_;
147
const uintptr_t ptr_base =
IndexToOffset
(index_end) + heap_begin_;
space_bitmap.h
66
static constexpr T
IndexToOffset
(T index) {
160
return
IndexToOffset
<uint64_t>(Size() / sizeof(intptr_t));
Completed in 1178 milliseconds