Searched defs:Type (Results 1 – 17 of 17) sorted by relevance
| /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 | 41 #define COMPILER_OPTIONS_KEY(Type, Name, ...) static const Key<Type> (Name); argument
|
| /art/runtime/ |
| D | runtime_options.cc | 35 #define RUNTIME_OPTIONS_KEY(Type, Name, ...) const RuntimeArgumentMap::Key<Type> RuntimeArgumentMap… argument
|
| D | art_method-alloc-inl.h | 32 using Type = typename ShortyTraits<Shorty>::Type; member
|
| D | runtime_options.h | 72 #define RUNTIME_OPTIONS_KEY(Type, Name, ...) static const Key<Type> (Name); argument
|
| /art/libartservice/service/java/com/android/server/art/model/ |
| D | DexMetadata.java | 48 public @interface Type {} annotation in DexMetadata
|
| /art/dex2oat/ |
| D | dex2oat_options.h | 70 #define DEX2OAT_OPTIONS_KEY(Type, Name, ...) static const Key<Type> (Name); argument
|
| D | dex2oat_options.cc | 46 #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 | 31 enum class Type : uint8_t { enum
|
| /art/compiler/linker/ |
| D | linker_patch.h | 49 enum class Type : uint8_t { enum
|
| /art/runtime/interpreter/ |
| D | interpreter_common.cc | 724 #define COLLECT_PRIMITIVE_ARRAY(Descriptor, Type) \ in PackCollectorArrayForBootstrapMethod() argument 745 #define COLLECT_REFERENCE_ARRAY(T, Type) \ in PackCollectorArrayForBootstrapMethod() argument
|
| /art/runtime/gc/space/ |
| D | region_space.h | 430 RegionType Type() const { in Type() function
|
| /art/tools/jfuzz/ |
| D | jfuzz.cc | 139 enum Type { enum in __anon797f05a00111::JFuzz
|
| /art/compiler/utils/riscv64/ |
| D | assembler_riscv64.h | 1955 enum Type : uint8_t { enum
|