OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:front_index_
(Results
1 - 1
of
1
) sorted by null
/art/runtime/gc/accounting/
atomic_stack.h
67
front_index_
.StoreRelaxed(0);
134
DCHECK_GT(back_index_.LoadRelaxed(),
front_index_
.LoadRelaxed());
142
int32_t index =
front_index_
.LoadRelaxed();
144
front_index_
.StoreRelaxed(index + 1);
163
DCHECK_LE(
front_index_
.LoadRelaxed(), back_index_.LoadRelaxed());
164
return back_index_.LoadRelaxed() -
front_index_
.LoadRelaxed();
168
return begin_ +
front_index_
.LoadRelaxed();
187
int32_t start_front_index =
front_index_
.LoadRelaxed();
190
CHECK_EQ(start_front_index,
front_index_
.LoadRelaxed());
214
front_index_
(0)
259
AtomicInteger
front_index_
;
member in class:art::gc::accounting::AtomicStack
[
all
...]
Completed in 78 milliseconds