Searched refs:threadId (Results 26 - 45 of 45) sorted by relevance

12

/dalvik/vm/alloc/
H A DAlloc.cpp263 self->threadId, obj);
288 self->threadId, obj);
H A DCardTable.cpp288 static void dumpReferencesRootVisitor(void *ptr, u4 threadId, argument
/dalvik/vm/hprof/
H A DHprof.cpp177 static void hprofRootVisitor(void *addr, u4 threadId, RootType type, void *arg) argument
208 ctx->gcThreadSerialNumber = threadId;
/dalvik/vm/mterp/c/
H A Dheader.cpp133 self->threadId, (int)(pc - curMethod->insns), debugStrBuf); \
136 self->threadId, debugStrBuf); \
/dalvik/vm/interp/
H A DStack.cpp363 self->threadId, self->status,
378 LOGVV("thread=%d native code calling %s.%s %s", self->threadId,
1011 self->threadId);
1018 self->threadId,
1169 StringAppendF(&msg, " held by tid=%d (%s)", thread->threadId, threadName.c_str());
1331 thread, (thread != NULL) ? thread->threadId : 0);
H A DInterp.cpp556 thread->threadId);
1556 subMode,thread->interpBreak.ctl.subMode,thread->threadId);
1560 breakFlags,thread->interpBreak.ctl.breakFlags,thread->threadId);
1566 thread->threadId);
1573 thread->threadId);
1578 thread->threadId);
1609 ALOGE("ArmSafePointCallback failed, thread %d", thread->threadId);
H A DJit.cpp78 // self->threadId, (int)pc, (int)fp);
82 self->threadId, shadowSpace->selfVerificationState);
142 // self->threadId, (int)shadowSpace->startPC, (int)shadowSpace->fp,
147 self->threadId, shadowSpace->selfVerificationState);
273 // self->threadId, (int)pc, (int)shadowSpace->endPC, state,
278 self->threadId, state);
311 ALOGD("~~~ DbgIntp(%d): REGISTERS DIVERGENCE!", self->threadId);
345 self->threadId);
377 ALOGD("~~~ DbgIntp(%d): MEMORY DIVERGENCE!", self->threadId);
412 ALOGD("~~~ DbgIntp(%d): CONTROL DIVERGENCE!", self->threadId);
[all...]
/dalvik/vm/
H A DProfile.cpp291 fprintf(fp, "%d\t%s\n", thread->threadId, threadName.c_str());
753 // self->threadId, self->cpuClockBase);
778 *ptr++ = (u1) self->threadId;
779 *ptr++ = (u1) (self->threadId >> 8);
H A DCheckJni.cpp839 if (dvmThreadSelf()->threadId != threadEnv->envThreadId) {
/dalvik/vm/compiler/codegen/arm/Thumb2/
H A DGen.cpp219 * r3 -> self->threadId
250 loadWordDisp(cUnit, r6SELF, offsetof(Thread, threadId), r3); // Get threadId
254 // Is lock unheld on lock or held by us (==threadId) on unlock?
306 loadWordDisp(cUnit, r6SELF, offsetof(Thread, threadId), r3); // Get threadId
307 // Is lock unheld on lock or held by us (==threadId) on unlock?
/dalvik/vm/mterp/common/
H A Dasm-constants.h164 MTERP_OFFSET(offThread_threadId, Thread, threadId, 36)
/dalvik/vm/mterp/out/
H A DInterpC-armv5te-vfp.cpp140 self->threadId, (int)(pc - curMethod->insns), debugStrBuf); \
143 self->threadId, debugStrBuf); \
H A DInterpC-armv5te.cpp140 self->threadId, (int)(pc - curMethod->insns), debugStrBuf); \
143 self->threadId, debugStrBuf); \
H A DInterpC-armv7-a-neon.cpp140 self->threadId, (int)(pc - curMethod->insns), debugStrBuf); \
143 self->threadId, debugStrBuf); \
H A DInterpC-armv7-a.cpp140 self->threadId, (int)(pc - curMethod->insns), debugStrBuf); \
143 self->threadId, debugStrBuf); \
H A DInterpC-mips.cpp140 self->threadId, (int)(pc - curMethod->insns), debugStrBuf); \
143 self->threadId, debugStrBuf); \
H A DInterpC-x86.cpp140 self->threadId, (int)(pc - curMethod->insns), debugStrBuf); \
143 self->threadId, debugStrBuf); \
H A DInterpC-allstubs.cpp140 self->threadId, (int)(pc - curMethod->insns), debugStrBuf); \
143 self->threadId, debugStrBuf); \
3051 LOGVV("mterp threadid=%d returning", dvmThreadSelf()->threadId);
H A DInterpC-portable.cpp140 self->threadId, (int)(pc - curMethod->insns), debugStrBuf); \
143 self->threadId, debugStrBuf); \
1149 self->threadId, curMethod->clazz->descriptor, curMethod->name,
/dalvik/vm/oo/
H A DClass.cpp1133 dvmThreadSelf()->threadId, descriptor, loader);
1552 clazz->initThreadId = self->threadId;
1677 clazz->initThreadId == self->threadId)
4148 * The value for initThreadId is always set to "self->threadId", by the
4165 clazz->initThreadId == dvmThreadSelf()->threadId);
4333 if (clazz->initThreadId == self->threadId) {
4442 clazz->initThreadId = self->threadId;

Completed in 356 milliseconds

12