Home
last modified time | relevance | path

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

/art/runtime/
Druntime_options.h45 #define DECLARE_KEY(Type, Name) static const Key<Type> Name argument
75 #define RUNTIME_OPTIONS_KEY(Type, Name, ...) static const Key<Type> (Name); argument
Druntime_options.cc33 #define RUNTIME_OPTIONS_KEY(Type, Name, ...) const RuntimeArgumentMap::Key<Type> RuntimeArgumentMap… argument
Dprimitive.h38 enum Type { enum
Dclass_linker.h1028 enum class Type { enum
/art/tools/dexfuzz/src/dexfuzz/rawdex/formats/
DContainsPoolIndex.java29 Type, enumConstant
/art/compiler/
Dcompiled_method.h121 enum class Type : uint8_t { enum
Doat_writer.cc109 enum Type { enum in art::OatWriter::DexFileSource
/art/runtime/gc/space/
Dregion_space.h284 RegionType Type() const { in Type() function
/art/tools/jfuzz/
Djfuzz.cc120 enum Type { enum in __anonaafa6ae90111::JFuzz
/art/compiler/utils/mips/
Dassembler_mips.h1256 enum Type { enum
/art/compiler/utils/mips64/
Dassembler_mips64.h1367 enum Type { enum
/art/dexlayout/
Ddex_ir.h562 const TypeId* Type() const { return type_; } in Type() function
643 int8_t Type() const { return type_; } in Type() function