Searched defs:constantPool (Results 1 - 21 of 21) sorted by relevance

/openjdk10/jaxp/src/java.xml/share/classes/com/sun/org/apache/bcel/internal/classfile/
H A DElementValuePair.java39 private final ConstantPool constantPool; field in class:ElementValuePair
43 ElementValuePair(final int elementNameIndex, final ElementValue elementValue, final ConstantPool constantPool) argument
/openjdk10/hotspot/test/gc/stress/gcbasher/
H A DDecompiler.java74 private String resolveName(ConstantPoolEntry[] constantPool, int cpi) { argument
79 private void decodeMethodDependencies(MethodInfo[] methods, ConstantPoolEntry[] constantPool) { argument
183 decodeMethods(ConstantPoolEntry[] constantPool) argument
[all...]
/openjdk10/jdk/test/jdk/internal/reflect/constantPool/
H A DConstantPoolTest.java
/openjdk10/hotspot/test/testlibrary/ctw/src/sun/hotspot/tools/ctw/
H A DCompiler.java93 preloadClasses(String className, long id, ConstantPool constantPool) argument
/openjdk10/hotspot/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.replacements/src/org/graalvm/compiler/replacements/classfile/
H A DClassfileBytecode.java58 private final ClassfileConstantPool constantPool; field in class:ClassfileBytecode
68 public ClassfileBytecode(ResolvedJavaMethod method, DataInputStream stream, ClassfileConstantPool constantPool) throws IOException { argument
[all...]
/openjdk10/langtools/test/tools/javac/T8022186/
H A DDeadCodeGeneratedForEmptyTryTest.java62 ConstantPool constantPool; field in class:DeadCodeGeneratedForEmptyTryTest
/openjdk10/jdk/src/jdk.jdi/share/classes/com/sun/jdi/
H A DReferenceType.java853 byte[] constantPool(); method in interface:ReferenceType
/openjdk10/langtools/test/tools/javac/classfiles/attributes/Module/
H A DModuleTestBase.java85 private void testModuleName(ModuleDescriptor moduleDescriptor, Module_attribute module, ConstantPool constantPool) throws ConstantPoolException { argument
93 private void testRequires(ModuleDescriptor moduleDescriptor, Module_attribute module, ConstantPool constantPool) throw argument
105 testExports(ModuleDescriptor moduleDescriptor, Module_attribute module, ConstantPool constantPool) argument
123 testOpens(ModuleDescriptor moduleDescriptor, Module_attribute module, ConstantPool constantPool) argument
141 testUses(ModuleDescriptor moduleDescriptor, Module_attribute module, ConstantPool constantPool) argument
151 testProvides(ModuleDescriptor moduleDescriptor, Module_attribute module, ConstantPool constantPool) argument
[all...]
/openjdk10/langtools/test/tools/javac/flow/
H A DLVTHarness.java150 void checkMethod(ConstantPool constantPool, Method method, AliveRanges ranges) argument
189 List<String> convertToStringList(ConstantPool constantPool, argument
/openjdk10/hotspot/src/share/tools/IdealGraphVisualizer/Data/src/com/sun/hotspot/igv/data/serialization/
H A DBinaryParser.java75 private final List<Object> constantPool; field in class:BinaryParser
/openjdk10/hotspot/src/jdk.internal.vm.ci/share/classes/jdk.vm.ci.hotspot/src/jdk/vm/ci/hotspot/
H A DHotSpotResolvedObjectTypeImpl.java71 private HotSpotConstantPool constantPool; field in class:HotSpotResolvedObjectTypeImpl
H A DHotSpotResolvedJavaMethodImpl.java72 private final HotSpotConstantPool constantPool; field in class:HotSpotResolvedJavaMethodImpl
H A DCompilerToVM.java167 native Object resolveConstantInPool(HotSpotConstantPool constantPool, int cpi); argument
176 native Object resolvePossiblyCachedConstantInPool(HotSpotConstantPool constantPool, int cpi); argument
185 native int lookupNameAndTypeRefIndexInPool(HotSpotConstantPool constantPool, int cpi); argument
194 native String lookupNameInPool(HotSpotConstantPool constantPool, int which); argument
203 native String lookupSignatureInPool(HotSpotConstantPool constantPool, in argument
212 lookupKlassRefIndexInPool(HotSpotConstantPool constantPool, int cpi) argument
223 lookupKlassInPool(HotSpotConstantPool constantPool, int cpi) argument
238 lookupMethodInPool(HotSpotConstantPool constantPool, int cpi, byte opcode) argument
247 resolveInvokeDynamicInPool(HotSpotConstantPool constantPool, int cpi) argument
256 resolveInvokeHandleInPool(HotSpotConstantPool constantPool, int cpi) argument
272 resolveTypeInPool(HotSpotConstantPool constantPool, int cpi) argument
293 resolveFieldInPool(HotSpotConstantPool constantPool, int cpi, HotSpotResolvedJavaMethodImpl method, byte opcode, int[] info) argument
302 constantPoolRemapInstructionOperandFromCache(HotSpotConstantPool constantPool, int cpci) argument
308 lookupAppendixInPool(HotSpotConstantPool constantPool, int cpi) argument
[all...]
/openjdk10/hotspot/src/share/vm/jvmci/
H A DjvmciRuntime.cpp769 ConstantPool* constantPool = CompilerToVM::asConstantPool(metadataRoot); local
/openjdk10/hotspot/test/compiler/jvmci/common/patches/jdk.internal.vm.ci/jdk/vm/ci/hotspot/
H A DCompilerToVMHelper.java95 public static Object resolveConstantInPool(ConstantPool constantPool, int cpi) { argument
99 public static Object resolvePossiblyCachedConstantInPool(ConstantPool constantPool, int cpi) { argument
103 public static int lookupNameAndTypeRefIndexInPool(ConstantPool constantPool, int cpi) { argument
107 public static String lookupNameInPool(ConstantPool constantPool, int cpi) { argument
111 public static String lookupSignatureInPool(ConstantPool constantPool, int cpi) { argument
115 lookupKlassRefIndexInPool(ConstantPool constantPool, int cpi) argument
119 lookupKlassInPool(ConstantPool constantPool, int cpi) argument
123 lookupMethodInPool( ConstantPool constantPool, int cpi, byte opcode) argument
128 resolveInvokeDynamicInPool( ConstantPool constantPool, int cpi) argument
133 resolveInvokeHandleInPool( ConstantPool constantPool, int cpi) argument
138 resolveTypeInPool( ConstantPool constantPool, int cpi) argument
143 resolveFieldInPool( ConstantPool constantPool, int cpi, ResolvedJavaMethod method, byte opcode, int[] info) argument
148 constantPoolRemapInstructionOperandFromCache( ConstantPool constantPool, int cpci) argument
153 lookupAppendixInPool( ConstantPool constantPool, int cpi) argument
[all...]
/openjdk10/hotspot/src/jdk.internal.vm.compiler/share/classes/org.graalvm.graphio/src/org/graalvm/graphio/
H A DGraphProtocol.java71 private final ConstantPool constantPool; field in class:GraphProtocol
/openjdk10/jdk/src/jdk.jdi/share/classes/com/sun/tools/jdi/
H A DReferenceTypeImpl.java1057 public byte[] constantPool() { method in class:ReferenceTypeImpl
/openjdk10/hotspot/src/os/solaris/dtrace/
H A Dlibjvm_db.c529 uint64_t constantPool; local
/openjdk10/hotspot/src/os/bsd/dtrace/
H A Dlibjvm_db.c529 uint64_t constantPool; local
/openjdk10/langtools/make/src/classes/build/tools/symbolgenerator/
H A DCreateSymbols.java569 addAttributes(ClassHeaderDescription header, List<CPInfo> constantPool, Map<String, Attribute> attributes) argument
587 addAttributes(MethodDescription desc, List<CPInfo> constantPool, Map<String, Attribute> attributes) argument
626 addAttributes(FieldDescription desc, List<CPInfo> constantPool, Map<String, Attribute> attributes) argument
638 addGenericAttributes(FeatureDescription desc, List<CPInfo> constantPool, Map<String, Attribute> attributes) argument
664 createAnnotations(List<CPInfo> constantPool, List<AnnotationDescription> desc) argument
675 createParameterAnnotations(List<CPInfo> constantPool, List<List<AnnotationDescription>> desc) argument
686 createAnnotation(List<CPInfo> constantPool, AnnotationDescription desc) argument
692 createElementPairs(List<CPInfo> constantPool, Map<String, Object> annotationAttributes) argument
705 createAttributeValue(List<CPInfo> constantPool, Object value) argument
735 addConstant(List<CPInfo> constantPool, Object value, boolean annotation) argument
764 addString(List<CPInfo> constantPool, String string) argument
780 addToCP(List<CPInfo> constantPool, CPInfo entry) argument
792 addClass(List<CPInfo> constantPool, String className) argument
[all...]
/openjdk10/hotspot/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.java/src/org/graalvm/compiler/java/
H A DBytecodeParser.java1414 protected final ConstantPool constantPool; field in class:BytecodeParser
[all...]

Completed in 364 milliseconds