interpGPR 64 core/Interpreter.h uintptr_t interpGPR(MethodEnv* method, int argc, uint32 *ap); // returns Atom, int/uint, or a pointer interpGPR 69 core/MethodInfo-inlines.h return _implGPR == interpGPR || _implFPR == interpFPR; interpGPR 198 core/MethodInfo.cpp _implGPR = avmplus::interpGPR;