Lines Matching defs:codeAddress
482 if (gDvmJit.pJitEntryTable[i].codeAddress ==
641 * Initialize codeAddress and allocate the slot. Must
1026 intptr_t codeAddress =
1027 (intptr_t)gDvmJit.pJitEntryTable[idx].codeAddress;
1031 return hideTranslation || !codeAddress ? NULL :
1032 (void *)(codeAddress + offset);
1043 intptr_t codeAddress =
1044 (intptr_t)gDvmJit.pJitEntryTable[idx].codeAddress;
1048 return hideTranslation || !codeAddress ? NULL :
1049 (void *)(codeAddress + offset);
1100 * NOTE: Once a codeAddress field transitions from initial state to
1135 jitEntry->codeAddress = nPC;
1351 p->codeAddress = pOldTable[i].codeAddress;