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

  /art/runtime/
gc_root-inl.h 29 return ReadBarrier::BarrierForRoot<MirrorType, kReadBarrierOption>(&root_);
read_barrier-inl.h 27 inline MirrorType* ReadBarrier::Barrier(
47 inline MirrorType* ReadBarrier::BarrierForRoot(MirrorType** root) {
read_barrier.h 34 class ReadBarrier {
scoped_thread_state_change.h 151 return ReadBarrier::BarrierForRoot<mirror::ArtField, kWithReadBarrier>(&field);
168 return ReadBarrier::BarrierForRoot<mirror::ArtMethod, kWithReadBarrier>(&method);
  /art/runtime/mirror/
object-inl.h 602 T* result = ReadBarrier::Barrier<T, kReadBarrierOption>(this, field_offset, objref_addr);
    [all...]

Completed in 174 milliseconds