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

/dalvik/vm/compiler/codegen/arm/
H A DCodegenCommon.c373 int dPC = (int) (cUnit->method->insns + dOffset); local
376 pcrLabel->operands[0] = dPC;
H A DCodegenDriver.c913 int dPC = (int) (cUnit->method->insns + mir->offset); local
919 pcrLabel->operands[0] = dPC;
1153 int dPC = (int) (cUnit->method->insns + mir->offset); local
1156 pcrLabel->operands[0] = dPC;
1170 * r4 <- dPC
1281 /* Get dPC of next insn */
3009 int dPC = (int) (cUnit->method->insns + mir->offset); local
3012 pcrLabel->operands[0] = dPC;
3026 * r4 <- dPC
/dalvik/vm/interp/
H A DJit.h108 const u2* dPC; /* Dalvik code address */ member in struct:JitEntry
114 void* dvmJitGetCodeAddr(const u2* dPC);
123 void dvmJitSetCodeAddr(const u2* dPC, void *nPC, JitInstructionSetType set);
H A DJit.c464 if (gDvmJit.pJitEntryTable[i].dPC != 0) {
551 static JitEntry *lookupAndAdd(const u2* dPC, bool callerLocked) argument
554 u4 idx = dvmJitHash(dPC);
558 (gDvmJit.pJitEntryTable[idx].dPC != dPC)) {
562 if (gDvmJit.pJitEntryTable[idx].dPC != dPC) {
567 * at previuosly (perhaps even the dPC we're trying to enter).
572 * At this point, if .dPC is NULL, then the slot we're
577 ANDROID_MEMBAR_FULL(); /* Make sure we reload [].dPC afte
987 dvmJitGetCodeAddr(const u2* dPC) argument
1027 dvmJitSetCodeAddr(const u2* dPC, void *nPC, JitInstructionSetType set) argument
[all...]

Completed in 12 milliseconds