OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:cell_index_
(Results
1 - 1
of
1
) sorted by null
/external/chromium_org/v8/src/
mark-compact.h
929
cell_index_
= Bitmap::IndexToCell(
935
inline bool Done() { return
cell_index_
== last_cell_index_; }
937
inline bool HasNext() { return
cell_index_
< last_cell_index_ - 1; }
940
ASSERT(
cell_index_
== Bitmap::IndexToCell(Bitmap::CellAlignIndex(
942
return &cells_[
cell_index_
];
946
ASSERT(
cell_index_
== Bitmap::IndexToCell(Bitmap::CellAlignIndex(
952
cell_index_
++;
960
unsigned int
cell_index_
;
member in class:v8::internal::BASE_EMBEDDED
Completed in 526 milliseconds