Home
last modified time | relevance | path

Searched defs:Type (Results 1 – 18 of 18) sorted by relevance

/art/runtime/
Druntime_options.h44 #define DECLARE_KEY(Type, Name) static const Key<Type> Name argument
74 #define RUNTIME_OPTIONS_KEY(Type, Name, ...) static const Key<Type> (Name); argument
Druntime_options.cc34 #define RUNTIME_OPTIONS_KEY(Type, Name, ...) const RuntimeArgumentMap::Key<Type> RuntimeArgumentMap… argument
Dclass_linker.h1190 enum class Type { enum
/art/tools/ahat/src/main/com/android/ahat/heapdump/
DType.java22 public enum Type { enum
87 Type(String name, int size) { in Type() method in Type
/art/compiler/driver/
Dcompiler_options_map-storage.h37 #define COMPILER_OPTIONS_KEY(Type, Name, ...) \ argument
Dcompiler_options_map.h39 #define COMPILER_OPTIONS_KEY(Type, Name, ...) static const Key<Type> (Name); argument
/art/dex2oat/
Ddex2oat_options.h71 #define DEX2OAT_OPTIONS_KEY(Type, Name, ...) static const Key<Type> (Name); argument
Ddex2oat_options.cc45 #define DEX2OAT_OPTIONS_KEY(Type, Name, ...) \ argument
/art/tools/dexfuzz/src/dexfuzz/rawdex/formats/
DContainsPoolIndex.java29 Type, enumConstant
/art/libdexfile/dex/
Dprimitive.h39 enum Type { enum
/art/compiler/optimizing/
Ddata_type.h30 enum class Type : uint8_t { enum
/art/compiler/linker/
Dlinker_patch.h45 enum class Type : uint8_t { enum
/art/runtime/interpreter/
Dinterpreter_common.cc771 #define COLLECT_PRIMITIVE_ARRAY(Descriptor, Type) \ in PackCollectorArrayForBootstrapMethod() argument
792 #define COLLECT_REFERENCE_ARRAY(T, Type) \ in PackCollectorArrayForBootstrapMethod() argument
/art/runtime/gc/space/
Dregion_space.h427 RegionType Type() const { in Type() function
/art/runtime/verifier/
Dreg_type_cache.cc359 using Type = typename decltype(type)::type; in CreatePrimitiveAndSmallConstantTypes() typedef
/art/tools/jfuzz/
Djfuzz.cc139 enum Type { enum in __anon58250dea0111::JFuzz
/art/dexlayout/
Ddex_ir.h684 const TypeId* Type() const { return type_; } in Type() function
769 int8_t Type() const { return type_; } in Type() function
/art/dex2oat/linker/
Doat_writer.cc144 enum Type { enum in art::linker::OatWriter::DexFileSource