/art/compiler/optimizing/ |
D | intrinsics.h | 49 #define OPTIMIZING_INTRINSICS_WITH_SPECIALIZED_HIR(Name, ...) \ in Dispatch() argument 60 #define OPTIMIZING_INTRINSICS(Name, ...) \ in Dispatch() argument 73 #define DECLARE_VISIT_INTRINSIC(Name, ...) \ argument 170 #define OPTIMIZING_INTRINSICS_WITH_SPECIALIZED_HIR(Name, ...) \ in IsIntrinsicWithSpecializedHir() argument 295 #define UNIMPLEMENTED_INTRINSIC(Arch, Name) \ argument 303 #define UNREACHABLE_INTRINSIC(Arch, Name) \ argument
|
D | intrinsics_riscv64.h | 43 #define OPTIMIZING_INTRINSICS(Name, ...) \ argument 66 #define OPTIMIZING_INTRINSICS(Name, ...) \ argument
|
D | intrinsics_arm_vixl.h | 38 #define OPTIMIZING_INTRINSICS(Name, IsStatic, NeedsEnvironmentOrCache, SideEffects, Exceptions, ...… argument 63 #define OPTIMIZING_INTRINSICS(Name, IsStatic, NeedsEnvironmentOrCache, SideEffects, Exceptions, ...… argument
|
D | intrinsics_x86_64.h | 41 #define OPTIMIZING_INTRINSICS(Name, IsStatic, NeedsEnvironmentOrCache, SideEffects, Exceptions, ...… argument 64 #define OPTIMIZING_INTRINSICS(Name, IsStatic, NeedsEnvironmentOrCache, SideEffects, Exceptions, ...… argument
|
D | intrinsics_x86.h | 41 #define OPTIMIZING_INTRINSICS(Name, IsStatic, NeedsEnvironmentOrCache, SideEffects, Exceptions, ...… argument 64 #define OPTIMIZING_INTRINSICS(Name, IsStatic, NeedsEnvironmentOrCache, SideEffects, Exceptions, ...… argument
|
D | intrinsics_arm64.h | 49 #define OPTIMIZING_INTRINSICS(Name, IsStatic, NeedsEnvironmentOrCache, SideEffects, Exceptions, ...… argument 72 #define OPTIMIZING_INTRINSICS(Name, IsStatic, NeedsEnvironmentOrCache, SideEffects, Exceptions, ...… argument
|
D | intrinsics.cc | 44 #define OPTIMIZING_INTRINSICS(Name, IsStatic, NeedsEnvironmentOrCache, SideEffects, Exceptions, ...… in operator <<() argument
|
/art/runtime/interpreter/ |
D | unstarted_runtime_test.h | 52 #define UNSTARTED_DIRECT(Name, DescriptorIgnored, NameIgnored, SignatureIgnored) \ argument 64 #define UNSTARTED_JNI(Name, DescriptorIgnored, NameIgnored, SignatureIgnored) \ in UNSTARTED_RUNTIME_DIRECT_LIST() argument
|
D | interpreter_common.h | 203 #define DECLARE_SIGNATURE_POLYMORPHIC_HANDLER(Name, ...) \ argument
|
/art/runtime/ |
D | runtime_options.cc | 35 #define RUNTIME_OPTIONS_KEY(Type, Name, ...) const RuntimeArgumentMap::Key<Type> RuntimeArgumentMap… argument
|
D | intrinsics_enum.h | 26 #define OPTIMIZING_INTRINSICS(Name, ...) \ argument
|
D | runtime_options.h | 72 #define RUNTIME_OPTIONS_KEY(Type, Name, ...) static const Key<Type> (Name); argument
|
D | runtime_intrinsics.cc | 95 #define IS_INTRINSIC_INITIALIZED(Name, InvokeType, _, __, ___, ClassName, MethodName, Signature) \ in AreAllIntrinsicsInitialized() argument 113 #define INITIALIZE_INTRINSIC(Name, InvokeType, _, __, ___, ClassName, MethodName, Signature) \ in InitializeIntrinsics() argument
|
/art/compiler/driver/ |
D | compiler_options_map-storage.h | 37 #define COMPILER_OPTIONS_KEY(Type, Name, ...) \ argument
|
D | compiler_options_map.h | 41 #define COMPILER_OPTIONS_KEY(Type, Name, ...) static const Key<Type> (Name); argument
|
/art/libartpalette/include/palette/ |
D | palette.h | 28 #define PALETTE_METHOD_DECLARATION(Name, ...) \ argument
|
/art/dex2oat/ |
D | dex2oat_options.cc | 36 static const char* Name() { return "InstructionSet"; } in Name() function 46 #define DEX2OAT_OPTIONS_KEY(Type, Name, ...) \ argument
|
D | dex2oat_options.h | 70 #define DEX2OAT_OPTIONS_KEY(Type, Name, ...) static const Key<Type> (Name); argument
|
/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/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 | 95 const std::string& Name() const { in Name() function
|
/art/runtime/base/ |
D | timing_logger.h | 54 const char* Name() const { return name_; } in Name() function
|
/art/libartbase/base/metrics/ |
D | metrics_test.cc | 680 TEST(CompilerFilterReportingTest, Name) { in TEST() argument 727 TEST(CompilerReason, Name) { in TEST() argument
|
/art/libdexfile/dex/ |
D | dex_instruction.h | 286 const char* Name() const { in Name() function 291 static const char* Name(Code opcode) { in Name() function
|