Searched refs:lookupType (Results 1 - 25 of 236) sorted by relevance

12345678910

/openjdk10/hotspot/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/debugger/cdbg/
H A DCDebugInfoDataBase.java36 public Type lookupType(String name); method in interface:CDebugInfoDataBase
39 public Type lookupType(String name, int cvAttributes); method in interface:CDebugInfoDataBase
/openjdk10/jdk/src/java.desktop/share/native/libfontmanager/layout/
H A DExtensionSubtables.cpp48 const LookupProcessor *lookupProcessor, le_uint16 lookupType,
57 if (elt != lookupType) {
47 process(const LEReferenceTo<ExtensionSubtable> &thisRef, const LookupProcessor *lookupProcessor, le_uint16 lookupType, GlyphIterator *glyphIterator, const LEFontInstance *fontInstance, LEErrorCode& success) const argument
H A DExtensionSubtables.h55 le_uint32 process(const LEReferenceTo<ExtensionSubtable> &base, const LookupProcessor *lookupProcessor, le_uint16 lookupType,
H A DGlyphSubstLookupProc.cpp76 le_uint32 GlyphSubstitutionLookupProcessor::applySubtable(const LEReferenceTo<LookupSubtable> &lookupSubtable, le_uint16 lookupType, argument
85 switch(lookupType)
142 delta = subtable->process(subtable, this, lookupType, glyphIterator, fontInstance, success);
/openjdk10/hotspot/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/runtime/
H A DJavaCallWrapper.java55 Type type = db.lookupType("JavaCallWrapper");
56 Type anchorType = db.lookupType("JavaFrameAnchor");
H A DBasicLock.java43 Type type = db.lookupType("BasicLock");
/openjdk10/hotspot/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/utilities/
H A DIntArray.java46 elemType = db.lookupType("int");
48 Type type = db.lookupType("Array<int>");
H A DU1Array.java46 elemType = db.lookupType("u1");
48 Type type = db.lookupType("Array<u1>");
H A DU2Array.java46 elemType = db.lookupType("u2");
47 Type type = db.lookupType("Array<u2>");
/openjdk10/hotspot/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/types/
H A DTypeDataBase.java31 /** Equivalent to lookupType(cTypeName, true) */
32 public Type lookupType(String cTypeName); method in interface:TypeDataBase
38 public Type lookupType(String cTypeName, boolean throwException); method in interface:TypeDataBase
/openjdk10/hotspot/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/ci/
H A DciObjectFactory.java45 Type type = db.lookupType("ciObjectFactory");
50 ciObjectConstructor = new VirtualBaseConstructor<ciObject>(db, db.lookupType("ciObject"), "sun.jvm.hotspot.ci", ciObject.class);
51 ciMetadataConstructor = new VirtualBaseConstructor<ciMetadata>(db, db.lookupType("ciMetadata"), "sun.jvm.hotspot.ci", ciMetadata.class);
52 ciSymbolConstructor = new VirtualBaseConstructor<ciSymbol>(db, db.lookupType("ciSymbol"), "sun.jvm.hotspot.ci", ciSymbol.class);
H A DciType.java43 Type type = db.lookupType("ciType");
H A DciTypeArrayKlass.java44 Type type = db.lookupType("ciTypeArrayKlass");
H A DciInstance.java44 Type type = db.lookupType("ciInstance");
/openjdk10/hotspot/src/jdk.internal.vm.ci/share/classes/jdk.vm.ci.meta/src/jdk/vm/ci/meta/
H A DConstantPool.java87 JavaType lookupType(int cpi, int opcode); method in interface:ConstantPool
/openjdk10/hotspot/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/code/
H A DRuntimeStub.java44 Type type = db.lookupType("RuntimeStub");
H A DRuntimeBlob.java52 Type type = db.lookupType("RuntimeBlob");
H A DMethodHandlesAdapterBlob.java42 Type type = db.lookupType("MethodHandlesAdapterBlob");
H A DBufferBlob.java42 Type type = db.lookupType("BufferBlob");
H A DExceptionBlob.java45 Type type = db.lookupType("ExceptionBlob");
H A DDeoptimizationBlob.java42 Type type = db.lookupType("DeoptimizationBlob");
/openjdk10/hotspot/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/memory/
H A DAFLBinaryTreeDictionary.java43 Type type = db.lookupType("AFLBinaryTreeDictionary");
/openjdk10/hotspot/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/oops/
H A DInstanceClassLoaderKlass.java48 Type type = db.lookupType("InstanceClassLoaderKlass");
/openjdk10/hotspot/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/prims/
H A DJvmtiExport.java43 Type type = db.lookupType("JvmtiExport");
/openjdk10/hotspot/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/opto/
H A DRootNode.java43 Type type = db.lookupType("RootNode");

Completed in 127 milliseconds

12345678910