Home
last modified time | relevance | path

Searched refs:BarrierForRoot (Results 1 – 4 of 4) sorted by relevance

/art/runtime/
Dgc_root-inl.h29 return ReadBarrier::BarrierForRoot<MirrorType, kReadBarrierOption>(&root_); in Read()
Dread_barrier.h46 ALWAYS_INLINE static MirrorType* BarrierForRoot(MirrorType** root)
Dread_barrier-inl.h47 inline MirrorType* ReadBarrier::BarrierForRoot(MirrorType** root) { in BarrierForRoot() function
Dscoped_thread_state_change.h151 return ReadBarrier::BarrierForRoot<mirror::ArtField, kWithReadBarrier>(&field); in DecodeField()
168 return ReadBarrier::BarrierForRoot<mirror::ArtMethod, kWithReadBarrier>(&method); in DecodeMethod()