IMT_SIZE         2959 core/CodegenLIR.cpp             int index = int(method_id % VTable::IMT_SIZE);
IMT_SIZE          155 core/VTable.cpp 				if (v0 && uint32_t(v0->iid() % VTable::IMT_SIZE) == slot)
IMT_SIZE          167 core/VTable.cpp 				if (v1 && uint32_t(v1->iid() % VTable::IMT_SIZE) == slot)
IMT_SIZE          208 core/VTable.cpp 		const uint32_t slot = iid % IMT_SIZE;
IMT_SIZE          414 core/VTable.cpp 			for (uint32_t i=0; i < IMT_SIZE; i++)
IMT_SIZE          145 core/VTable.h  		ImtThunkEnv* imt[VTable::IMT_SIZE];