Home
last modified time | relevance | path

Searched defs:Name (Results 1 – 25 of 30) sorted by relevance

12

/art/libartpalette/apex/
Dpalette.cc40 #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/
Druntime_options.h45 #define DECLARE_KEY(Type, Name) static const Key<Type> Name argument
75 #define RUNTIME_OPTIONS_KEY(Type, Name, ...) static const Key<Type> (Name); argument
Druntime_options.cc34 #define RUNTIME_OPTIONS_KEY(Type, Name, ...) const RuntimeArgumentMap::Key<Type> RuntimeArgumentMap… argument
Dintrinsics_enum.h23 #define OPTIMIZING_INTRINSICS(Name, ...) \ argument
Druntime_intrinsics.cc70 #define SETUP_INTRINSICS(Name, InvokeType, _, __, ___, ClassName, MethodName, Signature) \ in InitializeIntrinsics() argument
/art/compiler/optimizing/
Dintrinsics_arm_vixl.h36 #define OPTIMIZING_INTRINSICS(Name, IsStatic, NeedsEnvironmentOrCache, SideEffects, Exceptions, ...… argument
63 #define OPTIMIZING_INTRINSICS(Name, IsStatic, NeedsEnvironmentOrCache, SideEffects, Exceptions, ...… argument
Dintrinsics.h46 #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
Dintrinsics_x86_64.h39 #define OPTIMIZING_INTRINSICS(Name, IsStatic, NeedsEnvironmentOrCache, SideEffects, Exceptions, ...… argument
64 #define OPTIMIZING_INTRINSICS(Name, IsStatic, NeedsEnvironmentOrCache, SideEffects, Exceptions, ...… argument
Dintrinsics_mips.h39 #define OPTIMIZING_INTRINSICS(Name, IsStatic, NeedsEnvironmentOrCache, SideEffects, Exceptions, ...… argument
64 #define OPTIMIZING_INTRINSICS(Name, IsStatic, NeedsEnvironmentOrCache, SideEffects, Exceptions, ...… argument
Dintrinsics_x86.h39 #define OPTIMIZING_INTRINSICS(Name, IsStatic, NeedsEnvironmentOrCache, SideEffects, Exceptions, ...… argument
64 #define OPTIMIZING_INTRINSICS(Name, IsStatic, NeedsEnvironmentOrCache, SideEffects, Exceptions, ...… argument
Dintrinsics_mips64.h39 #define OPTIMIZING_INTRINSICS(Name, IsStatic, NeedsEnvironmentOrCache, SideEffects, Exceptions, ...… argument
64 #define OPTIMIZING_INTRINSICS(Name, IsStatic, NeedsEnvironmentOrCache, SideEffects, Exceptions, ...… argument
Dintrinsics_arm64.h47 #define OPTIMIZING_INTRINSICS(Name, IsStatic, NeedsEnvironmentOrCache, SideEffects, Exceptions, ...… argument
72 #define OPTIMIZING_INTRINSICS(Name, IsStatic, NeedsEnvironmentOrCache, SideEffects, Exceptions, ...… argument
Dintrinsics.cc41 #define OPTIMIZING_INTRINSICS(Name, IsStatic, NeedsEnvironmentOrCache, SideEffects, Exceptions, ...… in operator <<() argument
Dnodes.cc3187 #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/
Dpalette.h28 #define PALETTE_METHOD_DECLARATION(Name, ...) \ argument
/art/compiler/driver/
Dcompiler_options_map-storage.h37 #define COMPILER_OPTIONS_KEY(Type, Name, ...) \ argument
Dcompiler_options_map.h39 #define COMPILER_OPTIONS_KEY(Type, Name, ...) static const Key<Type> (Name); argument
/art/dex2oat/
Ddex2oat_options.cc36 static const char* Name() { return "InstructionSet"; } in Name() function
45 #define DEX2OAT_OPTIONS_KEY(Type, Name, ...) \ argument
Ddex2oat_options.h71 #define DEX2OAT_OPTIONS_KEY(Type, Name, ...) static const Key<Type> (Name); argument
/art/cmdline/
Dcmdline_type_parser.h56 static const char* Name() { assert(false); return "UnspecializedType"; } in Name() function
Dmemory_representation.h49 static const char* Name() { in Name() function
/art/libartbase/base/
Dhistogram.h92 const std::string& Name() const { in Name() function
/art/libdexfile/dex/
Ddex_instruction.h282 const char* Name() const { in Name() function
287 static const char* Name(Code opcode) { in Name() function
/art/runtime/interpreter/
Dinterpreter_common.h324 #define DECLARE_SIGNATURE_POLYMORPHIC_HANDLER(Name, ...) \ argument
Dunstarted_runtime_test.cc67 #define UNSTARTED_DIRECT(Name, SigIgnored) \ argument
82 #define UNSTARTED_JNI(Name, SigIgnored) \ argument

12