Searched refs:kInvokeDirect (Results 1 – 9 of 9) sorted by relevance
/aosp12/art/runtime/mirror/ |
H A D | method_handle_impl.h | 49 kInvokeDirect, enumerator
|
/aosp12/frameworks/base/startop/view_compiler/ |
H A D | dex_builder.h | 183 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 D | dex_builder.cc | 86 case Instruction::Op::kInvokeDirect: in operator <<() 394 case Instruction::Op::kInvokeDirect: in EncodeInstruction()
|
/aosp12/art/libdexfile/dex/ |
H A D | dex_file.h | 156 kInvokeDirect = 0x0007, // an invoker for a direct (special) method. enumerator
|
H A D | dex_file_verifier.cc | 1357 case DexFile::MethodHandleType::kInvokeDirect: in CheckIntraMethodHandleItem()
|
/aosp12/art/runtime/ |
H A D | method_handles.cc | 678 } else if (handle_kind == mirror::MethodHandle::Kind::kInvokeDirect) { in RefineTargetMethod()
|
H A D | class_linker.cc | 9498 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 D | dex_ir_builder.cc | 535 type == DexFile::MethodHandleType::kInvokeDirect || in CreateMethodHandleItem()
|
/aosp12/art/dexdump/ |
H A D | dexdump.cc | 1660 case DexFile::MethodHandleType::kInvokeDirect: in dumpMethodHandle()
|