Lines Matching refs:initThreadId
1547 * to finish. Set the "initThreadId" so we can identify recursive
1548 * invocation. (Note all accesses to initThreadId here are
1552 clazz->initThreadId = self->threadId;
1569 clazz->initThreadId = 0;
1602 clazz->initThreadId = 0;
1677 clazz->initThreadId == self->threadId)
1686 // clazz->descriptor, clazz->initThreadId);
4153 * The value for initThreadId is always set to "self->threadId", by the
4160 * The initThreadId field is used during class linking, so it *is*
4170 clazz->initThreadId == dvmThreadSelf()->threadId);
4338 if (clazz->initThreadId == self->threadId) {
4447 clazz->initThreadId = self->threadId;