/art/libartpalette/apex/ |
D | palette.cc | 40 #define PALETTE_METHOD_TYPE_ALIAS(Name, ...) \ argument 55 #define PALETTE_LOADER_METHOD_ACCESSOR(Name, ...) \ argument 70 #define PALETTE_LOADER_METHOD_FIELD(Name, ...) \ argument 102 #define PALETTE_LOADER_BIND_METHOD(Name, ...) \ in PaletteLoader() argument
|
/art/runtime/ |
D | runtime_options.h | 45 #define DECLARE_KEY(Type, Name) static const Key<Type> Name argument 75 #define RUNTIME_OPTIONS_KEY(Type, Name, ...) static const Key<Type> (Name); argument
|
D | runtime_options.cc | 34 #define RUNTIME_OPTIONS_KEY(Type, Name, ...) const RuntimeArgumentMap::Key<Type> RuntimeArgumentMap… argument
|
D | intrinsics_enum.h | 23 #define OPTIMIZING_INTRINSICS(Name, ...) \ argument
|
D | runtime_intrinsics.cc | 70 #define SETUP_INTRINSICS(Name, InvokeType, _, __, ___, ClassName, MethodName, Signature) \ in InitializeIntrinsics() argument
|
/art/compiler/optimizing/ |
D | intrinsics_arm_vixl.h | 36 #define OPTIMIZING_INTRINSICS(Name, IsStatic, NeedsEnvironmentOrCache, SideEffects, Exceptions, ...… argument 63 #define OPTIMIZING_INTRINSICS(Name, IsStatic, NeedsEnvironmentOrCache, SideEffects, Exceptions, ...… argument
|
D | intrinsics.h | 46 #define OPTIMIZING_INTRINSICS(Name, ...) \ in Dispatch() argument 61 #define OPTIMIZING_INTRINSICS(Name, ...) \ argument 236 #define UNIMPLEMENTED_INTRINSIC(Arch, Name) \ argument 246 #define UNREACHABLE_INTRINSIC(Arch, Name) \ argument
|
D | intrinsics_x86_64.h | 39 #define OPTIMIZING_INTRINSICS(Name, IsStatic, NeedsEnvironmentOrCache, SideEffects, Exceptions, ...… argument 64 #define OPTIMIZING_INTRINSICS(Name, IsStatic, NeedsEnvironmentOrCache, SideEffects, Exceptions, ...… argument
|
D | intrinsics_mips.h | 39 #define OPTIMIZING_INTRINSICS(Name, IsStatic, NeedsEnvironmentOrCache, SideEffects, Exceptions, ...… argument 64 #define OPTIMIZING_INTRINSICS(Name, IsStatic, NeedsEnvironmentOrCache, SideEffects, Exceptions, ...… argument
|
D | intrinsics_x86.h | 39 #define OPTIMIZING_INTRINSICS(Name, IsStatic, NeedsEnvironmentOrCache, SideEffects, Exceptions, ...… argument 64 #define OPTIMIZING_INTRINSICS(Name, IsStatic, NeedsEnvironmentOrCache, SideEffects, Exceptions, ...… argument
|
D | intrinsics_mips64.h | 39 #define OPTIMIZING_INTRINSICS(Name, IsStatic, NeedsEnvironmentOrCache, SideEffects, Exceptions, ...… argument 64 #define OPTIMIZING_INTRINSICS(Name, IsStatic, NeedsEnvironmentOrCache, SideEffects, Exceptions, ...… argument
|
D | intrinsics_arm64.h | 47 #define OPTIMIZING_INTRINSICS(Name, IsStatic, NeedsEnvironmentOrCache, SideEffects, Exceptions, ...… argument 72 #define OPTIMIZING_INTRINSICS(Name, IsStatic, NeedsEnvironmentOrCache, SideEffects, Exceptions, ...… argument
|
D | intrinsics.cc | 41 #define OPTIMIZING_INTRINSICS(Name, IsStatic, NeedsEnvironmentOrCache, SideEffects, Exceptions, ...… in operator <<() argument
|
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
|
/art/libartpalette/include/palette/ |
D | palette.h | 28 #define PALETTE_METHOD_DECLARATION(Name, ...) \ argument
|
/art/compiler/driver/ |
D | compiler_options_map-storage.h | 37 #define COMPILER_OPTIONS_KEY(Type, Name, ...) \ argument
|
D | compiler_options_map.h | 39 #define COMPILER_OPTIONS_KEY(Type, Name, ...) static const Key<Type> (Name); argument
|
/art/dex2oat/ |
D | dex2oat_options.cc | 36 static const char* Name() { return "InstructionSet"; } in Name() function 45 #define DEX2OAT_OPTIONS_KEY(Type, Name, ...) \ argument
|
D | dex2oat_options.h | 71 #define DEX2OAT_OPTIONS_KEY(Type, Name, ...) static const Key<Type> (Name); argument
|
/art/cmdline/ |
D | cmdline_type_parser.h | 56 static const char* Name() { assert(false); return "UnspecializedType"; } in Name() function
|
D | memory_representation.h | 49 static const char* Name() { in Name() function
|
/art/libartbase/base/ |
D | histogram.h | 92 const std::string& Name() const { in Name() function
|
/art/libdexfile/dex/ |
D | dex_instruction.h | 282 const char* Name() const { in Name() function 287 static const char* Name(Code opcode) { in Name() function
|
/art/runtime/interpreter/ |
D | interpreter_common.h | 324 #define DECLARE_SIGNATURE_POLYMORPHIC_HANDLER(Name, ...) \ argument
|
D | unstarted_runtime_test.cc | 67 #define UNSTARTED_DIRECT(Name, SigIgnored) \ argument 82 #define UNSTARTED_JNI(Name, SigIgnored) \ argument
|