Searched defs:make (Results 101 - 116 of 116) sorted by relevance

12345

/openjdk9/langtools/src/jdk.compiler/share/classes/com/sun/tools/javac/comp/
H A DTypeEnter.java100 private final TreeMaker make; field in class:TypeEnter
1014 DefaultConstructor(TreeMaker make, ClassSymbol c, MethodSymbol baseInit, List<Type> typarams, List<Type> argtypes, List<Type> thrown, long flags, boolean based) argument
1049 createDefaultConstructorParams( TreeMaker make, MethodSymbol baseInit, MethodSymbol init, List<Type> argtypes, boolean based) argument
1103 SuperCall(TreeMaker make, List<Type> typarams, List<JCVariableDecl> params, boolean based) argument
[all...]
H A DTransTypes.java70 private TreeMaker make; field in class:TransTypes
973 translateTopLevelClass(JCTree cdef, TreeMaker make) argument
[all...]
H A DAnnotate.java90 private final TreeMaker make; field in class:Annotate
H A DFlow.java193 private TreeMaker make; field in class:Flow
210 public void analyzeTree(Env<AttrContext> env, TreeMaker make) { argument
217 public void analyzeLambda(Env<AttrContext> env, JCLambda that, TreeMaker make, boolean speculative) { argument
745 public void analyzeTree(Env<AttrContext> env, TreeMaker make) { argument
236 analyzeLambdaThrownTypes(final Env<AttrContext> env, JCLambda that, TreeMaker make) argument
748 analyzeTree(Env<AttrContext> env, JCTree tree, TreeMaker make) argument
1314 analyzeTree(Env<AttrContext> env, TreeMaker make) argument
1317 analyzeTree(Env<AttrContext> env, JCTree tree, TreeMaker make) argument
2696 analyzeTree(Env<AttrContext> env, TreeMaker make) argument
2699 analyzeTree(Env<AttrContext> env, JCTree tree, TreeMaker make) argument
[all...]
H A DDeferredAttr.java88 final TreeMaker make; field in class:DeferredAttr
[all...]
H A DLambdaToMethod.java91 private TreeMaker make; field in class:LambdaToMethod
219 public JCTree translateTopLevelClass(Env<AttrContext> env, JCTree cdef, TreeMaker make) { argument
[all...]
H A DAttr.java103 final TreeMaker make; field in class:Attr
[all...]
H A DLower.java83 private TreeMaker make; field in class:Lower
3898 translateTopLevelClass(Env<AttrContext> env, JCTree cdef, TreeMaker make) argument
[all...]
/openjdk9/jdk/src/java.base/share/classes/java/lang/invoke/
H A DBoundMethodHandle.java227 /*non-public*/ static BoundMethodHandle make(MethodType mt, LambdaForm lf, Object argL0) { method in class:BoundMethodHandle.Species_L
[all...]
/openjdk9/langtools/src/jdk.compiler/share/classes/com/sun/tools/javac/main/
H A DJavaCompiler.java245 protected TreeMaker make; field in class:JavaCompiler
[all...]
/openjdk9/hotspot/src/share/vm/opto/
H A Dcfgnode.cpp741 PhiNode* PhiNode::make(Node* r, Node* x, const Type *t, const TypePtr* at) { function in class:PhiNode
752 PhiNode* PhiNode::make(Node* r, Node* x) { function in class:PhiNode
[all...]
H A Dmemnode.cpp784 Node *LoadNode::make(PhaseGVN& gvn, Node *ctl, Node *mem, Node *adr, const TypePtr* adr_type, const Type *rt, BasicType bt, MemOrd mo, function in class:LoadNode
2006 Node* LoadKlassNode::make(PhaseGVN& gvn, Node* ctl, Node* mem, Node* adr, const TypePtr* at, const TypeKlassPtr* tk) { function in class:LoadKlassNode
2333 StoreNode* StoreNode::make(PhaseGVN& gvn, Node* ctl, Node* mem, Node* adr, const TypePtr* adr_type, Node* val, BasicType bt, MemOrd mo) { function in class:StoreNode
2920 MemBarNode* MemBarNode::make(Compile* C, int opcode, int atp, Node* pn) { function in class:MemBarNode
4136 MergeMemNode* MergeMemNode::make(Node* mem) { function in class:MergeMemNode
[all...]
H A Dtype.cpp386 const Type *Type::make( enum TYPES t ) { function in class:Type
1085 const TypeF *TypeF::make(float f) { function in class:TypeF
1192 const TypeD *TypeD::make(double d) { function in class:TypeD
1317 const TypeInt *TypeInt::make( jint lo ) { function in class:TypeInt
1334 const TypeInt *TypeInt::make( jint lo, jint hi, int w ) { function in class:TypeInt
1575 const TypeLong *TypeLong::make( jlong lo ) { function in class:TypeLong
1592 const TypeLong *TypeLong::make( jlong lo, jlong hi, int w ) { function in class:TypeLong
1931 const TypeTuple *TypeTuple::make( uint cnt, const Type **fields ) { function in class:TypeTuple
2061 const TypeAry* TypeAry::make(const Type* elem, const TypeInt* size, bool stable) { function in class:TypeAry
2227 const TypeVect* TypeVect::make(const Type *elem, uint length) { function in class:TypeVect
2359 const TypePtr *TypePtr::make(TYPES t, enum PTR ptr, int offset, const TypePtr* speculative, int inline_depth) { function in class:TypePtr
2785 const TypeRawPtr *TypeRawPtr::make( enum PTR ptr ) { function in class:TypeRawPtr
2791 const TypeRawPtr *TypeRawPtr::make( address bits ) { function in class:TypeRawPtr
2992 const TypeOopPtr *TypeOopPtr::make(PTR ptr, int offset, int instance_id, function in class:TypeOopPtr
3436 const TypeInstPtr *TypeInstPtr::make(PTR ptr, function in class:TypeInstPtr
3999 const TypeAryPtr *TypeAryPtr::make(PTR ptr, const TypeAry *ary, ciKlass* k, bool xk, int offset, function in class:TypeAryPtr
4010 const TypeAryPtr *TypeAryPtr::make(PTR ptr, ciObject* o, const TypeAry *ary, ciKlass* k, bool xk, int offset, function in class:TypeAryPtr
4574 const TypeNarrowOop* TypeNarrowOop::make(const TypePtr* type) { function in class:TypeNarrowOop
4595 const TypeNarrowKlass* TypeNarrowKlass::make(const TypePtr* type) { function in class:TypeNarrowKlass
4784 const TypeMetadataPtr* TypeMetadataPtr::make(ciMethod* m) { function in class:TypeMetadataPtr
4787 const TypeMetadataPtr* TypeMetadataPtr::make(ciMethodData* m) { function in class:TypeMetadataPtr
4793 const TypeMetadataPtr *TypeMetadataPtr::make(PTR ptr, ciMetadata* m, int offset) { function in class:TypeMetadataPtr
4813 const TypeKlassPtr *TypeKlassPtr::make( PTR ptr, ciKlass* k, int offset ) { function in class:TypeKlassPtr
5193 const TypeFunc *TypeFunc::make( const TypeTuple *domain, const TypeTuple *range ) { function in class:TypeFunc
5198 const TypeFunc *TypeFunc::make(ciMethod* method) { function in class:TypeFunc
[all...]
/openjdk9/jdk/test/javax/management/mxbean/
H A DMerlinMXBean.java252 make(int Int, String string, String[] stringArray) { method in class:MerlinMXBean.GetSetBean
315 static ArrayType make(int dims, OpenType baseType) { method in class:MerlinMXBean.ArrayTypeMaker
323 static ArrayType make(SimpleType baseType, boolean primitiveArray) { method in class:MerlinMXBean.ArrayTypeMaker
333 static CompositeType make(String className, method in class:MerlinMXBean.CompositeTypeMaker
[all...]
/openjdk9/langtools/src/jdk.compiler/share/classes/com/sun/tools/javac/jvm/
H A DGen.java66 private final TreeMaker make; field in class:Gen
/openjdk9/langtools/src/sample/share/language/model/
H A DCoreReflectionFactory.java3072 public static ParameterizedTypeImpl make(Class<?> rawType, method in class:CoreReflectionFactory.CoreReflDeclaredType.ParameterizedTypeImpl

Completed in 412 milliseconds

12345