Home
last modified time | relevance | path

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

12

/art/runtime/
Druntime_options.h43 #define DECLARE_KEY(Type, Name) static const Key<Type> Name argument
73 #define RUNTIME_OPTIONS_KEY(Type, Name, ...) static const Key<Type> (Name); argument
Druntime_options.cc35 #define RUNTIME_OPTIONS_KEY(Type, Name, ...) const RuntimeArgumentMap::Key<Type> RuntimeArgumentMap… argument
Dintrinsics_enum.h23 #define OPTIMIZING_INTRINSICS(Name, ...) \ argument
Druntime_intrinsics.cc95 #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/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
237 #define UNIMPLEMENTED_INTRINSIC(Arch, Name) \ argument
247 #define UNREACHABLE_INTRINSIC(Arch, Name) \ argument
Dintrinsics_x86.h39 #define OPTIMIZING_INTRINSICS(Name, IsStatic, NeedsEnvironmentOrCache, SideEffects, Exceptions, ...… argument
64 #define OPTIMIZING_INTRINSICS(Name, IsStatic, NeedsEnvironmentOrCache, SideEffects, Exceptions, ...… 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_arm64.h47 #define OPTIMIZING_INTRINSICS(Name, IsStatic, NeedsEnvironmentOrCache, SideEffects, Exceptions, ...… argument
72 #define OPTIMIZING_INTRINSICS(Name, IsStatic, NeedsEnvironmentOrCache, SideEffects, Exceptions, ...… argument
Dintrinsics.cc42 #define OPTIMIZING_INTRINSICS(Name, IsStatic, NeedsEnvironmentOrCache, SideEffects, Exceptions, ...… in operator <<() argument
Dnodes.cc3382 #define CHECK_INTRINSICS_ENUM_VALUES(Name, InvokeType, _, SideEffects, Exceptions, ...) \ argument
3396 #define OPTIMIZING_INTRINSICS(Name, InvokeType, NeedsEnv, SideEffects, Exceptions, ...) \ in INTRINSICS_LIST() argument
3412 #define OPTIMIZING_INTRINSICS(Name, InvokeType, NeedsEnv, SideEffects, Exceptions, ...) \ in GetSideEffectsIntrinsic() argument
3428 #define OPTIMIZING_INTRINSICS(Name, InvokeType, NeedsEnv, 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.h40 #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
46 #define DEX2OAT_OPTIONS_KEY(Type, Name, ...) \ argument
Ddex2oat_options.h71 #define DEX2OAT_OPTIONS_KEY(Type, Name, ...) static const Key<Type> (Name); argument
/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/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.h95 const std::string& Name() const { in Name() function
/art/runtime/base/
Dtiming_logger.h54 const char* Name() const { return name_; } in Name() function
/art/libartbase/base/metrics/
Dmetrics_test.cc337 TEST(CompilerFilterReportingTest, Name) { in TEST() argument
405 TEST(CompilerReason, Name) { in TEST() argument
/art/runtime/interpreter/mterp/
Dmterp.cc162 #define MTERP_INVOKE(Name) \ argument
777 #define MTERP_FIELD_ACCESSOR(Name, PrimType, AccessType) \ argument
/art/libdexfile/dex/
Ddex_instruction.h286 const char* Name() const { in Name() function
291 static const char* Name(Code opcode) { in Name() function
/art/runtime/interpreter/
Dinterpreter_common.h403 #define DECLARE_SIGNATURE_POLYMORPHIC_HANDLER(Name, ...) \ argument

12