Searched refs:INVOKE_CONSTRUCTOR (Results 1 - 4 of 4) sorted by relevance

/openjdk9/jdk/src/jdk.jdwp.agent/share/native/libjdwp/
H A Dinvoker.h31 #define INVOKE_CONSTRUCTOR 1 macro
51 jvalue returnValue; /* if no exception, for all but INVOKE_CONSTRUCTOR */
H A Dinvoker.c225 if ((request->invokeType == INVOKE_CONSTRUCTOR) ||
746 case INVOKE_CONSTRUCTOR:
816 if (request->invokeType == INVOKE_CONSTRUCTOR) {
H A Dutil.c589 invokeType = INVOKE_CONSTRUCTOR;
/openjdk9/langtools/test/tools/javac/classfiles/attributes/LineNumberTable/
H A DLineNumberTestBase.java167 INVOKE_CONSTRUCTOR("new Integer(2);"), enum constant in enum:LineNumberTestBase.Constructions

Completed in 104 milliseconds