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

  /art/runtime/
atomic.h 219 void StoreJavaData(T desired) {
  /art/runtime/mirror/
object-inl.h 447 reinterpret_cast<Atomic<int32_t>*>(word_addr)->StoreJavaData(new_value);
550 reinterpret_cast<Atomic<int64_t>*>(addr)->StoreJavaData(new_value);
    [all...]

Completed in 76 milliseconds