OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:AtomicTestAndSet
(Results
1 - 3
of
3
) sorted by null
/art/runtime/gc/accounting/
space_bitmap-inl.h
28
inline bool SpaceBitmap::
AtomicTestAndSet
(const mirror::Object* obj) {
space_bitmap.h
88
bool
AtomicTestAndSet
(const mirror::Object* obj);
/art/runtime/gc/collector/
mark_sweep.cc
502
return !object_bitmap->
AtomicTestAndSet
(obj);
[
all
...]
Completed in 27 milliseconds