HomeSort by relevance Sort by last modified time
    Searched refs:dvmCheckSuspendPending (Results 1 - 19 of 19) sorted by null

  /dalvik/vm/mterp/portable/
stubdefs.c 85 dvmCheckSuspendPending(self); \
  /dalvik/vm/mterp/cstubs/
stubdefs.c 115 dvmCheckSuspendPending(self); \
  /dalvik/vm/
Thread.h 318 bool dvmCheckSuspendPending(Thread* self);
Thread.c 556 if (!dvmCheckSuspendPending(self)) {
    [all...]
  /dalvik/vm/mterp/x86-atom/
footer.S 60 call dvmCheckSuspendPending # call: (Thread* self)
106 call dvmCheckSuspendPending # call: (Thread* self)
384 call dvmCheckSuspendPending # call: (Thread* self)
  /dalvik/vm/compiler/
Compiler.c 607 dvmCheckSuspendPending(dvmThreadSelf());
  /dalvik/vm/mterp/x86/
footer.S 305 * bool dvmCheckSuspendPending(Thread* self)
315 call dvmCheckSuspendPending
  /dalvik/vm/mterp/out/
InterpC-armv4t.c 529 dvmCheckSuspendPending(self); \
    [all...]
InterpC-armv5te-vfp.c 529 dvmCheckSuspendPending(self); \
    [all...]
InterpC-armv5te.c 529 dvmCheckSuspendPending(self); \
    [all...]
InterpC-armv7-a-neon.c 529 dvmCheckSuspendPending(self); \
    [all...]
InterpC-armv7-a.c 529 dvmCheckSuspendPending(self); \
    [all...]
InterpC-x86-atom.c 529 dvmCheckSuspendPending(self); \
    [all...]
InterpC-x86.c 529 dvmCheckSuspendPending(self); \
    [all...]
InterpC-allstubs.c 529 dvmCheckSuspendPending(self); \
    [all...]
InterpC-portdbg.c 518 dvmCheckSuspendPending(self); \
    [all...]
InterpC-portstd.c 509 dvmCheckSuspendPending(self); \
    [all...]
InterpAsm-x86-atom.S     [all...]
InterpAsm-x86.S     [all...]

Completed in 314 milliseconds