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