Home | History | Annotate | Download | only in dexlayout

Lines Matching refs:MethodHandleType

792   DexFile::MethodHandleType type =
793 static_cast<DexFile::MethodHandleType>(disk_method_handle.method_handle_type_);
794 bool is_invoke = type == DexFile::MethodHandleType::kInvokeStatic ||
795 type == DexFile::MethodHandleType::kInvokeInstance ||
796 type == DexFile::MethodHandleType::kInvokeConstructor ||
797 type == DexFile::MethodHandleType::kInvokeDirect ||
798 type == DexFile::MethodHandleType::kInvokeInterface;
799 static_assert(DexFile::MethodHandleType::kLast == DexFile::MethodHandleType::kInvokeInterface,