Searched defs:InvokeType (Results 1 – 4 of 4) sorted by relevance
/art/libdexfile/dex/ |
D | invoke_type.h | 24 enum InvokeType : uint32_t { enum
|
/art/runtime/ |
D | runtime_intrinsics.cc | 70 #define SETUP_INTRINSICS(Name, InvokeType, _, __, ___, ClassName, MethodName, Signature) \ in InitializeIntrinsics() argument
|
/art/tools/dexfuzz/src/dexfuzz/program/mutators/ |
D | NewMethodCaller.java | 38 public enum InvokeType { enum in NewMethodCaller.AssociatedMutation
|
/art/compiler/optimizing/ |
D | nodes.cc | 3187 #define CHECK_INTRINSICS_ENUM_VALUES(Name, InvokeType, _, SideEffects, Exceptions, ...) \ argument 3201 #define OPTIMIZING_INTRINSICS(Name, InvokeType, NeedsEnvOrCache, SideEffects, Exceptions, ...) \ in INTRINSICS_LIST() argument 3217 #define OPTIMIZING_INTRINSICS(Name, InvokeType, NeedsEnvOrCache, SideEffects, Exceptions, ...) \ in GetSideEffectsIntrinsic() argument 3233 #define OPTIMIZING_INTRINSICS(Name, InvokeType, NeedsEnvOrCache, SideEffects, Exceptions, ...) \ in GetExceptionsIntrinsic() argument
|