Home | History | Annotate | Download | only in out

Lines Matching full:self

103 # define EXPORT_EXTRA_PC() (self->currentPc2 = pc)
152 self->threadId, (int)(pc - curMethod->insns), debugStrBuf); \
155 self->threadId, debugStrBuf); \
456 #define self glue->self
534 if (dvmCheckSuspendQuick(self)) { \
536 dvmCheckSuspendPending(self); \
542 self->threadId, (_entryPoint), (_pcadj)); \
1203 #undef self
1236 printf(" + self is %p\n", dvmThreadSelf());