Home | History | Annotate | Download | only in runtime

Lines Matching full:uint32value

352     MemberOffset end_ref_offset(start_ref_offset.Uint32Value() +
362 ASSERT_EQ(current_ref_offset.Uint32Value(), field->GetOffset().Uint32Value());
363 if (current_ref_offset.Uint32Value() == end_ref_offset.Uint32Value()) {
369 current_ref_offset = MemberOffset(current_ref_offset.Uint32Value() +
373 Uint32Value() < end_ref_offset.Uint32Value()) {
375 ASSERT_LT(field->GetOffset().Uint32Value(), start_ref_offset.Uint32Value());
376 CHECK(!IsAligned<4>(field->GetOffset().Uint32Value()));
380 ASSERT_EQ(end_ref_offset.Uint32Value(), current_ref_offset.Uint32Value());
524 if (field->GetOffset().Uint32Value() != offset.cpp_offset) {
532 if (field->GetOffset().Uint32Value() != offset.cpp_offset) {
536 << " Java=" << field->GetOffset().Uint32Value() << " C++=" << offset.cpp_offset;
680 addOffset(mirror::AccessibleObject::FlagOffset().Uint32Value(), "override");