Home | History | Annotate | Download | only in mirror

Lines Matching defs:iftable

26 #include "iftable.h"
150 IfTable* iftable = GetIfTable();
152 if (iftable->GetInterface(i) == klass) {
217 IfTable* iftable = GetIfTable();
219 if (iftable->GetInterface(i) == declaring_class) {
220 return iftable->GetMethodArray(i)->Get(method->GetMethodIndex());
250 inline IfTable* Class::GetIfTable() const {
251 return GetFieldObject<IfTable*>(OFFSET_OF_OBJECT_MEMBER(Class, iftable_), false);
255 IfTable* iftable = GetIfTable();
256 if (iftable == NULL) {
259 return iftable->Count();
262 inline void Class::SetIfTable(IfTable* new_iftable) {