/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 | class_linker.cc | 6297 enum class Type { enum in art::ClassLinker::MethodTranslation
|
/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 | 40 #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 | 30 enum class Type : uint8_t { enum
|
D | load_store_elimination_test.cc | 301 enum class Type : uint8_t { kEquals, kNotEquals }; enum 355 using Type = PartialComparisonKind::Type; in CheckFinalInstruction() typedef
|
/art/compiler/linker/ |
D | linker_patch.h | 45 enum class Type : uint8_t { enum
|
/art/runtime/interpreter/ |
D | interpreter_common.cc | 767 #define COLLECT_PRIMITIVE_ARRAY(Descriptor, Type) \ in PackCollectorArrayForBootstrapMethod() argument 788 #define COLLECT_REFERENCE_ARRAY(T, Type) \ in PackCollectorArrayForBootstrapMethod() argument
|
/art/runtime/gc/space/ |
D | region_space.h | 427 RegionType Type() const { in Type() function
|
/art/runtime/verifier/ |
D | reg_type_cache.cc | 359 using Type = typename decltype(type)::type; in CreatePrimitiveAndSmallConstantTypes() typedef
|
/art/tools/jfuzz/ |
D | jfuzz.cc | 139 enum Type { enum in __anon17b827d10111::JFuzz
|
/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
|