Home | History | Annotate | Download | only in oo

Lines Matching refs:CLASS_INITIALIZED

353     newClass->status = CLASS_INITIALIZED;
1262 if (clazz != NULL && clazz->status < CLASS_INITIALIZED) {
1435 if (clazz != NULL && clazz->status < CLASS_INITIALIZED) {
2644 * are created CLASS_INITIALIZED, so won't get here.
4333 if (clazz->status == CLASS_INITIALIZED)
4384 assert(clazz->status == CLASS_INITIALIZED ||
4453 if (clazz->super != NULL && clazz->super->status != CLASS_INITIALIZED) {
4501 clazz->status = CLASS_INITIALIZED;