Searched refs:MethodTypeOffsets (Results 1 – 2 of 2) sorted by relevance
26 struct MethodTypeOffsets;99 friend struct art::MethodTypeOffsets; // for verifying offset information
745 struct MethodTypeOffsets : public CheckOffsets<mirror::MethodType> { struct746 MethodTypeOffsets() : CheckOffsets<mirror::MethodType>( in MethodTypeOffsets() argument858 EXPECT_TRUE(MethodTypeOffsets().Check()); in TEST_F()