Home
last modified time | relevance | path

Searched refs:kType (Results 1 – 6 of 6) sorted by relevance

/art/compiler/
Dcompiled_method.h176 kType, enumerator
213 LinkerPatch patch(literal_offset, Type::kType, target_dex_file); in TypePatch()
277 DCHECK(patch_type_ == Type::kType); in TargetTypeDexFile()
282 DCHECK(patch_type_ == Type::kType); in TargetTypeIndex()
Doat_writer.cc1084 case LinkerPatch::Type::kType: { in VisitMethod()
/art/runtime/
Dutils.cc763 template<ClassNameType kType, char kSeparator>
776 ClassNameType type = kType; in IsValidClassName()
Ddex_file.h1566 kType = 0x18, enumerator
Ddex_file.cc2428 case kType: in Next()
2469 case kType: { in ReadValueToField()
/art/dexdump/
Ddexdump.cc1128 case EncodedStaticFieldValueIterator::kType: in dumpSFieldValue()