Home
last modified time | relevance | path

Searched refs:cTypeName (Results 1 – 25 of 62) sorted by relevance

123

/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/
H A DHotSpotTypeDataBase.java97 public Type lookupType(String cTypeName, boolean throwException) { in lookupType() argument
98 Type fieldType = super.lookupType(cTypeName, false); in lookupType()
99 if (fieldType == null && cTypeName.startsWith("const ")) { in lookupType()
102 if (fieldType == null && cTypeName.endsWith(" const")) { in lookupType()
103 fieldType = (BasicType)lookupType(cTypeName.substring(0, cTypeName.length() - 6), false); in lookupType()
106 if (cTypeName.startsWith("GrowableArray<") && cTypeName.endsWith(">")) { in lookupType()
107 String ttype = cTypeName.substring("GrowableArray<".length(), in lookupType()
108 cTypeName.length() - 1); in lookupType()
133 if (fieldType == null && typeNameIsPointerType(cTypeName)) { in lookupType()
134 fieldType = recursiveCreateBasicPointerType(cTypeName); in lookupType()
[all …]
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/
H A DHotSpotTypeDataBase.java97 public Type lookupType(String cTypeName, boolean throwException) { in lookupType() argument
98 Type fieldType = super.lookupType(cTypeName, false); in lookupType()
99 if (fieldType == null && cTypeName.startsWith("const ")) { in lookupType()
102 if (fieldType == null && cTypeName.endsWith(" const")) { in lookupType()
103 fieldType = (BasicType)lookupType(cTypeName.substring(0, cTypeName.length() - 6), false); in lookupType()
106 if (cTypeName.startsWith("GrowableArray<") && cTypeName.endsWith(">")) { in lookupType()
107 String ttype = cTypeName.substring("GrowableArray<".length(), in lookupType()
108 cTypeName.length() - 1); in lookupType()
133 if (fieldType == null && typeNameIsPointerType(cTypeName)) { in lookupType()
134 fieldType = recursiveCreateBasicPointerType(cTypeName); in lookupType()
[all …]
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/
H A DHotSpotTypeDataBase.java97 public Type lookupType(String cTypeName, boolean throwException) { in lookupType() argument
98 Type fieldType = super.lookupType(cTypeName, false); in lookupType()
99 if (fieldType == null && cTypeName.startsWith("const ")) { in lookupType()
102 if (fieldType == null && cTypeName.endsWith(" const")) { in lookupType()
103 fieldType = (BasicType)lookupType(cTypeName.substring(0, cTypeName.length() - 6), false); in lookupType()
106 if (cTypeName.startsWith("GrowableArray<") && cTypeName.endsWith(">")) { in lookupType()
107 String ttype = cTypeName.substring("GrowableArray<".length(), in lookupType()
108 cTypeName.length() - 1); in lookupType()
133 if (fieldType == null && typeNameIsPointerType(cTypeName)) { in lookupType()
134 fieldType = recursiveCreateBasicPointerType(cTypeName); in lookupType()
[all …]
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/
H A DHotSpotTypeDataBase.java97 public Type lookupType(String cTypeName, boolean throwException) { in lookupType() argument
98 Type fieldType = super.lookupType(cTypeName, false); in lookupType()
99 if (fieldType == null && cTypeName.startsWith("const ")) { in lookupType()
102 if (fieldType == null && cTypeName.endsWith(" const")) { in lookupType()
103 fieldType = (BasicType)lookupType(cTypeName.substring(0, cTypeName.length() - 6), false); in lookupType()
106 if (cTypeName.startsWith("GrowableArray<") && cTypeName.endsWith(">")) { in lookupType()
107 String ttype = cTypeName.substring("GrowableArray<".length(), in lookupType()
108 cTypeName.length() - 1); in lookupType()
133 if (fieldType == null && typeNameIsPointerType(cTypeName)) { in lookupType()
134 fieldType = recursiveCreateBasicPointerType(cTypeName); in lookupType()
[all …]
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/
H A DHotSpotTypeDataBase.java97 public Type lookupType(String cTypeName, boolean throwException) { in lookupType() argument
98 Type fieldType = super.lookupType(cTypeName, false); in lookupType()
99 if (fieldType == null && cTypeName.startsWith("const ")) { in lookupType()
102 if (fieldType == null && cTypeName.endsWith(" const")) { in lookupType()
103 fieldType = (BasicType)lookupType(cTypeName.substring(0, cTypeName.length() - 6), false); in lookupType()
106 if (cTypeName.startsWith("GrowableArray<") && cTypeName.endsWith(">")) { in lookupType()
107 String ttype = cTypeName.substring("GrowableArray<".length(), in lookupType()
108 cTypeName.length() - 1); in lookupType()
133 if (fieldType == null && typeNameIsPointerType(cTypeName)) { in lookupType()
134 fieldType = recursiveCreateBasicPointerType(cTypeName); in lookupType()
[all …]
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/
H A DHotSpotTypeDataBase.java97 public Type lookupType(String cTypeName, boolean throwException) { in lookupType() argument
98 Type fieldType = super.lookupType(cTypeName, false); in lookupType()
99 if (fieldType == null && cTypeName.startsWith("const ")) { in lookupType()
102 if (fieldType == null && cTypeName.endsWith(" const")) { in lookupType()
103 fieldType = (BasicType)lookupType(cTypeName.substring(0, cTypeName.length() - 6), false); in lookupType()
106 if (cTypeName.startsWith("GrowableArray<") && cTypeName.endsWith(">")) { in lookupType()
107 String ttype = cTypeName.substring("GrowableArray<".length(), in lookupType()
108 cTypeName.length() - 1); in lookupType()
133 if (fieldType == null && typeNameIsPointerType(cTypeName)) { in lookupType()
134 fieldType = recursiveCreateBasicPointerType(cTypeName); in lookupType()
[all …]
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/
H A DHotSpotTypeDataBase.java97 public Type lookupType(String cTypeName, boolean throwException) { in lookupType() argument
98 Type fieldType = super.lookupType(cTypeName, false); in lookupType()
99 if (fieldType == null && cTypeName.startsWith("const ")) { in lookupType()
102 if (fieldType == null && cTypeName.endsWith(" const")) { in lookupType()
103 fieldType = (BasicType)lookupType(cTypeName.substring(0, cTypeName.length() - 6), false); in lookupType()
106 if (cTypeName.startsWith("GrowableArray<") && cTypeName.endsWith(">")) { in lookupType()
107 String ttype = cTypeName.substring("GrowableArray<".length(), in lookupType()
108 cTypeName.length() - 1); in lookupType()
133 if (fieldType == null && typeNameIsPointerType(cTypeName)) { in lookupType()
134 fieldType = recursiveCreateBasicPointerType(cTypeName); in lookupType()
[all …]
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/
H A DHotSpotTypeDataBase.java97 public Type lookupType(String cTypeName, boolean throwException) { in lookupType() argument
98 Type fieldType = super.lookupType(cTypeName, false); in lookupType()
99 if (fieldType == null && cTypeName.startsWith("const ")) { in lookupType()
102 if (fieldType == null && cTypeName.endsWith(" const")) { in lookupType()
103 fieldType = (BasicType)lookupType(cTypeName.substring(0, cTypeName.length() - 6), false); in lookupType()
106 if (cTypeName.startsWith("GrowableArray<") && cTypeName.endsWith(">")) { in lookupType()
107 String ttype = cTypeName.substring("GrowableArray<".length(), in lookupType()
108 cTypeName.length() - 1); in lookupType()
133 if (fieldType == null && typeNameIsPointerType(cTypeName)) { in lookupType()
134 fieldType = recursiveCreateBasicPointerType(cTypeName); in lookupType()
[all …]
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/hotspot/agent/src/share/classes/sun/jvm/hotspot/
H A DHotSpotTypeDataBase.java97 public Type lookupType(String cTypeName, boolean throwException) { in lookupType() argument
98 Type fieldType = super.lookupType(cTypeName, false); in lookupType()
99 if (fieldType == null && cTypeName.startsWith("const ")) { in lookupType()
102 if (fieldType == null && cTypeName.endsWith(" const")) { in lookupType()
103 fieldType = (BasicType)lookupType(cTypeName.substring(0, cTypeName.length() - 6), false); in lookupType()
106 if (cTypeName.startsWith("GrowableArray<") && cTypeName.endsWith(">")) { in lookupType()
107 String ttype = cTypeName.substring("GrowableArray<".length(), in lookupType()
108 cTypeName.length() - 1); in lookupType()
133 if (fieldType == null && typeNameIsPointerType(cTypeName)) { in lookupType()
134 fieldType = recursiveCreateBasicPointerType(cTypeName); in lookupType()
[all …]
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/hotspot/agent/src/share/classes/sun/jvm/hotspot/
H A DHotSpotTypeDataBase.java97 public Type lookupType(String cTypeName, boolean throwException) { in lookupType() argument
98 Type fieldType = super.lookupType(cTypeName, false); in lookupType()
99 if (fieldType == null && cTypeName.startsWith("const ")) { in lookupType()
102 if (fieldType == null && cTypeName.endsWith(" const")) { in lookupType()
103 fieldType = (BasicType)lookupType(cTypeName.substring(0, cTypeName.length() - 6), false); in lookupType()
106 if (cTypeName.startsWith("GrowableArray<") && cTypeName.endsWith(">")) { in lookupType()
107 String ttype = cTypeName.substring("GrowableArray<".length(), in lookupType()
108 cTypeName.length() - 1); in lookupType()
133 if (fieldType == null && typeNameIsPointerType(cTypeName)) { in lookupType()
134 fieldType = recursiveCreateBasicPointerType(cTypeName); in lookupType()
[all …]
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/runtime/
H A DVirtualConstructor.java54 public boolean addMapping(String cTypeName, Class clazz) { in addMapping() argument
55 if (map.get(cTypeName) != null) { in addMapping()
59 map.put(cTypeName, clazz); in addMapping()
H A DVirtualBaseConstructor.java83 public boolean addMapping(String cTypeName, Class clazz) { in addMapping() argument
84 if (map.get(cTypeName) != null) { in addMapping()
88 map.put(cTypeName, clazz); in addMapping()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/runtime/
H A DVirtualConstructor.java54 public boolean addMapping(String cTypeName, Class clazz) { in addMapping() argument
55 if (map.get(cTypeName) != null) { in addMapping()
59 map.put(cTypeName, clazz); in addMapping()
H A DVirtualBaseConstructor.java83 public boolean addMapping(String cTypeName, Class clazz) { in addMapping() argument
84 if (map.get(cTypeName) != null) { in addMapping()
88 map.put(cTypeName, clazz); in addMapping()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/runtime/
H A DVirtualConstructor.java54 public boolean addMapping(String cTypeName, Class clazz) { in addMapping() argument
55 if (map.get(cTypeName) != null) { in addMapping()
59 map.put(cTypeName, clazz); in addMapping()
H A DVirtualBaseConstructor.java83 public boolean addMapping(String cTypeName, Class clazz) { in addMapping() argument
84 if (map.get(cTypeName) != null) { in addMapping()
88 map.put(cTypeName, clazz); in addMapping()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/runtime/
H A DVirtualConstructor.java54 public boolean addMapping(String cTypeName, Class<? extends VMObject> clazz) { in addMapping() argument
55 if (map.get(cTypeName) != null) { in addMapping()
59 map.put(cTypeName, clazz); in addMapping()
H A DVirtualBaseConstructor.java85 public boolean addMapping(String cTypeName, Class<? extends T> clazz) { in addMapping() argument
86 if (map.get(cTypeName) != null) { in addMapping()
90 map.put(cTypeName, clazz); in addMapping()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/runtime/
H A DVirtualConstructor.java54 public boolean addMapping(String cTypeName, Class<? extends VMObject> clazz) { in addMapping() argument
55 if (map.get(cTypeName) != null) { in addMapping()
59 map.put(cTypeName, clazz); in addMapping()
H A DVirtualBaseConstructor.java85 public boolean addMapping(String cTypeName, Class<? extends T> clazz) { in addMapping() argument
86 if (map.get(cTypeName) != null) { in addMapping()
90 map.put(cTypeName, clazz); in addMapping()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/runtime/
H A DVirtualConstructor.java54 public boolean addMapping(String cTypeName, Class<? extends VMObject> clazz) { in addMapping() argument
55 if (map.get(cTypeName) != null) { in addMapping()
59 map.put(cTypeName, clazz); in addMapping()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/runtime/
H A DVirtualConstructor.java54 public boolean addMapping(String cTypeName, Class clazz) { in addMapping() argument
55 if (map.get(cTypeName) != null) { in addMapping()
59 map.put(cTypeName, clazz); in addMapping()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/runtime/
H A DVirtualConstructor.java54 public boolean addMapping(String cTypeName, Class clazz) { in addMapping() argument
55 if (map.get(cTypeName) != null) { in addMapping()
59 map.put(cTypeName, clazz); in addMapping()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/hotspot/agent/src/share/classes/sun/jvm/hotspot/runtime/
H A DVirtualConstructor.java54 public boolean addMapping(String cTypeName, Class clazz) { in addMapping() argument
55 if (map.get(cTypeName) != null) { in addMapping()
59 map.put(cTypeName, clazz); in addMapping()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/hotspot/agent/src/share/classes/sun/jvm/hotspot/runtime/
H A DVirtualConstructor.java54 public boolean addMapping(String cTypeName, Class clazz) { in addMapping() argument
55 if (map.get(cTypeName) != null) { in addMapping()
59 map.put(cTypeName, clazz); in addMapping()

123