Home
last modified time | relevance | path

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

/libcore/ojluni/src/main/java/java/lang/constant/
DClassDesc.java32 import static java.lang.constant.ConstantUtils.binaryToInternal;
33 import static java.lang.constant.ConstantUtils.dropLastChar;
34 import static java.lang.constant.ConstantUtils.internalToBinary;
35 import static java.lang.constant.ConstantUtils.validateMemberName;
77 ConstantUtils.validateBinaryClassName(requireNonNull(name)); in of()
96 ConstantUtils.validateBinaryClassName(requireNonNull(packageName)); in of()
135 int depth = ConstantUtils.arrayDepth(descriptor); in ofDescriptor()
136 if (depth > ConstantUtils.MAX_ARRAY_TYPE_DESC_DIMENSIONS) { in ofDescriptor()
139 ConstantUtils.MAX_ARRAY_TYPE_DESC_DIMENSIONS + " dimensions"); in ofDescriptor()
155 int depth = ConstantUtils.arrayDepth(descriptorString()); in arrayType()
[all …]
DReferenceClassDescImpl.java29 import static java.lang.constant.ConstantUtils.dropFirstAndLastChar;
30 import static java.lang.constant.ConstantUtils.internalToBinary;
52 int len = ConstantUtils.skipOverFieldSignature(descriptor, 0, descriptor.length(), false); in ReferenceClassDescImpl()
68 int depth = ConstantUtils.arrayDepth(descriptorString()); in resolveConstantDesc()
DDynamicCallSiteDesc.java35 import static java.lang.constant.ConstantUtils.EMPTY_CONSTANTDESC;
36 import static java.lang.constant.ConstantUtils.validateMemberName;
DConstantUtils.java36 class ConstantUtils { class
205 ConstantUtils.MAX_ARRAY_TYPE_DESC_DIMENSIONS)); in skipOverFieldSignature()
DDirectMethodHandleDescImpl.java33 import static java.lang.constant.ConstantUtils.validateClassOrInterface;
34 import static java.lang.constant.ConstantUtils.validateMemberName;
DDynamicConstantDesc.java42 import static java.lang.constant.ConstantUtils.EMPTY_CONSTANTDESC;
43 import static java.lang.constant.ConstantUtils.validateMemberName;
DMethodTypeDescImpl.java72 List<String> types = ConstantUtils.parseMethodDescriptor(descriptor); in ofDescriptor()
/libcore/
Dopenjdk_java_files.bp1512 "ojluni/src/main/java/java/lang/constant/ConstantUtils.java",
DEXPECTED_UPSTREAM247 …n/java/java/lang/constant/ConstantUtils.java,jdk17u/jdk-17.0.6-ga,src/java.base/share/classes/java…