Home
last modified time | relevance | path

Searched defs:PACKED (Results 1 – 3 of 3) sorted by relevance

/art/runtime/
Datomic.h188 class PACKED(sizeof(T)) Atomic : public std::atomic<T> { in PACKED() function
Dthread.h911 struct PACKED(4) { struct
914 volatile uint16_t flags;
919 volatile uint16_t state;
/art/runtime/base/
Dmacros.h148 #define PACKED(x) __attribute__ ((__aligned__(x), __packed__)) macro