GprImtThunkProcRetType 182 core/VTable.cpp /*static*/ GprImtThunkProcRetType VTable::dispatchImt(ImtThunkEnv* ite, int argc, uint32* ap, uintptr_t iid) GprImtThunkProcRetType 206 core/VTable.cpp /*static*/ GprImtThunkProcRetType VTable::resolveImt(ImtThunkEnv* ite, int argc, uint32* ap, uintptr_t iid) GprImtThunkProcRetType 74 core/VTable.h typedef GprImtThunkProcRetType (*GprImtThunkProc)(ImtThunkEnv*, int, uint32*, uintptr_t); GprImtThunkProcRetType 95 core/VTable.h static GprImtThunkProcRetType resolveImt(ImtThunkEnv* ite, int argc, uint32* ap, uintptr_t iid); GprImtThunkProcRetType 96 core/VTable.h static GprImtThunkProcRetType dispatchImt(ImtThunkEnv* ite, int argc, uint32* ap, uintptr_t iid);