Home
last modified time | relevance | path

Searched refs:iftable_ (Results 1 – 3 of 3) sorted by relevance

/art/runtime/mirror/
Dclass-inl.h393 return GetFieldObject<IfTable>(OFFSET_OF_OBJECT_MEMBER(Class, iftable_)); in GetIfTable()
405 SetFieldObject<false>(OFFSET_OF_OBJECT_MEMBER(Class, iftable_), new_iftable); in SetIfTable()
Dclass.h1078 HeapReference<IfTable> iftable_; variable
/art/runtime/
Dclass_linker_test.cc513 …offsets.push_back(CheckOffset(OFFSETOF_MEMBER(mirror::Class, iftable_), "ifT… in ClassOffsets()