Home
last modified time | relevance | path

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

/art/runtime/
Ddex_file.h274 kInvokeConstructor = 0x0006, // an invoker for a given constructor. enumerator
Dclass_linker.cc8301 case DexFile::MethodHandleType::kInvokeConstructor: in ResolveMethodHandleForField()
8356 case DexFile::MethodHandleType::kInvokeConstructor: in ResolveMethodHandleForField()
8419 case DexFile::MethodHandleType::kInvokeConstructor: { in ResolveMethodHandleForMethod()
8546 if (UNLIKELY(handle_type == DexFile::MethodHandleType::kInvokeConstructor)) { in ResolveMethodHandleForMethod()
8571 case DexFile::MethodHandleType::kInvokeConstructor: in ResolveMethodHandle()
Ddex_file_verifier.cc2486 case DexFile::MethodHandleType::kInvokeConstructor: in CheckInterMethodHandleItem()
/art/dexlayout/
Ddex_ir.cc796 type == DexFile::MethodHandleType::kInvokeConstructor || in CreateMethodHandleItem()
/art/dexdump/
Ddexdump.cc1619 case DexFile::MethodHandleType::kInvokeConstructor: in dumpMethodHandle()