Home
last modified time | relevance | path

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

/art/runtime/mirror/
Dmethod_type.h27 struct MethodTypeOffsets;
198 friend struct art::MethodTypeOffsets; // for verifying offset information
/art/runtime/
Dclass_linker_test.cc754 struct MethodTypeOffsets : public CheckOffsets<mirror::MethodType> { struct
755 MethodTypeOffsets() : CheckOffsets<mirror::MethodType>( in MethodTypeOffsets() argument
873 EXPECT_TRUE(MethodTypeOffsets().Check()); in TEST_F()