Home | History | Annotate | Download | only in dexdump

Lines Matching refs:MethodHandleType

1871         switch ((MethodHandleType) mh.methodHandleType) {
1872 case MethodHandleType::STATIC_PUT:
1877 case MethodHandleType::STATIC_GET:
1882 case MethodHandleType::INSTANCE_PUT:
1887 case MethodHandleType::INSTANCE_GET:
1892 case MethodHandleType::INVOKE_STATIC:
1897 case MethodHandleType::INVOKE_INSTANCE:
1902 case MethodHandleType::INVOKE_CONSTRUCTOR:
1907 case MethodHandleType::INVOKE_DIRECT:
1912 case MethodHandleType::INVOKE_INTERFACE:
1918 printf("Unknown method handle type 0x%02x, skipped.", mh.methodHandleType);