Home
last modified time | relevance | path

Searched defs:TypeId (Results 1 – 3 of 3) sorted by relevance

/art/compiler/optimizing/
Ddata_type-inl.h47 constexpr char DataType::TypeId(DataType::Type type) { in TypeId() function
/art/libdexfile/dex/
Ddex_file_structs.h60 struct TypeId { struct
64 DISALLOW_COPY_AND_ASSIGN(TypeId); argument
/art/dexlayout/
Ddex_ir.h64 class TypeId; variable
620 explicit TypeId(StringId* string_id) : string_id_(string_id) { size_ = kTypeIdItemSize; } in TypeId() function