Lines Matching defs:thisPtr
3143 Object* thisPtr;
3159 thisPtr = (Object*) GET_REGISTER(vdst);
3164 thisPtr = (Object*) GET_REGISTER(vdst & 0x0f);
3167 if (!checkForNull(thisPtr))
3187 assert(baseMethod->methodIndex < thisPtr->clazz->vtableCount);
3188 methodToCall = thisPtr->clazz->vtable[baseMethod->methodIndex];
3192 self->callsiteClass = thisPtr->clazz;
3316 Object* thisPtr;
3333 thisPtr = (Object*) GET_REGISTER(vdst);
3338 thisPtr = (Object*) GET_REGISTER(vdst & 0x0f);
3341 if (!checkForNull(thisPtr))
3344 thisClass = thisPtr->clazz;
3441 Object* thisPtr;
3457 thisPtr = (Object*) GET_REGISTER(vdst);
3462 thisPtr = (Object*) GET_REGISTER(vdst & 0x0f);
3465 if (!checkForNull(thisPtr))
3473 thisPtr->clazz->vtableCount);
3474 methodToCall = thisPtr->clazz->vtable[ref];
3476 self->callsiteClass = thisPtr->clazz;