Home
last modified time | relevance | path

Searched refs:AtomicInteger (Results 1 – 19 of 19) sorted by relevance

/art/runtime/
Dbarrier_test.cc30 CheckWaitTask(Barrier* barrier, AtomicInteger* count1, AtomicInteger* count2) in CheckWaitTask()
49 AtomicInteger* const count1_;
50 AtomicInteger* const count2_;
66 AtomicInteger count1(0); in TEST_F()
67 AtomicInteger count2(0); in TEST_F()
89 CheckPassTask(Barrier* barrier, AtomicInteger* count, size_t subtasks) in CheckPassTask()
107 AtomicInteger* const count_;
116 AtomicInteger count(0); in TEST_F()
Dthread_pool_test.cc29 explicit CountTask(AtomicInteger* count) : count_(count), verbose_(false) {} in CountTask()
49 AtomicInteger* const count_;
64 AtomicInteger count(0); in TEST_F()
79 AtomicInteger count(0); in TEST_F()
91 AtomicInteger bad_count(0); in TEST_F()
103 TreeTask(ThreadPool* const thread_pool, AtomicInteger* count, int depth) in TreeTask()
123 AtomicInteger* const count_;
131 AtomicInteger count(0); in TEST_F()
Datomic.h297 typedef Atomic<int32_t> AtomicInteger; typedef
299 static_assert(sizeof(AtomicInteger) == sizeof(int32_t), "Weird AtomicInteger size");
300 static_assert(alignof(AtomicInteger) == alignof(int32_t),
Dtrace.h271 AtomicInteger cur_offset_;
Dmonitor.h260 AtomicInteger hash_code_;
Dthread.h1022 AtomicInteger as_atomic_int;
/art/runtime/gc/collector/
Dmark_sweep.h292 AtomicInteger atomic_finger_;
294 AtomicInteger class_count_;
296 AtomicInteger array_count_;
298 AtomicInteger other_count_;
299 AtomicInteger large_object_test_;
300 AtomicInteger large_object_mark_;
301 AtomicInteger overhead_time_;
302 AtomicInteger work_chunks_created_;
303 AtomicInteger work_chunks_deleted_;
304 AtomicInteger reference_count_;
[all …]
Dmark_sweep.cc961 atomic_finger_.StoreRelaxed(AtomicInteger::MaxValue()); in RecursiveMark()
/art/runtime/base/
Dmutex.h168 AtomicInteger count;
174 AtomicInteger cur_content_log_entry;
176 AtomicInteger contention_count;
258 AtomicInteger state_;
262 AtomicInteger num_contenders_;
374 AtomicInteger state_;
378 AtomicInteger num_pending_readers_;
380 AtomicInteger num_pending_writers_;
416 AtomicInteger sequence_;
/art/test/114-ParallelGC/src/
DMain.java19 import java.util.concurrent.atomic.AtomicInteger;
33 private final static AtomicInteger counter = new AtomicInteger();
/art/runtime/gc/space/
Dbump_pointer_space.h173 AtomicInteger objects_allocated_; // Accumulated from revoked thread local regions.
174 AtomicInteger bytes_allocated_; // Accumulated from revoked thread local regions.
Dzygote_space.h91 AtomicInteger objects_allocated_;
/art/compiler/optimizing/
Doptimizing_compiler_stats.h130 AtomicInteger compile_stats_[kLastStat];
/art/runtime/gc/accounting/
Datomic_stack.h254 AtomicInteger back_index_;
256 AtomicInteger front_index_;
/art/runtime/jdwp/
Djdwp.h386 AtomicInteger request_serial_;
387 AtomicInteger event_serial_;
/art/runtime/mirror/
Dobject-inl.h643 AtomicInteger* atomic_addr = reinterpret_cast<AtomicInteger*>(raw_addr); in CasFieldWeakSequentiallyConsistent32()
661 AtomicInteger* atomic_addr = reinterpret_cast<AtomicInteger*>(raw_addr); in CasFieldWeakRelaxed32()
679 AtomicInteger* atomic_addr = reinterpret_cast<AtomicInteger*>(raw_addr); in CasFieldStrongSequentiallyConsistent32()
/art/runtime/gc/
Dheap.h1132 AtomicInteger total_allocation_time_;
/art/compiler/dex/
Dmir_graph.cc959 static AtomicInteger cnt(0); in DumpCFG()
/art/compiler/driver/
Dcompiler_driver.cc1665 AtomicInteger index_;