OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IndexToCell
(Results
1 - 3
of
3
) sorted by null
/external/v8/src/heap/
mark-compact.h
96
Bitmap::
IndexToCell
(chunk_->AddressToMarkbitIndex(chunk_->area_end()));
99
Bitmap::
IndexToCell
(chunk_->AddressToMarkbitIndex(cell_base_));
108
DCHECK_EQ(cell_index_, Bitmap::
IndexToCell
(Bitmap::CellAlignIndex(
114
DCHECK_EQ(cell_index_, Bitmap::
IndexToCell
(Bitmap::CellAlignIndex(
[
all
...]
marking.h
112
V8_INLINE static uint32_t
IndexToCell
(uint32_t index) {
mark-compact-inl.h
415
it_.Advance(Bitmap::
IndexToCell
(
Completed in 218 milliseconds