| /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 | class_linker.h | 1107 enum class Type { enum
|
| /art/tools/ahat/src/main/com/android/ahat/heapdump/ |
| D | Type.java | 22 public enum Type { enum 87 Type(String name, int size) { in Type() method in Type
|
| /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.h | 71 #define DEX2OAT_OPTIONS_KEY(Type, Name, ...) static const Key<Type> (Name); argument
|
| D | dex2oat_options.cc | 45 #define DEX2OAT_OPTIONS_KEY(Type, Name, ...) \ argument
|
| /art/tools/dexfuzz/src/dexfuzz/rawdex/formats/ |
| D | ContainsPoolIndex.java | 29 Type, enumConstant
|
| /art/libdexfile/dex/ |
| D | primitive.h | 39 enum Type { enum
|
| /art/compiler/optimizing/ |
| D | data_type.h | 30 enum class Type : uint8_t { enum
|
| /art/libartbase/base/ |
| D | memory_type_table.h | 52 const T& Type() const { return type_; } in Type() function
|
| /art/compiler/linker/ |
| D | linker_patch.h | 45 enum class Type : uint8_t { enum
|
| /art/runtime/gc/space/ |
| D | region_space.h | 412 RegionType Type() const { in Type() function
|
| /art/runtime/verifier/ |
| D | reg_type_cache.cc | 347 using Type = typename decltype(type)::type; in CreatePrimitiveAndSmallConstantTypes() typedef
|
| /art/tools/jfuzz/ |
| D | jfuzz.cc | 139 enum Type { enum in __anon4838d0330111::JFuzz
|
| /art/runtime/interpreter/ |
| D | interpreter_common.cc | 1092 #define COLLECT_PRIMITIVE_ARRAY(Descriptor, Type) \ in PackCollectorArrayForBootstrapMethod() argument 1113 #define COLLECT_REFERENCE_ARRAY(T, Type) \ in PackCollectorArrayForBootstrapMethod() argument
|
| /art/compiler/utils/mips64/ |
| D | assembler_mips64.h | 1477 enum Type { enum
|
| /art/compiler/utils/mips/ |
| D | assembler_mips.h | 1459 enum Type { enum
|
| /art/dexlayout/ |
| D | dex_ir.h | 684 const TypeId* Type() const { return type_; } in Type() function 769 int8_t Type() const { return type_; } in Type() function
|
| /art/dex2oat/linker/ |
| D | oat_writer.cc | 143 enum Type { enum in art::linker::OatWriter::DexFileSource
|