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

  /art/runtime/native/
sun_misc_Unsafe.cc 67 return obj->GetField32Volatile(MemberOffset(offset));
  /art/runtime/mirror/
art_field-inl.h 69 return object->GetField32Volatile(GetOffset());
object-inl.h 63 return LockWord(GetField32Volatile(OFFSET_OF_OBJECT_MEMBER(Object, monitor_)));
424 inline int32_t Object::GetField32Volatile(MemberOffset field_offset) {
    [all...]
object.h 254 ALWAYS_INLINE int32_t GetField32Volatile(MemberOffset field_offset)
class.h 159 GetField32Volatile<kVerifyFlags>(OFFSET_OF_OBJECT_MEMBER(Class, status_)));
    [all...]

Completed in 72 milliseconds