Home
last modified time | relevance | path

Searched refs:MethodTypeOffsets (Results 1 – 2 of 2) sorted by relevance

/aosp12/art/runtime/mirror/
H A Dmethod_type.h26 struct MethodTypeOffsets;
101 friend struct art::MethodTypeOffsets; // for verifying offset information
/aosp12/art/runtime/
H A Dclass_linker_test.cc748 struct MethodTypeOffsets : public CheckOffsets<mirror::MethodType> { struct
749 MethodTypeOffsets() : CheckOffsets<mirror::MethodType>( in MethodTypeOffsets() function
861 EXPECT_TRUE(MethodTypeOffsets().Check()); in TEST_F()