Home
last modified time | relevance | path

Searched refs:INVOKE_CONSTRUCTOR (Results 1 – 3 of 3) sorted by relevance

/external/oj-libjdwp/src/share/back/
Dinvoker.h31 #define INVOKE_CONSTRUCTOR 1 macro
Dinvoker.c225 if ((request->invokeType == INVOKE_CONSTRUCTOR) || in deletePotentiallySavedGlobalRefs()
708 case INVOKE_CONSTRUCTOR: in invoker_doInvoke()
778 if (request->invokeType == INVOKE_CONSTRUCTOR) { in invoker_completeInvokeRequest()
Dutil.c610 invokeType = INVOKE_CONSTRUCTOR; in sharedInvoke()