HomeSort by relevance Sort by last modified time
    Searched refs:invokeType (Results 1 - 9 of 9) sorted by null

  /external/oj-libjdwp/src/share/back/
invoker.h 42 jbyte invokeType;
63 jvmtiError invoker_requestInvoke(jbyte invokeType, jbyte options, jint id,
invoker.c 225 if ((request->invokeType == INVOKE_CONSTRUCTOR) ||
272 jbyte invokeType, jbyte options, jint id,
291 request->invokeType = invokeType;
345 invoker_requestInvoke(jbyte invokeType, jbyte options, jint id,
357 error = fillInvokeRequest(env, request, invokeType, options, id,
673 jbyte invokeType;
691 invokeType = request->invokeType;
707 switch (invokeType) {
    [all...]
util.c 549 jbyte invokeType;
608 invokeType = INVOKE_CONSTRUCTOR;
610 invokeType = INVOKE_STATIC;
612 invokeType = INVOKE_STATIC;
614 invokeType = INVOKE_INSTANCE;
628 error = invoker_requestInvoke(invokeType, (jbyte)options, inStream_id(in),
    [all...]
  /art/tools/dexfuzz/src/dexfuzz/program/mutators/
NewMethodCaller.java 38 public enum InvokeType {
47 public InvokeType invokeType;
65 invokeType.ordinal(),
77 invokeType = InvokeType.values()[Integer.parseInt(elements[3])];
128 mutation.invokeType = AssociatedMutation.InvokeType.STATIC;
146 switch (mutation.invokeType) {
  /prebuilts/r8/
compatdx-master.jar 
compatproguard-master.jar 
d8-master.jar 
r8-master.jar 
  /prebuilts/sdk/tools/lib/
d8.jar 

Completed in 397 milliseconds