Home
last modified time | relevance | path

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

/art/runtime/
Dstack_reference.h27 class PACKED(4) StackReference : public mirror::CompressedReference<MirrorType> {
Dhandle_scope.h42 class PACKED(4) BaseHandleScope {
91 class PACKED(4) HandleScope : public BaseHandleScope {
214 class PACKED(4) FixedSizeHandleScope : public HandleScope {
261 class PACKED(4) StackHandleScope FINAL : public FixedSizeHandleScope<kNumReferences> {
Doat.h32 class PACKED(4) OatHeader {
176 class PACKED(4) OatMethodOffsets {
Druntime_stats.h62 struct PACKED(4) RuntimeStats {
Dmanaged_stack.h42 class PACKED(4) ManagedStack {
Djvalue.h32 union PACKED(alignof(mirror::Object*)) JValue { in PACKED() function
Dimage.h52 class PACKED(4) ImageSection {
81 class PACKED(4) ImageHeader {
Ddex_instruction.h44 struct PACKED(4) PackedSwitchPayload {
54 struct PACKED(4) SparseSwitchPayload {
72 struct PACKED(4) ArrayDataPayload {
Doat_quick_method_header.h32 class PACKED(4) OatQuickMethodHeader {
Dthread.h1340 union PACKED(4) StateAndFlags {
1342 struct PACKED(4) { struct
1389 struct PACKED(4) tls_32bit_sized_values {
1483 struct PACKED(8) tls_64bit_sized_values {
1493 struct PACKED(sizeof(void*)) tls_ptr_sized_values { in PACKED() function
Datomic.h188 class PACKED(sizeof(T)) Atomic : public std::atomic<T> { in PACKED() function
Dclass_linker.h75 template<size_t kNumReferences> class PACKED(4) StackHandleScope;
/art/runtime/entrypoints/jni/
Djni_entrypoints.h31 struct PACKED(4) JniEntryPoints {
/art/runtime/quick/
Dquick_method_frame_info.h26 class PACKED(4) QuickMethodFrameInfo {
/art/runtime/base/
Dmacros.h56 #define PACKED(x) __attribute__ ((__aligned__(x), __packed__)) macro
/art/runtime/entrypoints/quick/
Dquick_entrypoints.h44 struct PACKED(4) QuickEntryPoints {
/art/runtime/mirror/
Dobject_reference.h31 #define MANAGED PACKED(4)
Ddex_cache.h44 template <typename T> struct PACKED(8) DexCachePair {
94 template <typename T> struct PACKED(2 * __SIZEOF_POINTER__) NativeDexCachePair {
466 struct PACKED(2 * sizeof(IntType)) ConversionPair {
Dclass.h49 template<size_t kNumReferences> class PACKED(4) StackHandleScope;
59 template <typename T> struct PACKED(8) DexCachePair;
/art/compiler/
Doat_test.cc335 struct PACKED(1) ZipFileHeader {
349 struct PACKED(1) CentralDirectoryFileHeader {
369 struct PACKED(1) EndOfCentralDirectoryRecord {