Home
last modified time | relevance | path

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

/art/runtime/mirror/
Dmethod_type.h26 struct MethodTypeOffsets;
99 friend struct art::MethodTypeOffsets; // for verifying offset information
/art/runtime/
Dclass_linker_test.cc745 struct MethodTypeOffsets : public CheckOffsets<mirror::MethodType> { struct
746 MethodTypeOffsets() : CheckOffsets<mirror::MethodType>( in MethodTypeOffsets() argument
858 EXPECT_TRUE(MethodTypeOffsets().Check()); in TEST_F()