Searched defs:Type (Results 1 – 19 of 19) sorted by relevance
| /art/tools/ahat/src/main/com/android/ahat/heapdump/ |
| D | Type.java | 22 public enum Type { enum 78 Type(String name, int size) { in Type() method in Type
|
| /art/runtime/ |
| D | runtime_options.h | 44 #define DECLARE_KEY(Type, Name) static const Key<Type> Name argument 74 #define RUNTIME_OPTIONS_KEY(Type, Name, ...) static const Key<Type> (Name); argument
|
| D | runtime_options.cc | 33 #define RUNTIME_OPTIONS_KEY(Type, Name, ...) const RuntimeArgumentMap::Key<Type> RuntimeArgumentMap… argument
|
| D | class_linker.h | 1084 enum class Type { enum
|
| /art/compiler/driver/ |
| D | compiler_options_map-storage.h | 37 #define COMPILER_OPTIONS_KEY(Type, Name, ...) \ argument
|
| D | compiler_options_map.h | 37 #define COMPILER_OPTIONS_KEY(Type, Name, ...) static const Key<Type> (Name); argument
|
| /art/dex2oat/ |
| D | dex2oat_options.h | 70 #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/compiler/linker/ |
| D | linker_patch.h | 43 enum class Type : uint8_t { enum
|
| /art/runtime/gc/space/ |
| D | region_space.h | 321 RegionType Type() const { in Type() function
|
| /art/runtime/verifier/ |
| D | reg_type_cache.cc | 344 using Type = typename decltype(type)::type; in CreatePrimitiveAndSmallConstantTypes() typedef
|
| /art/tools/jfuzz/ |
| D | jfuzz.cc | 139 enum Type { enum in __anon56d9b8a70111::JFuzz
|
| /art/compiler/utils/mips64/ |
| D | assembler_mips64.h | 1472 enum Type { enum
|
| /art/compiler/utils/mips/ |
| D | assembler_mips.h | 1454 enum Type { enum
|
| /art/dexlayout/ |
| D | dex_ir.h | 706 const TypeId* Type() const { return type_; } in Type() function 787 int8_t Type() const { return type_; } in Type() function
|
| /art/dex2oat/linker/ |
| D | oat_writer.cc | 133 enum Type { enum in art::linker::OatWriter::DexFileSource
|