HomeSort by relevance Sort by last modified time
    Searched defs:curMethod (Results 1 - 13 of 13) sorted by null

  /dalvik/vm/mterp/cstubs/
enddefs.c 6 #undef curMethod
stubdefs.c 33 #define curMethod glue->method
  /dalvik/vm/mterp/portable/
entry.c 18 DvmDex* methodClassDex; // curMethod->clazz->pDvmDex
22 const Method* curMethod; // method we're interpreting
76 curMethod = interpState->method;
81 methodClassDex = curMethod->clazz->pDvmDex;
85 curMethod->clazz->descriptor, curMethod->name, pc - curMethod->insns,
95 ILOGD("|-- Now interpreting %s.%s", curMethod->clazz->descriptor,
96 curMethod->name);
97 DUMP_REGS(curMethod, interpState->fp, false)
    [all...]
  /dalvik/vm/mterp/out/
InterpC-armv4t.c 109 * Assumes the existence of "const u2* pc" and "const u2* curMethod->insns".
118 if (pc + myoff < curMethod->insns || \
119 pc + myoff >= curMethod->insns + dvmGetMethodInsnsSize(curMethod)) \
122 desc = dexProtoCopyMethodDescriptor(&curMethod->prototype); \
124 myoff, (int) (pc - curMethod->insns), \
125 curMethod->clazz->descriptor, curMethod->name, desc); \
148 if (curMethod != NULL) \
150 self->threadId, (int)(pc - curMethod->insns), debugStrBuf);
    [all...]
InterpC-armv5te-vfp.c 109 * Assumes the existence of "const u2* pc" and "const u2* curMethod->insns".
118 if (pc + myoff < curMethod->insns || \
119 pc + myoff >= curMethod->insns + dvmGetMethodInsnsSize(curMethod)) \
122 desc = dexProtoCopyMethodDescriptor(&curMethod->prototype); \
124 myoff, (int) (pc - curMethod->insns), \
125 curMethod->clazz->descriptor, curMethod->name, desc); \
148 if (curMethod != NULL) \
150 self->threadId, (int)(pc - curMethod->insns), debugStrBuf);
    [all...]
InterpC-armv5te.c 109 * Assumes the existence of "const u2* pc" and "const u2* curMethod->insns".
118 if (pc + myoff < curMethod->insns || \
119 pc + myoff >= curMethod->insns + dvmGetMethodInsnsSize(curMethod)) \
122 desc = dexProtoCopyMethodDescriptor(&curMethod->prototype); \
124 myoff, (int) (pc - curMethod->insns), \
125 curMethod->clazz->descriptor, curMethod->name, desc); \
148 if (curMethod != NULL) \
150 self->threadId, (int)(pc - curMethod->insns), debugStrBuf);
    [all...]
InterpC-armv7-a-neon.c 109 * Assumes the existence of "const u2* pc" and "const u2* curMethod->insns".
118 if (pc + myoff < curMethod->insns || \
119 pc + myoff >= curMethod->insns + dvmGetMethodInsnsSize(curMethod)) \
122 desc = dexProtoCopyMethodDescriptor(&curMethod->prototype); \
124 myoff, (int) (pc - curMethod->insns), \
125 curMethod->clazz->descriptor, curMethod->name, desc); \
148 if (curMethod != NULL) \
150 self->threadId, (int)(pc - curMethod->insns), debugStrBuf);
    [all...]
InterpC-armv7-a.c 109 * Assumes the existence of "const u2* pc" and "const u2* curMethod->insns".
118 if (pc + myoff < curMethod->insns || \
119 pc + myoff >= curMethod->insns + dvmGetMethodInsnsSize(curMethod)) \
122 desc = dexProtoCopyMethodDescriptor(&curMethod->prototype); \
124 myoff, (int) (pc - curMethod->insns), \
125 curMethod->clazz->descriptor, curMethod->name, desc); \
148 if (curMethod != NULL) \
150 self->threadId, (int)(pc - curMethod->insns), debugStrBuf);
    [all...]
InterpC-allstubs.c 109 * Assumes the existence of "const u2* pc" and "const u2* curMethod->insns".
118 if (pc + myoff < curMethod->insns || \
119 pc + myoff >= curMethod->insns + dvmGetMethodInsnsSize(curMethod)) \
122 desc = dexProtoCopyMethodDescriptor(&curMethod->prototype); \
124 myoff, (int) (pc - curMethod->insns), \
125 curMethod->clazz->descriptor, curMethod->name, desc); \
148 if (curMethod != NULL) \
150 self->threadId, (int)(pc - curMethod->insns), debugStrBuf);
    [all...]
InterpC-portdbg.c 109 * Assumes the existence of "const u2* pc" and "const u2* curMethod->insns".
118 if (pc + myoff < curMethod->insns || \
119 pc + myoff >= curMethod->insns + dvmGetMethodInsnsSize(curMethod)) \
122 desc = dexProtoCopyMethodDescriptor(&curMethod->prototype); \
124 myoff, (int) (pc - curMethod->insns), \
125 curMethod->clazz->descriptor, curMethod->name, desc); \
148 if (curMethod != NULL) \
150 self->threadId, (int)(pc - curMethod->insns), debugStrBuf);
    [all...]
InterpC-portstd.c 109 * Assumes the existence of "const u2* pc" and "const u2* curMethod->insns".
118 if (pc + myoff < curMethod->insns || \
119 pc + myoff >= curMethod->insns + dvmGetMethodInsnsSize(curMethod)) \
122 desc = dexProtoCopyMethodDescriptor(&curMethod->prototype); \
124 myoff, (int) (pc - curMethod->insns), \
125 curMethod->clazz->descriptor, curMethod->name, desc); \
148 if (curMethod != NULL) \
150 self->threadId, (int)(pc - curMethod->insns), debugStrBuf);
    [all...]
InterpC-x86-atom.c 109 * Assumes the existence of "const u2* pc" and "const u2* curMethod->insns".
118 if (pc + myoff < curMethod->insns || \
119 pc + myoff >= curMethod->insns + dvmGetMethodInsnsSize(curMethod)) \
122 desc = dexProtoCopyMethodDescriptor(&curMethod->prototype); \
124 myoff, (int) (pc - curMethod->insns), \
125 curMethod->clazz->descriptor, curMethod->name, desc); \
148 if (curMethod != NULL) \
150 self->threadId, (int)(pc - curMethod->insns), debugStrBuf);
    [all...]
InterpC-x86.c 109 * Assumes the existence of "const u2* pc" and "const u2* curMethod->insns".
118 if (pc + myoff < curMethod->insns || \
119 pc + myoff >= curMethod->insns + dvmGetMethodInsnsSize(curMethod)) \
122 desc = dexProtoCopyMethodDescriptor(&curMethod->prototype); \
124 myoff, (int) (pc - curMethod->insns), \
125 curMethod->clazz->descriptor, curMethod->name, desc); \
148 if (curMethod != NULL) \
150 self->threadId, (int)(pc - curMethod->insns), debugStrBuf);
    [all...]

Completed in 1075 milliseconds