ImtThunkEntry 221 core/MethodEnv-inlines.h REALLY_INLINE ImtThunkEntry* ImtThunkEnv::entries() const ImtThunkEntry 223 core/MethodEnv-inlines.h return (ImtThunkEntry*)(this+1); ImtThunkEntry 374 core/MethodEnv.h ImtThunkEntry* entries() const; ImtThunkEntry 74 core/VTable.cpp ImtThunkEntry* beg = map; ImtThunkEntry 75 core/VTable.cpp ImtThunkEntry* end = map + count; // one past end! ImtThunkEntry 84 core/VTable.cpp for (ImtThunkEntry* i = beg + interval; i < end; i++) ImtThunkEntry 86 core/VTable.cpp ImtThunkEntry temp = *i; ImtThunkEntry 87 core/VTable.cpp ImtThunkEntry* j = i; ImtThunkEntry 88 core/VTable.cpp ImtThunkEntry* nj = j - interval; ImtThunkEntry 185 core/VTable.cpp const ImtThunkEntry* const m = ite->entries(); ImtThunkEntry 280 core/VTable.cpp ite = new (gc, imtMapCount * sizeof(ImtThunkEntry)) ImtThunkEnv(VTable::dispatchImt, imtMapCount); ImtThunkEntry 282 core/VTable.cpp ImtThunkEntry* m = ite->entries();