Home
last modified time | relevance | path

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

/art/runtime/
Dstack_reference.h27 class PACKED(4) StackReference : public mirror::CompressedReference<MirrorType> {
Dhandle_scope.h45 class PACKED(4) BaseHandleScope {
94 class PACKED(4) HandleScope : public BaseHandleScope {
173 class PACKED(4) FixedSizeHandleScope : public HandleScope {
221 class PACKED(4) StackHandleScope final : public FixedSizeHandleScope<kNumReferences> {
Druntime_stats.h62 struct PACKED(4) RuntimeStats {
Dimage.h44 class PACKED(4) ImageSection {
75 class PACKED(8) ImageHeader {
86 class PACKED(4) Block final {
Djvalue.h32 union PACKED(alignof(mirror::Object*)) JValue { in PACKED() function
Dmanaged_stack.h44 class PACKED(4) ManagedStack {
Doat.h32 class PACKED(4) OatHeader {
Doat_quick_method_header.h32 class PACKED(4) OatQuickMethodHeader {
Dthread.h1498 union PACKED(4) StateAndFlags {
1500 struct PACKED(4) { struct
1549 struct PACKED(4) tls_32bit_sized_values {
1673 struct PACKED(8) tls_64bit_sized_values {
1683 struct PACKED(sizeof(void*)) tls_ptr_sized_values { in PACKED() function
Doat_file.h75 class PACKED(4) OatMethodOffsets {
Dclass_linker.h62 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/libelffile/elf/
Delf_debug_reader.h51 } PACKED(1);
55 } PACKED(1);
61 } PACKED(1);
/art/libartbase/base/
Dmacros.h60 #define PACKED(x) __attribute__ ((__aligned__(x), __packed__)) macro
Datomic.h37 class PACKED(sizeof(T)) Atomic : public std::atomic<T> { in PACKED() function
/art/runtime/entrypoints/quick/
Dquick_entrypoints.h46 struct PACKED(4) QuickEntryPoints {
/art/runtime/mirror/
Ddex_cache.h51 template <typename T> struct PACKED(8) DexCachePair {
88 template <typename T> struct PACKED(2 * __SIZEOF_POINTER__) NativeDexCachePair {
494 struct PACKED(2 * sizeof(IntType)) ConversionPair {
Dobject_reference.h36 #define MANAGED PACKED(4)
Dclass.h65 template<size_t kNumReferences> class PACKED(4) StackHandleScope;
76 template <typename T> struct PACKED(8) DexCachePair;
/art/libdexfile/dex/
Ddex_instruction.h45 struct PACKED(4) PackedSwitchPayload {
55 struct PACKED(4) SparseSwitchPayload {
73 struct PACKED(4) ArrayDataPayload {
/art/dex2oat/linker/
Doat_writer_test.cc368 struct PACKED(1) ZipFileHeader {
382 struct PACKED(1) CentralDirectoryFileHeader {
402 struct PACKED(1) EndOfCentralDirectoryRecord {