Home
last modified time | relevance | path

Searched refs:kMethod (Results 1 – 5 of 5) sorted by relevance

/art/compiler/
Dcompiled_method.h173 kMethod, enumerator
189 LinkerPatch patch(literal_offset, Type::kMethod, target_dex_file); in MethodPatch()
270 DCHECK(patch_type_ == Type::kMethod || in TargetMethod()
Doat_writer.cc1074 case LinkerPatch::Type::kMethod: { in VisitMethod()
/art/dexdump/
Ddexdump.cc1127 case EncodedStaticFieldValueIterator::kMethod: in dumpSFieldValue()
/art/runtime/
Ddex_file.h1568 kMethod = 0x1a, enumerator
Ddex_file.cc2432 case kMethod: in Next()