HomeSort by relevance Sort by last modified time
    Searched refs:BarrierForRoot (Results 1 - 4 of 4) sorted by null

  /art/runtime/
gc_root-inl.h 29 return ReadBarrier::BarrierForRoot<MirrorType, kReadBarrierOption>(&root_);
read_barrier.h 46 ALWAYS_INLINE static MirrorType* BarrierForRoot(MirrorType** root)
read_barrier-inl.h 47 inline MirrorType* ReadBarrier::BarrierForRoot(MirrorType** root) {
scoped_thread_state_change.h 151 return ReadBarrier::BarrierForRoot<mirror::ArtField, kWithReadBarrier>(&field);
168 return ReadBarrier::BarrierForRoot<mirror::ArtMethod, kWithReadBarrier>(&method);

Completed in 50 milliseconds