Home
last modified time | relevance | path

Searched refs:kInvokeDirect (Results 1 – 9 of 9) sorted by relevance

/aosp12/art/runtime/mirror/
H A Dmethod_handle_impl.h49 kInvokeDirect, enumerator
/aosp12/frameworks/base/startop/view_compiler/
H A Ddex_builder.h183 kInvokeDirect, enumerator
237 Op::kInvokeDirect, index_argument, /*result_is_object=*/false, dest, this_arg, args...}; in InvokeDirect()
245 Op::kInvokeDirect, index_argument, /*result_is_object=*/true, dest, this_arg, args...}; in InvokeDirectObject()
H A Ddex_builder.cc86 case Instruction::Op::kInvokeDirect: in operator <<()
394 case Instruction::Op::kInvokeDirect: in EncodeInstruction()
/aosp12/art/libdexfile/dex/
H A Ddex_file.h156 kInvokeDirect = 0x0007, // an invoker for a direct (special) method. enumerator
H A Ddex_file_verifier.cc1357 case DexFile::MethodHandleType::kInvokeDirect: in CheckIntraMethodHandleItem()
/aosp12/art/runtime/
H A Dmethod_handles.cc678 } else if (handle_kind == mirror::MethodHandle::Kind::kInvokeDirect) { in RefineTargetMethod()
H A Dclass_linker.cc9498 case DexFile::MethodHandleType::kInvokeDirect: in ResolveMethodHandleForField()
9556 case DexFile::MethodHandleType::kInvokeDirect: in ResolveMethodHandleForField()
9628 case DexFile::MethodHandleType::kInvokeDirect: { in ResolveMethodHandleForMethod()
9629 kind = mirror::MethodHandle::Kind::kInvokeDirect; in ResolveMethodHandleForMethod()
9646 kind = mirror::MethodHandle::Kind::kInvokeDirect; in ResolveMethodHandleForMethod()
9775 case DexFile::MethodHandleType::kInvokeDirect: in ResolveMethodHandle()
/aosp12/art/dexlayout/
H A Ddex_ir_builder.cc535 type == DexFile::MethodHandleType::kInvokeDirect || in CreateMethodHandleItem()
/aosp12/art/dexdump/
H A Ddexdump.cc1660 case DexFile::MethodHandleType::kInvokeDirect: in dumpMethodHandle()