Searched refs:createCVVariant (Results 1 - 14 of 14) sorted by relevance

/openjdk9/hotspot/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/debugger/cdbg/basic/
H A DBasicVoidType.java39 protected Type createCVVariant(int cvAttributes) { method in class:BasicVoidType
H A DBasicDoubleType.java45 protected Type createCVVariant(int cvAttributes) { method in class:BasicDoubleType
H A DBasicFloatType.java45 protected Type createCVVariant(int cvAttributes) { method in class:BasicFloatType
H A DBasicIntType.java51 protected Type createCVVariant(int cvAttributes) { method in class:BasicIntType
H A DBasicFunctionType.java76 protected Type createCVVariant(int cvAttributes) { method in class:BasicFunctionType
H A DBasicRefType.java60 protected Type createCVVariant(int cvAttributes) { method in class:BasicRefType
H A DLazyType.java64 protected Type createCVVariant(int cvAttributes) { method in class:LazyType
H A DBasicArrayType.java87 protected Type createCVVariant(int cvAttributes) { method in class:BasicArrayType
H A DBasicMemberFunctionType.java77 protected Type createCVVariant(int cvAttributes) { method in class:BasicMemberFunctionType
H A DBasicPointerType.java60 protected Type createCVVariant(int cvAttributes) { method in class:BasicPointerType
H A DBasicType.java100 t = createCVVariant(cvAttributes);
110 protected abstract Type createCVVariant(int cvAttributes); method in class:BasicType
H A DBasicBitType.java93 protected Type createCVVariant(int cvAttributes) { method in class:BasicBitType
H A DBasicEnumType.java113 protected Type createCVVariant(int cvAttributes) { method in class:BasicEnumType
H A DBasicCompoundType.java132 protected Type createCVVariant(int cvAttributes) { method in class:BasicCompoundType

Completed in 104 milliseconds