Searched refs:THIS (Results 26 - 48 of 48) sorted by relevance

12

/openjdk9/hotspot/src/os_cpu/linux_x86/vm/
H A Dlinux_x86_64.s3 # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
H A Dlinux_x86_32.s3 # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
/openjdk9/hotspot/src/os_cpu/linux_arm/vm/
H A Dlinux_arm_64.s3 # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
H A Dlinux_arm_32.s3 # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
/openjdk9/jdk/src/jdk.rmic/share/classes/sun/tools/java/
H A DScanner.java3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
239 defineKeyword(THIS);
H A DParser.java3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
459 case THIS: {
573 case THIS:
674 if (token == THIS) {
/openjdk9/nashorn/src/jdk.scripting.nashorn/share/classes/jdk/nashorn/internal/codegen/
H A DSplitIntoFunctions.java3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
87 private static final String THIS_NAME = CompilerConstants.THIS.symbolName();
H A DCompilerConstants.java3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
98 THIS("this", Object.class), enum constant in enum:CompilerConstants
H A DCompiler.java3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
32 import static jdk.nashorn.internal.codegen.CompilerConstants.THIS;
340 THIS.symbolName(),
H A DAssignSymbols.java3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
36 import static jdk.nashorn.internal.codegen.CompilerConstants.THIS;
663 initCompileConstant(THIS, body, IS_PARAM | IS_THIS | HAS_OBJECT_VALUE);
H A DMethodEmitter.java3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
64 import static jdk.nashorn.internal.codegen.CompilerConstants.THIS;
982 pushType(loadType == Type.OBJECT && isThisSlot(slot) ? Type.THIS : loadType);
993 final int thisSlot = getCompilerConstantSymbol(THIS).getSlot(Type.OBJECT);
1150 if (name.equals(THIS.symbolName())) {
2685 } else if (t == Type.THIS) {
H A DCodeGenerator.java3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
39 import static jdk.nashorn.internal.codegen.CompilerConstants.THIS;
1555 method.loadCompilerConstant(THIS);
1996 initializeInternalFunctionParameter(THIS, function, functionStart, nextSlot++);
2885 defineSplitMethodParameter(1, THIS);
2938 method.loadCompilerConstant(THIS).swap();
H A DLocalVariableTypesCalculator.java3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
662 setCompilerConstantAsObject(functionNode, CompilerConstants.THIS);
/openjdk9/langtools/src/jdk.compiler/share/classes/com/sun/tools/javac/parser/
H A DTokens.java3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
161 THIS("this", Tag.NAMED), enum constant in enum:Tokens.TokenKind
H A DJavacParser.java3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
421 case THIS:
624 } else if (token.kind == THIS) {
1093 * | [TypeArguments] THIS [Arguments]
1102 * | "." ( CLASS | THIS | [TypeArguments] SUPER Arguments | NEW [TypeArguments] InnerCreator )
1113 * | "." THIS
1184 case THIS:
1318 case THIS:
1625 case LPAREN: case THIS: case SUPER:
/openjdk9/langtools/src/jdk.jshell/share/classes/jdk/jshell/
H A DCompletenessAnalyzer.java3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
278 THIS(TokenKind.THIS, XEXPR1|XTERM), // this -- shouldn't see enum constant in enum:CompletenessAnalyzer.TK
/openjdk9/hotspot/src/os_cpu/bsd_x86/vm/
H A Dbsd_x86_64.s3 # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
H A Dbsd_x86_32.s3 # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
/openjdk9/jdk/src/jdk.rmic/share/classes/sun/tools/tree/
H A DNewInstanceExpression.java3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
508 case THIS:
/openjdk9/nashorn/src/jdk.scripting.nashorn/share/classes/jdk/nashorn/internal/codegen/types/
H A DType.java3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
1026 public static final Type THIS = new ObjectType() { field in class:Type
/openjdk9/jaxp/src/java.xml/share/classes/com/sun/org/apache/xalan/internal/xsltc/compiler/util/
H A DMethodGenerator.java1335 oldMethCopyOutIL.append(InstructionConstants.THIS);
/openjdk9/jdk/make/data/jdwp/
H A Djdwp.spec3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
/openjdk9/nashorn/src/jdk.scripting.nashorn/share/classes/jdk/nashorn/internal/parser/
H A DParser.java3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
2740 case THIS:

Completed in 499 milliseconds

12