Home
last modified time | relevance | path

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

/art/runtime/
Dstack_reference.h27 class PACKED(4) StackReference : public mirror::CompressedReference<MirrorType> {
Dhandle_scope.h45 class PACKED(4) BaseHandleScope {
101 class PACKED(4) HandleScope : public BaseHandleScope {
192 class PACKED(4) FixedSizeHandleScope : public HandleScope {
207 class PACKED(4) StackHandleScope final : public FixedSizeHandleScope<kNumReferences> {
Druntime_stats.h64 struct PACKED(4) RuntimeStats {
Djvalue.h32 union PACKED(alignof(mirror::Object*)) JValue { in PACKED() function
Dmanaged_stack.h55 class PACKED(4) ManagedStack {
Dclass_linker.h67 template<size_t kNumReferences> class PACKED(4) StackHandleScope;
/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.h64 #define PACKED(x) __attribute__ ((__aligned__(x), __packed__)) macro
Datomic.h37 class PACKED(sizeof(T)) Atomic : public std::atomic<T> { in PACKED() function
/art/runtime/oat/
Dimage.h49 class PACKED(4) ImageSection {
80 class PACKED(8) ImageHeader {
91 class PACKED(4) Block final {
Doat.h44 class EXPORT PACKED(4) OatHeader {
Doat_quick_method_header.h39 class PACKED(4) OatQuickMethodHeader {
Doat_file.h83 class PACKED(4) OatMethodOffsets {
/art/runtime/base/
Datomic_pair.h45 struct PACKED(2 * sizeof(IntType)) AtomicPair {
/art/libdexfile/dex/
Ddex_instruction.h45 struct PACKED(4) PackedSwitchPayload {
55 struct PACKED(4) SparseSwitchPayload {
73 struct PACKED(4) ArrayDataPayload {
/art/runtime/mirror/
Dobject_reference.h38 #define MANAGED PACKED(4)
Dclass.h65 template<size_t kNumReferences> class PACKED(4) StackHandleScope;
/art/dex2oat/linker/
Doat_writer_test.cc367 struct PACKED(1) ZipFileHeader {
381 struct PACKED(1) CentralDirectoryFileHeader {
401 struct PACKED(1) EndOfCentralDirectoryRecord {