Home
last modified time | relevance | path

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

/art/runtime/mirror/
Dvar_handle.cc563 class AtomicGetAndAddWithByteSwapAccessor : public Object::Accessor<T> { class
565 AtomicGetAndAddWithByteSwapAccessor(T value, JValue* result) : value_(value), result_(result) {} in AtomicGetAndAddWithByteSwapAccessor() function in art::mirror::__anon913e46da0111::AtomicGetAndAddWithByteSwapAccessor
589 AtomicGetAndAddWithByteSwapAccessor<T, std::memory_order_seq_cst>;