Searched defs:FLAG_CONSTRUCTED (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/native/common/
H A Dcheck_code.c318 #define FLAG_CONSTRUCTED 0x01 /* this.<init> or super.<init> called */ macro
1949 !(this_idata->and_flags & FLAG_CONSTRUCTED))
2617 and_flags |= FLAG_CONSTRUCTED;

Completed in 47 milliseconds