Home
last modified time | relevance | path

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

/art/runtime/
Druntime_options.h43 #define DECLARE_KEY(Type, Name) static const Key<Type> Name argument
73 #define RUNTIME_OPTIONS_KEY(Type, Name, ...) static const Key<Type> (Name); argument
Druntime_options.cc35 #define RUNTIME_OPTIONS_KEY(Type, Name, ...) const RuntimeArgumentMap::Key<Type> RuntimeArgumentMap… argument
Dart_method-alloc-inl.h32 using Type = typename ShortyTraits<Shorty>::Type; member
/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.h41 #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.cc46 #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.h31 enum class Type : uint8_t { enum
Dload_store_elimination_test.cc336 enum class Type : uint8_t { kEquals, kNotEquals }; enum
390 using Type = PartialComparisonKind::Type; in CheckFinalInstruction() typedef
/art/compiler/linker/
Dlinker_patch.h46 enum class Type : uint8_t { enum
/art/runtime/interpreter/
Dinterpreter_common.cc751 #define COLLECT_PRIMITIVE_ARRAY(Descriptor, Type) \ in PackCollectorArrayForBootstrapMethod() argument
772 #define COLLECT_REFERENCE_ARRAY(T, Type) \ in PackCollectorArrayForBootstrapMethod() argument
/art/runtime/verifier/
Dreg_type_cache.cc359 using Type = typename decltype(type)::type; in CreatePrimitiveAndSmallConstantTypes() typedef
/art/runtime/gc/space/
Dregion_space.h427 RegionType Type() const { in Type() function
/art/tools/jfuzz/
Djfuzz.cc139 enum Type { enum in __anone7377f6f0111::JFuzz
/art/dexlayout/
Ddex_ir.h692 const TypeId* Type() const { return type_; } in Type() function
777 int8_t Type() const { return type_; } in Type() function