| /art/runtime/ |
| D | runtime_options.h | 43 #define DECLARE_KEY(Type, Name) static const Key<Type> Name argument 73 #define RUNTIME_OPTIONS_KEY(Type, Name, ...) static const Key<Type> (Name); argument
|
| 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
|
| /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/dex2oat/ |
| D | dex2oat_options.h | 71 #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
|
| D | load_store_elimination_test.cc | 336 enum class Type : uint8_t { kEquals, kNotEquals }; enum 390 using Type = PartialComparisonKind::Type; in CheckFinalInstruction() typedef
|
| /art/compiler/linker/ |
| D | linker_patch.h | 46 enum class Type : uint8_t { enum
|
| /art/runtime/interpreter/ |
| D | interpreter_common.cc | 751 #define COLLECT_PRIMITIVE_ARRAY(Descriptor, Type) \ in PackCollectorArrayForBootstrapMethod() argument 772 #define COLLECT_REFERENCE_ARRAY(T, Type) \ in PackCollectorArrayForBootstrapMethod() argument
|
| /art/runtime/verifier/ |
| D | reg_type_cache.cc | 359 using Type = typename decltype(type)::type; in CreatePrimitiveAndSmallConstantTypes() typedef
|
| /art/runtime/gc/space/ |
| D | region_space.h | 427 RegionType Type() const { in Type() function
|
| /art/tools/jfuzz/ |
| D | jfuzz.cc | 139 enum Type { enum in __anone7377f6f0111::JFuzz
|
| /art/dexlayout/ |
| D | dex_ir.h | 692 const TypeId* Type() const { return type_; } in Type() function 777 int8_t Type() const { return type_; } in Type() function
|