Lines Matching refs:this

7  * published by the Free Software Foundation.  Oracle designates this
9 * by Oracle in the LICENSE file that accompanied this code.
15 * accompanied this code).
18 * 2 along with this work; if not, write to the Free Software Foundation,
118 ITEM_InitObject, /* "this" is init method, before call
305 unsigned protected:1; /* must accessor be a subclass of "this" */
315 #define FLAG_NEED_CONSTRUCTOR 0x02 /* must call this.<init> or super.<init> */
317 flag_type or_flags; /* true for at least one path to this inst */
318 #define FLAG_CONSTRUCTED 0x01 /* this.<init> or super.<init> called */
319 flag_type and_flags; /* true for all paths to this instruction */
704 * in a class. Note that this function apparently can't be JNICALL,
958 /* CCerror can give method-specific info once this is set */
1293 /* The optimizer make cause this to happen on local code */
1512 while loop is added to search up the superclass chain to make this
1740 /* A non static method. If this is an <init> method, the first
1820 /* Make sure the stack can deal with this instruction */
1842 * instructions that can follow this instruction. */
1906 but this never occurs
1936 /* Make sure the flags contain legitimate values for this instruction.
1950 CCerror(context, "Constructor must call super() or this()");
2352 /* We better be calling super() or this(). */
2424 * we want to create. I can't image how this could possibly happen
2760 /* Conveniently, this result type is stored here */
2842 * this stack value into theirs.
2926 successors = this_idata->operand2.ip; /* use this instead */
2934 successors = this_idata->operand.ip; /* use this instead */
2965 /* We need to be a little bit more careful with this
2996 * Merge this new set into the values that are already there.
3183 /* First time at this instruction. Just copy. */
3485 struct CCpool *this = context->CCroot;
3486 while (this) {
3487 struct CCpool *next = this->next;
3488 free(this);
3489 this = next;
3924 /* If this is for assignment of target := value, we just need to see if
4244 jio_fprintf(stdout, verbose ? ">/this/<" : "@");