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

/openjdk10/hotspot/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/debugger/cdbg/basic/
H A DBasicFunctionType.java31 public class BasicFunctionType extends BasicType implements FunctionType { class in inherits:BasicType,FunctionType
35 public BasicFunctionType(String name, int size, Type returnType) { method in class:BasicFunctionType
39 protected BasicFunctionType(String name, int size, Type returnType, int cvAttributes) { method in class:BasicFunctionType

Completed in 38 milliseconds