Searched refs:baseAddr (Results 1 - 14 of 14) sorted by relevance

/dalvik/libdex/
H A DSysUtil.cpp72 pMap->addr = pMap->baseAddr = memPtr;
139 pMap->baseAddr = pMap->addr = memPtr;
172 pMap->baseAddr = pMap->addr = memPtr;
205 pMap->baseAddr = pMap->addr = memPtr;
252 pMap->baseAddr = pMap->addr = memPtr;
292 pMap->baseAddr = memPtr;
299 pMap->baseAddr, (int) pMap->baseLength,
321 if (addr < pMap->baseAddr ||
322 (u1*)addr >= (u1*)pMap->baseAddr + pMap->baseLength)
325 addr, pMap->baseAddr, (u
[all...]
H A DSysUtil.h47 void* baseAddr; /* page-aligned base address */ member in struct:MemMapping
H A DDexFile.h522 const u1* baseAddr; member in struct:DexFile
609 return (const DexMapList*) (pDexFile->baseAddr + mapOff);
616 const u1* ptr = pDexFile->baseAddr + pStringId->stringDataOff;
682 (pDexFile->baseAddr + pProtoId->parametersOff);
707 (pDexFile->baseAddr + pClassDef->interfacesOff);
729 (pDexFile->baseAddr + pClassDef->staticValuesOff);
739 (pDexFile->baseAddr + pClassDef->annotationsOff);
779 return pDexFile->baseAddr + pCode->debugInfoOff;
805 return (const u1*) (pDexFile->baseAddr + pClassDef->classDataOff);
815 return (const DexAnnotationSetItem*) (pDexFile->baseAddr
[all...]
H A DDexFile.cpp108 const u1* ptr = pDexFile->baseAddr + pStringId->stringDataOff;
181 (const char*) (pDexFile->baseAddr + stringOff);
183 (const DexClassDef*) (pDexFile->baseAddr + classDefOff);
247 (u1*)pString - pDexFile->baseAddr,
248 (u1*)pClassDef - pDexFile->baseAddr, &numProbes);
272 pDexFile->baseAddr = data;
465 str = (const char*) (pDexFile->baseAddr + offset);
468 (pDexFile->baseAddr + pLookup->table[idx].classDefOffset);
H A DDexClass.h114 return (const DexCode*) (pDexFile->baseAddr + pDexMethod->codeOff);
/dalvik/vm/compiler/codegen/mips/
H A DArchUtility.cpp35 unsigned char *baseAddr, int size)
118 (int) baseAddr + lir->generic.offset + 4 +
130 ((((intptr_t) baseAddr + lir->generic.offset + 4) &
218 void dvmDumpLIRInsn(LIR *arg, unsigned char *baseAddr)
276 ALOGD("%p (%04x): .align4", baseAddr + offset, offset);
298 baseAddr, 256);
299 buildInsnString(EncodingMap[lir->opcode].fmt, lir, buf, baseAddr,
302 baseAddr + offset, offset, *(u4 *)(baseAddr + offset), opName, buf,
324 ALOGD("installed code is at %p", cUnit->baseAddr);
34 buildInsnString(const char *fmt, MipsLIR *lir, char* buf, unsigned char *baseAddr, int size) argument
[all...]
H A DAssemble.cpp411 int *dataPtr = (int *) ((char *) cUnit->baseAddr + cUnit->dataOffset);
879 cUnit->baseAddr = (char *) gDvmJit.codeCache + gDvmJit.codeCacheByteUsed;
882 UNPROTECT_CODE_CACHE(cUnit->baseAddr, offset);
885 memcpy((char*)cUnit->baseAddr, cUnit->codeBuffer, chainCellOffset);
897 memcpy((char*)cUnit->baseAddr + chainCellOffset, &chainCellCounts,
901 memcpy((char*) cUnit->baseAddr + chainCellOffset +
910 dvmCompilerCacheFlush((long)cUnit->baseAddr,
911 (long)((char *) cUnit->baseAddr + offset), 0);
915 PROTECT_CODE_CACHE(cUnit->baseAddr, offset);
921 info->codeAddress = (char*)cUnit->baseAddr
[all...]
/dalvik/vm/compiler/codegen/arm/
H A DArchUtility.cpp77 unsigned char *baseAddr, int size)
199 (int) baseAddr + lir->generic.offset + 4 +
207 ((((intptr_t) baseAddr + lir->generic.offset + 4) &
295 void dvmDumpLIRInsn(LIR *arg, unsigned char *baseAddr)
354 ALOGD("%p (%04x): .align4", baseAddr + offset, offset);
376 baseAddr, 256);
377 buildInsnString(EncodingMap[lir->opcode].fmt, lir, buf, baseAddr,
380 baseAddr + offset, offset, opName, buf,
402 ALOGD("installed code is at %p", cUnit->baseAddr);
405 dvmDumpLIRInsn(lirInsn, (unsigned char *) cUnit->baseAddr);
76 buildInsnString(const char *fmt, ArmLIR *lir, char* buf, unsigned char *baseAddr, int size) argument
[all...]
H A DAssemble.cpp907 int *dataPtr = (int *) ((char *) cUnit->baseAddr + cUnit->dataOffset);
1500 cUnit->baseAddr = (char *) gDvmJit.codeCache + gDvmJit.codeCacheByteUsed;
1503 UNPROTECT_CODE_CACHE(cUnit->baseAddr, offset);
1506 memcpy((char*)cUnit->baseAddr, cUnit->codeBuffer, chainCellOffset);
1518 memcpy((char*)cUnit->baseAddr + chainCellOffset, &chainCellCounts,
1522 memcpy((char*) cUnit->baseAddr + chainCellOffset +
1531 dvmCompilerCacheFlush((long)cUnit->baseAddr,
1532 (long)((char *) cUnit->baseAddr + offset), 0);
1535 PROTECT_CODE_CACHE(cUnit->baseAddr, offset);
1541 info->codeAddress = (char*)cUnit->baseAddr
1591 int baseAddr = (u4) branchAddr + 4; local
[all...]
/dalvik/vm/compiler/
H A DCompilerUtility.h71 void dvmDumpLIRInsn(struct LIR *lir, unsigned char *baseAddr);
H A DCompilerIR.h222 void *baseAddr; member in struct:CompilationUnit
/dalvik/vm/compiler/codegen/x86/
H A DCodegenInterface.cpp1239 cUnit->baseAddr = NULL;
1280 cUnit->baseAddr = NULL;
1374 cUnit->baseAddr = NULL;
1391 cUnit->baseAddr = NULL;
1408 cUnit->baseAddr = streamMethodStart;
1413 cUnit->baseAddr = NULL;
1427 unsigned char* codeBaseAddr = (unsigned char *) cUnit->baseAddr;
1436 ALOGV("JIT CODE after trace %p to %p size %x START %p", cUnit->baseAddr,
1442 info->codeAddress = (char*)cUnit->baseAddr;// + cUnit->headerSize;
/dalvik/vm/reflect/
H A DAnnotation.cpp335 (ptr-1) - (u1*)clazz->pDvmDex->pDexFile->baseAddr);
766 *pPtr, *pPtr - (u1*) clazz->pDvmDex->pDexFile->baseAddr,
965 (ptr-1) - (u1*)clazz->pDvmDex->pDexFile->baseAddr);
/dalvik/dexdump/
H A DDexDump.cpp853 printf("%06x:", ((u1*)insns - pDexFile->baseAddr) + insnIdx*2);
1066 startAddr = ((u1*)pCode - pDexFile->baseAddr);

Completed in 253 milliseconds