Home
last modified time | relevance | path

Searched refs:PACKED (Results 1 – 21 of 21) 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 {
220 class PACKED(4) StackHandleScope final : public FixedSizeHandleScope<kNumReferences> {
Doat.h32 class PACKED(4) OatHeader {
150 class PACKED(4) OatMethodOffsets {
Druntime_stats.h62 struct PACKED(4) RuntimeStats {
Djvalue.h32 union PACKED(alignof(mirror::Object*)) JValue { in PACKED() function
Dimage.h44 class PACKED(4) ImageSection {
75 class PACKED(8) ImageHeader {
86 class PACKED(4) Block final {
Dmanaged_stack.h44 class PACKED(4) ManagedStack {
Doat_quick_method_header.h31 class PACKED(4) OatQuickMethodHeader {
Dthread.h1424 union PACKED(4) StateAndFlags {
1426 struct PACKED(4) { struct
1473 struct PACKED(4) tls_32bit_sized_values {
1577 struct PACKED(8) tls_64bit_sized_values {
1587 struct PACKED(sizeof(void*)) tls_ptr_sized_values { in PACKED() function
Dclass_linker.h92 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.h50 } PACKED(1);
54 } PACKED(1);
60 } 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.h45 struct PACKED(4) QuickEntryPoints {
/art/runtime/mirror/
Dobject_reference.h33 #define MANAGED PACKED(4)
Ddex_cache.h49 template <typename T> struct PACKED(8) DexCachePair {
86 template <typename T> struct PACKED(2 * __SIZEOF_POINTER__) NativeDexCachePair {
499 struct PACKED(2 * sizeof(IntType)) ConversionPair {
Dclass.h58 template<size_t kNumReferences> class PACKED(4) StackHandleScope;
69 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.cc330 struct PACKED(1) ZipFileHeader {
344 struct PACKED(1) CentralDirectoryFileHeader {
364 struct PACKED(1) EndOfCentralDirectoryRecord {