HomeSort by relevance Sort by last modified time
    Searched defs:InvokeType (Results 1 - 2 of 2) sorted by null

  /art/runtime/
invoke_type.h 24 enum InvokeType {
33 std::ostream& operator<<(std::ostream& os, const InvokeType& rhs);
  /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) {

Completed in 101 milliseconds