Searched refs:MethodTypeOffsets (Results 1 – 2 of 2) sorted by relevance
27 struct MethodTypeOffsets;198 friend struct art::MethodTypeOffsets; // for verifying offset information
754 struct MethodTypeOffsets : public CheckOffsets<mirror::MethodType> { struct755 MethodTypeOffsets() : CheckOffsets<mirror::MethodType>( in MethodTypeOffsets() argument873 EXPECT_TRUE(MethodTypeOffsets().Check()); in TEST_F()