Searched defs:codeAddress (Results 1 - 4 of 4) sorted by relevance

/dalvik/vm/interp/
H A DJit.h145 void* codeAddress; /* Code address of native translation */ member in struct:JitEntry
H A DJit.cpp482 if (gDvmJit.pJitEntryTable[i].codeAddress ==
641 * Initialize codeAddress and allocate the slot. Must
1026 intptr_t codeAddress = local
1027 (intptr_t)gDvmJit.pJitEntryTable[idx].codeAddress;
1031 return hideTranslation || !codeAddress ? NULL :
1032 (void *)(codeAddress + offset);
1043 intptr_t codeAddress = local
1044 (intptr_t)gDvmJit.pJitEntryTable[idx].codeAddress;
1048 return hideTranslation || !codeAddress ? NULL :
1049 (void *)(codeAddress
[all...]
/dalvik/vm/compiler/
H A DCompiler.h82 void *codeAddress; member in struct:JitTranslationInfo
/dalvik/vm/compiler/codegen/arm/
H A DAssemble.cpp1191 * Translation layout in the code cache. Note that the codeAddress pointer
1192 * in JitTable will point directly to the code body (field codeAddress). The
1193 * chain cell offset codeAddress - 2, and the address of the trace profile
1194 * counter is at codeAddress - 6.
1245 return (char*)p->codeAddress -
1253 if (entry->dPC == 0 || entry->codeAddress == 0 ||
1254 entry->codeAddress == dvmCompilerGetInterpretTemplate())
1265 if (entry->dPC == 0 || entry->codeAddress == 0 ||
1266 entry->codeAddress == dvmCompilerGetInterpretTemplate())
1495 info->codeAddress
2267 dvmJitInstallClassObjectPointers(CompilationUnit *cUnit, char *codeAddress) argument
[all...]

Completed in 74 milliseconds