Home | History | Annotate | Download | only in libdex

Lines Matching refs:methodHandleType

1071     if (item->methodHandleType > (u2) MethodHandleType::INVOKE_INTERFACE) {
1072 ALOGE("Unknown method handle type: %u", item->methodHandleType);
1075 switch ((MethodHandleType) item->methodHandleType) {
1076 case MethodHandleType::STATIC_PUT:
1077 case MethodHandleType::STATIC_GET:
1078 case MethodHandleType::INSTANCE_PUT:
1079 case MethodHandleType::INSTANCE_GET:
1085 case MethodHandleType::INVOKE_STATIC:
1086 case MethodHandleType::INVOKE_INSTANCE:
1087 case MethodHandleType::INVOKE_CONSTRUCTOR:
1088 case MethodHandleType::INVOKE_DIRECT:
1089 case MethodHandleType::INVOKE_INTERFACE:
1240 SWAP_FIELD2(item->methodHandleType);