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.h43 class PACKED(4) BaseHandleScope {
92 class PACKED(4) HandleScope : public BaseHandleScope {
215 class PACKED(4) FixedSizeHandleScope : public HandleScope {
262 class PACKED(4) StackHandleScope FINAL : public FixedSizeHandleScope<kNumReferences> {
Druntime_stats.h62 struct PACKED(4) RuntimeStats {
Doat.h32 class PACKED(4) OatHeader {
177 class PACKED(4) OatMethodOffsets {
Djvalue.h32 union PACKED(alignof(mirror::Object*)) JValue { in PACKED() function
Dmanaged_stack.h44 class PACKED(4) ManagedStack {
Dimage.h57 class PACKED(4) ImageSection {
86 class PACKED(4) ImageHeader {
Doat_quick_method_header.h32 class PACKED(4) OatQuickMethodHeader {
Dthread.h1405 union PACKED(4) StateAndFlags {
1407 struct PACKED(4) { struct
1454 struct PACKED(4) tls_32bit_sized_values {
1548 struct PACKED(8) tls_64bit_sized_values {
1558 struct PACKED(sizeof(void*)) tls_ptr_sized_values { in PACKED() function
Dclass_linker.h82 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/libartbase/base/
Dmacros.h56 #define PACKED(x) __attribute__ ((__aligned__(x), __packed__)) macro
Datomic.h32 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.h45 template <typename T> struct PACKED(8) DexCachePair {
95 template <typename T> struct PACKED(2 * __SIZEOF_POINTER__) NativeDexCachePair {
457 struct PACKED(2 * sizeof(IntType)) ConversionPair {
Dclass.h51 template<size_t kNumReferences> class PACKED(4) StackHandleScope;
61 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.cc339 struct PACKED(1) ZipFileHeader {
353 struct PACKED(1) CentralDirectoryFileHeader {
373 struct PACKED(1) EndOfCentralDirectoryRecord {