Lines Matching refs:art

58 ADD_TEST_EQ(static_cast<size_t>(STACK_REFERENCE_SIZE), sizeof(art::StackReference<art::mirror::Obje…  in CheckAsmSupportOffsetsAndSizes()
63 sizeof(art::mirror::CompressedReference<art::mirror::Object>)) in CheckAsmSupportOffsetsAndSizes()
69 art::Runtime::GetCalleeSaveMethodOffset(art::Runtime::kSaveAll)) in CheckAsmSupportOffsetsAndSizes()
74 art::Runtime::GetCalleeSaveMethodOffset(art::Runtime::kRefsOnly)) in CheckAsmSupportOffsetsAndSizes()
79 art::Runtime::GetCalleeSaveMethodOffset(art::Runtime::kRefsAndArgs)) in CheckAsmSupportOffsetsAndSizes()
84 art::Thread::ThreadFlagsOffset<__SIZEOF_POINTER__>().Int32Value()) in CheckAsmSupportOffsetsAndSizes()
89 art::Thread::ThinLockIdOffset<__SIZEOF_POINTER__>().Int32Value()) in CheckAsmSupportOffsetsAndSizes()
94 art::Thread::CardTableOffset<__SIZEOF_POINTER__>().Int32Value()) in CheckAsmSupportOffsetsAndSizes()
99 art::Thread::ExceptionOffset<__SIZEOF_POINTER__>().Int32Value()) in CheckAsmSupportOffsetsAndSizes()
104 art::Thread::TopOfManagedStackOffset<__SIZEOF_POINTER__>().Int32Value()) in CheckAsmSupportOffsetsAndSizes()
109 art::Thread::SelfOffset<__SIZEOF_POINTER__>().Int32Value()) in CheckAsmSupportOffsetsAndSizes()
113 art::Thread::ThreadLocalPosOffset<__SIZEOF_POINTER__>().Int32Value()) in CheckAsmSupportOffsetsAndSizes()
116 art::Thread::ThreadLocalEndOffset<__SIZEOF_POINTER__>().Int32Value()) in CheckAsmSupportOffsetsAndSizes()
119 art::Thread::ThreadLocalObjectsOffset<__SIZEOF_POINTER__>().Int32Value()) in CheckAsmSupportOffsetsAndSizes()
123 ADD_TEST_EQ(MIRROR_OBJECT_CLASS_OFFSET, art::mirror::Object::ClassOffset().Int32Value()) in CheckAsmSupportOffsetsAndSizes()
125 ADD_TEST_EQ(MIRROR_OBJECT_LOCK_WORD_OFFSET, art::mirror::Object::MonitorOffset().Int32Value()) in CheckAsmSupportOffsetsAndSizes()
132 ADD_TEST_EQ(size_t(MIRROR_OBJECT_HEADER_SIZE), sizeof(art::mirror::Object)) in CheckAsmSupportOffsetsAndSizes()
137 art::mirror::Class::ComponentTypeOffset().Int32Value()) in CheckAsmSupportOffsetsAndSizes()
140 art::mirror::Class::AccessFlagsOffset().Int32Value()) in CheckAsmSupportOffsetsAndSizes()
143 art::mirror::Class::ObjectSizeOffset().Int32Value()) in CheckAsmSupportOffsetsAndSizes()
146 art::mirror::Class::StatusOffset().Int32Value()) in CheckAsmSupportOffsetsAndSizes()
150 static_cast<uint32_t>(art::mirror::Class::kStatusInitialized)) in CheckAsmSupportOffsetsAndSizes()
157 ADD_TEST_EQ(MIRROR_ARRAY_LENGTH_OFFSET, art::mirror::Array::LengthOffset().Int32Value()) in CheckAsmSupportOffsetsAndSizes()
161 art::mirror::Array::DataOffset(sizeof(uint16_t)).Int32Value()) in CheckAsmSupportOffsetsAndSizes()
165 art::mirror::Array::DataOffset( in CheckAsmSupportOffsetsAndSizes()
166 sizeof(art::mirror::HeapReference<art::mirror::Object>)).Int32Value()) in CheckAsmSupportOffsetsAndSizes()
170 sizeof(art::mirror::HeapReference<art::mirror::Object>)) in CheckAsmSupportOffsetsAndSizes()
174 art::mirror::Array::DataOffset(sizeof(uint64_t)).Int32Value()) in CheckAsmSupportOffsetsAndSizes()
178 ADD_TEST_EQ(MIRROR_STRING_COUNT_OFFSET, art::mirror::String::CountOffset().Int32Value()) in CheckAsmSupportOffsetsAndSizes()
181 ADD_TEST_EQ(MIRROR_STRING_VALUE_OFFSET, art::mirror::String::ValueOffset().Int32Value()) in CheckAsmSupportOffsetsAndSizes()
186 art::ArtMethod::DexCacheResolvedMethodsOffset().Int32Value()) in CheckAsmSupportOffsetsAndSizes()
190 art::ArtMethod::DexCacheResolvedTypesOffset().Int32Value()) in CheckAsmSupportOffsetsAndSizes()
194 art::ArtMethod::EntryPointFromQuickCompiledCodeOffset(4).Int32Value()) in CheckAsmSupportOffsetsAndSizes()
198 art::ArtMethod::EntryPointFromQuickCompiledCodeOffset(8).Int32Value()) in CheckAsmSupportOffsetsAndSizes()
201 ADD_TEST_EQ(LOCK_WORD_STATE_SHIFT, static_cast<int32_t>(art::LockWord::kStateShift)) in CheckAsmSupportOffsetsAndSizes()
204 ADD_TEST_EQ(LOCK_WORD_STATE_MASK, static_cast<uint32_t>(art::LockWord::kStateMaskShifted)) in CheckAsmSupportOffsetsAndSizes()
208 static_cast<int32_t>(art::LockWord::kReadBarrierStateShift)) in CheckAsmSupportOffsetsAndSizes()
212 static_cast<int32_t>(art::LockWord::kReadBarrierStateMaskShifted)) in CheckAsmSupportOffsetsAndSizes()
216 static_cast<uint32_t>(art::LockWord::kReadBarrierStateMaskShiftedToggled)) in CheckAsmSupportOffsetsAndSizes()
219 ADD_TEST_EQ(LOCK_WORD_THIN_LOCK_COUNT_ONE, static_cast<int32_t>(art::LockWord::kThinLockCountOne)) in CheckAsmSupportOffsetsAndSizes()
222 ADD_TEST_EQ(static_cast<size_t>(OBJECT_ALIGNMENT_MASK), art::kObjectAlignment - 1) in CheckAsmSupportOffsetsAndSizes()
226 ~static_cast<uint32_t>(art::kObjectAlignment - 1)) in CheckAsmSupportOffsetsAndSizes()