Home
last modified time | relevance | path

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

/art/runtime/
Doat.h32 class PACKED(4) OatHeader {
162 class PACKED(4) OatMethodOffsets {
174 class PACKED(4) OatQuickMethodHeader {
Dimage.h27 class PACKED(4) ImageSection {
56 class PACKED(4) ImageHeader {
Druntime_stats.h62 struct PACKED(4) RuntimeStats {
Dhandle_scope.h38 class PACKED(4) HandleScope {
147 class PACKED(4) StackHandleScope FINAL : public HandleScope {
Djvalue.h29 union PACKED(4) JValue {
Ddex_instruction.h44 struct PACKED(4) PackedSwitchPayload {
54 struct PACKED(4) SparseSwitchPayload {
72 struct PACKED(4) ArrayDataPayload {
Dthread.h1010 union PACKED(4) StateAndFlags {
1012 struct PACKED(4) { struct
1053 struct PACKED(4) tls_32bit_sized_values {
1122 struct PACKED(8) tls_64bit_sized_values {
1135 struct PACKED(4) tls_ptr_sized_values {
Datomic.h191 class PACKED(sizeof(T)) Atomic : public std::atomic<T> { in PACKED() function
Dart_method.h575 struct PACKED(4) PtrSizedFields {
Dstack.h330 class PACKED(4) ManagedStack {
Dclass_linker.h58 template<size_t kNumReferences> class PACKED(4) StackHandleScope;
/art/runtime/entrypoints/jni/
Djni_entrypoints.h29 struct PACKED(4) JniEntryPoints {
/art/runtime/entrypoints/interpreter/
Dinterpreter_entrypoints.h34 struct PACKED(4) InterpreterEntryPoints {
/art/runtime/quick/
Dquick_method_frame_info.h26 class PACKED(4) QuickMethodFrameInfo {
/art/runtime/entrypoints/quick/
Dquick_entrypoints.h42 struct PACKED(4) QuickEntryPoints {
/art/runtime/mirror/
Dobject_reference.h30 #define MANAGED PACKED(4)
Dclass.h47 template<size_t kNumReferences> class PACKED(4) StackHandleScope;
/art/runtime/base/
Dmacros.h143 #define PACKED(x) __attribute__ ((__aligned__(x), __packed__)) macro