Searched refs:addr (Results 51 - 75 of 84) sorted by relevance

1234

/dalvik/vm/mterp/mips/
H A DOP_SPUT_WIDE.S24 JAL(dvmQuasiAtomicSwap64Sync) # stores a0/a1 into addr a2
H A Dheader.S271 #define LOAD_ADDR(dest, addr) la dest, addr
/dalvik/vm/alloc/
H A DHeapSource.cpp405 void* addr = mmap(newHeapBase, rem_size, PROT_READ | PROT_WRITE, MAP_PRIVATE, fd, 0); local
407 if (addr == MAP_FAILED) {
564 void *addr; local
569 addr = dvmAllocRegion(stack->length, PROT_READ | PROT_WRITE, name);
570 if (addr == NULL) {
573 stack->base = (const Object **)addr;
574 stack->limit = (const Object **)((char *)addr + stack->length);
/dalvik/vm/compiler/codegen/arm/Thumb/
H A DGen.cpp28 * | prof count addr (4 bytes) |
38 * sub r0, #10 @ back up to addr prof count pointer
52 intptr_t addr = (intptr_t)dvmJitNextTraceCounter(); local
54 newLIR1(cUnit, kArm16BitData, addr & 0xffff);
55 newLIR1(cUnit, kArm16BitData, (addr >> 16) & 0xffff);
/dalvik/vm/compiler/codegen/x86/libenc/
H A Ddec_base.cpp139 unsigned DecoderBase::decode(const void * addr, Inst * pinst) argument
143 //assert( *(unsigned char*)addr != 0x66);
145 const unsigned char * bytes = (unsigned char*)addr;
175 tmp.size = (unsigned)(bytes-(const unsigned char*)addr);
/dalvik/vm/analysis/
H A DCodeVerify.cpp121 const RegisterLine* registerLine, int addr, const char* addrName,
428 int idx, addr; local
452 uninitMap->map[idx++].addr = kUninitThisArgAddr;
458 for (addr = 0; addr < insnsSize; /**/) {
459 int width = dvmInsnGetWidth(insnFlags, addr);
463 uninitMap->map[idx++].addr = addr;
465 addr += width;
482 * Set the class object associated with the instruction at "addr"
491 setUninitInstance(UninitInstanceMap* uninitMap, int addr, ClassObject* clazz) argument
6068 int addr = *((int *)cnxt); local
6079 dumpRegTypes(const VerifierData* vdata, const RegisterLine* registerLine, int addr, const char* addrName, const UninitInstanceMap* uninitMap, int displayFlags) argument
[all...]
/dalvik/vm/
H A DProfile.cpp1056 u4 addr; local
1076 addr = (u4) method->nativeFunc;
1092 addr = (u4) method->insns - pOptHdr->dexOffset;
1095 *(pMagic+action) = addr;
1097 pMagic+action, addr, method->clazz->descriptor, method->name);
H A DThread.cpp2101 volatile int32_t* addr = reinterpret_cast<volatile int32_t*>(raw);
2102 android_atomic_release_store(THREAD_VMWAIT, addr);
2971 volatile int32_t* addr = reinterpret_cast<volatile int32_t*>(raw);
2972 android_atomic_acquire_store(newStatus, addr);
2986 volatile int32_t* addr = reinterpret_cast<volatile int32_t*>(raw);
2987 android_atomic_release_store(newStatus, addr);
H A DInit.cpp1312 void* addr = info->si_addr; local
1314 ALOGE("Caught a SIGBUS (%d), addr=%p", signum, addr);
/dalvik/vm/compiler/codegen/arm/Thumb2/
H A DGen.cpp28 * | prof count addr (4 bytes) |
36 * ldr r0, [pc-8] @ get prof count addr [4 bytes]
49 intptr_t addr = (intptr_t)dvmJitNextTraceCounter(); local
51 newLIR1(cUnit, kArm16BitData, addr & 0xffff);
52 newLIR1(cUnit, kArm16BitData, (addr >> 16) & 0xffff);
/dalvik/vm/compiler/codegen/mips/Mips32/
H A DGen.cpp28 * | prof count addr (4 bytes) |
36 * lahi a0, addr # get ptr to prof count addr into a0
37 * lalo a0, addr
38 * lw a0, 0(a0) # read prof count addr into a0
51 intptr_t addr = (intptr_t)dvmJitNextTraceCounter(); local
53 MipsLIR *executionCount = newLIR1(cUnit, kMips32BitData, addr);
/dalvik/vm/compiler/template/armv5te/
H A DTEMPLATE_INVOKE_METHOD_NATIVE.S5 add r3, r1, #1 @ Thumb addr is odd
/dalvik/vm/compiler/template/mips/
H A DTEMPLATE_INVOKE_METHOD_NATIVE.S83 lw a2, offStackSaveArea_returnAddr(rBIX) # a2 = chaining cell ret addr
H A Dfooter.S67 lw a2, offStackSaveArea_returnAddr(rBIX) # a2 = chaining cell ret addr
H A Dheader.S330 #define LOAD_ADDR(dest,addr) la dest, addr
/dalvik/vm/native/
H A Ddalvik_system_VMRuntime.cpp253 static void preloadDexCachesStringsVisitor(void* addr, u4 threadId, RootType type, void* arg) { argument
255 StringObject* strObj = *(StringObject**) addr;
H A Djava_lang_Class.cpp772 jobject byte_buffer = env->NewDirectByteBuffer(dvm_dex->memMap.addr, dvm_dex->memMap.length);
/dalvik/dexlist/
H A DDexList.cpp220 pDexFile = dexFileParse((u1*)map.addr, map.length, kDexParseDefault);
/dalvik/dexdump/
H A DDexDump.cpp1619 int idx, addr, byte; local
1626 addr = *data++;
1628 addr |= (*data++) << 8;
1630 printf(" %4x:", addr);
1797 pDexFile = dexFileParse((u1*)map.addr, map.length, flags);
/dalvik/libdex/
H A DZipArchive.cpp337 const u1* cdPtr = (const u1*)pArchive->mDirectoryMap.addr;
568 pArchive->mDirectoryMap.addr;
/dalvik/vm/compiler/template/out/
H A DCompilerTemplateAsm-armv5te.S235 add r3, r1, #1 @ Thumb addr is odd
302 add r3, r1, #1 @ Thumb addr is odd
414 add r3, r1, #1 @ Thumb addr is odd
1308 add r3, r1, #1 @ Thumb addr is odd
1379 add r3, r1, #1 @ Thumb addr is odd
1499 add r3, r1, #1 @ Thumb addr is odd
H A DCompilerTemplateAsm-armv7-a-neon.S235 add r3, r1, #1 @ Thumb addr is odd
302 add r3, r1, #1 @ Thumb addr is odd
414 add r3, r1, #1 @ Thumb addr is odd
1098 add r3, r1, #1 @ Thumb addr is odd
1169 add r3, r1, #1 @ Thumb addr is odd
1289 add r3, r1, #1 @ Thumb addr is odd
H A DCompilerTemplateAsm-armv7-a.S235 add r3, r1, #1 @ Thumb addr is odd
302 add r3, r1, #1 @ Thumb addr is odd
414 add r3, r1, #1 @ Thumb addr is odd
1098 add r3, r1, #1 @ Thumb addr is odd
1169 add r3, r1, #1 @ Thumb addr is odd
1289 add r3, r1, #1 @ Thumb addr is odd
H A DCompilerTemplateAsm-armv5te-vfp.S235 add r3, r1, #1 @ Thumb addr is odd
302 add r3, r1, #1 @ Thumb addr is odd
414 add r3, r1, #1 @ Thumb addr is odd
1052 * r2 src addr of op1
1577 add r3, r1, #1 @ Thumb addr is odd
1648 add r3, r1, #1 @ Thumb addr is odd
1768 add r3, r1, #1 @ Thumb addr is odd
H A DCompilerTemplateAsm-mips.S337 #define LOAD_ADDR(dest,addr) la dest, addr
854 lw a2, offStackSaveArea_returnAddr(rBIX) # a2 = chaining cell ret addr
2024 * a2 src addr of op1
2807 * - 4 bytes for prof count addr.
3238 lw a2, offStackSaveArea_returnAddr(rBIX) # a2 = chaining cell ret addr
3333 lw a2, offStackSaveArea_returnAddr(rBIX) # a2 = chaining cell ret addr

Completed in 4266 milliseconds

1234