Searched defs:make (Results 76 - 80 of 80) sorted by relevance

1234

/openjdk7/langtools/src/share/classes/com/sun/tools/javac/jvm/
H A DGen.java66 private final TreeMaker make; field in class:Gen
103 make = TreeMaker.instance(context);
480 JCStatement init = make.at(vdef.pos()).
490 JCStatement init = make.at(vdef.pos).
524 JCBlock block = make.at(clinitStats.head.pos()).Block(0, clinitStats);
526 methodDefs.append(make.MethodDef(clinit, block));
1794 // Generate code to make a string buffer
/openjdk7/jdk/test/javax/management/mxbean/
H A DMerlinMXBean.java133 ArrayType PIntAType = ArrayTypeMaker.make(SimpleType.INTEGER, true);
139 ArrayType PInt2DType = ArrayTypeMaker.make(1, PIntAType);
145 ArrayType WIntAType = ArrayTypeMaker.make(1, SimpleType.INTEGER);
151 ArrayType WInt2DType = ArrayTypeMaker.make(2, SimpleType.INTEGER);
163 ArrayType XStringAType = ArrayTypeMaker.make(1, SimpleType.STRING);
169 ArrayType NoIntsType = ArrayTypeMaker.make(SimpleType.INTEGER, true);
174 GetSetBean GetSet = GetSetBean.make(5, "x", new String[] {"a", "b"});
176 CompositeTypeMaker.make(GetSetBean.class.getName(),
183 ArrayTypeMaker.make(1, SimpleType.STRING),
203 return GetSetBean.make(
252 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...]
/openjdk7/jdk/src/share/classes/java/util/regex/
H A DPattern.java2234 // Add another number if it doesn't make a group
3609 // could make this not match here
4804 // Check each new char to make sure it matches what the group
4842 // Check each new char to make sure it matches what the group
5454 return m == null ? null : m.make();
5458 abstract CharProperty make(); method in class:Pattern.CharPropertyNames.CharPropertyFactory
5464 CharProperty make() { return new Category(typeMask);}});
5470 CharProperty make() { return rangeFor(lower, upper);}});
5476 CharProperty make() { return new Ctype(ctype);}});
5494 CharProperty make() { retur
[all...]
/openjdk7/hotspot/src/share/vm/opto/
H A Dtype.cpp169 return TypeRawPtr::make((address)(intptr_t)type->as_return_address()->bci());
172 // make sure we did not mix up the cases:
185 //------------------------------make-------------------------------------------
188 const Type *Type::make( enum TYPES t ) { function in class:Type
224 CONTROL = make(Control); // Control only
225 TOP = make(Top); // No values in set
226 MEMORY = make(Memory); // Abstract store only
227 ABIO = make(Abio); // State-of-machine only
228 RETURN_ADDRESS=make(Return_Address);
229 FLOAT = make(FloatBo
849 const TypeF *TypeF::make(float f) { function in class:TypeF
965 const TypeD *TypeD::make(double d) { function in class:TypeD
1098 const TypeInt *TypeInt::make( jint lo ) { function in class:TypeInt
1115 const TypeInt *TypeInt::make( jint lo, jint hi, int w ) { function in class:TypeInt
1353 const TypeLong *TypeLong::make( jlong lo ) { function in class:TypeLong
1370 const TypeLong *TypeLong::make( jlong lo, jlong hi, int w ) { function in class:TypeLong
1702 const TypeTuple *TypeTuple::make( uint cnt, const Type **fields ) { function in class:TypeTuple
1831 const TypeAry *TypeAry::make( const Type *elem, const TypeInt *size) { function in class:TypeAry
1963 const TypeVect* TypeVect::make(const Type *elem, uint length) { function in class:TypeVect
2089 const TypePtr *TypePtr::make( TYPES t, enum PTR ptr, int offset ) { function in class:TypePtr
2238 const TypeRawPtr *TypeRawPtr::make( enum PTR ptr ) { function in class:TypeRawPtr
2244 const TypeRawPtr *TypeRawPtr::make( address bits ) { function in class:TypeRawPtr
2437 const TypeOopPtr *TypeOopPtr::make(PTR ptr, function in class:TypeOopPtr
2842 const TypeInstPtr *TypeInstPtr::make(PTR ptr, function in class:TypeInstPtr
3342 const TypeAryPtr *TypeAryPtr::make( PTR ptr, const TypeAry *ary, ciKlass* k, bool xk, int offset, int instance_id ) { function in class:TypeAryPtr
3352 const TypeAryPtr *TypeAryPtr::make( PTR ptr, ciObject* o, const TypeAry *ary, ciKlass* k, bool xk, int offset, int instance_id ) { function in class:TypeAryPtr
3719 const TypeNarrowOop* TypeNarrowOop::make(const TypePtr* type) { function in class:TypeNarrowOop
3846 const TypeKlassPtr *TypeKlassPtr::make( PTR ptr, ciKlass* k, int offset ) { function in class:TypeKlassPtr
4192 const TypeFunc *TypeFunc::make( const TypeTuple *domain, const TypeTuple *range ) { function in class:TypeFunc
4197 const TypeFunc *TypeFunc::make(ciMethod* method) { function in class:TypeFunc
[all...]
H A Dmemnode.cpp644 // (We make an exception for TypeRawPtr::BOTTOM, which is a bit bucket.)
709 // going away in this pass and we need to make this memory op depend on the
891 //----------------------------LoadNode::make-----------------------------------
893 Node *LoadNode::make( PhaseGVN& gvn, Node *ctl, Node *mem, Node *adr, const TypePtr* adr_type, const Type *rt, BasicType bt ) { function in class:LoadNode
949 // This routine exists to make sure this set of tests is done the same
950 // everywhere. We need to make a coordinated change: first LoadNode::Ideal
1482 // Check for prior store with a different base or offset; make Load
1519 return TypeInt::make(klass->modifier_flags());
1525 return TypeInt::make(klass->access_flags());
1530 return TypeInt::make(klas
1913 Node *LoadKlassNode::make( PhaseGVN& gvn, Node *mem, Node *adr, const TypePtr* at, const TypeKlassPtr *tk ) { function in class:LoadKlassNode
2235 StoreNode* StoreNode::make( PhaseGVN& gvn, Node* ctl, Node* mem, Node* adr, const TypePtr* adr_type, Node* val, BasicType bt ) { function in class:StoreNode
2834 MemBarNode* MemBarNode::make(Compile* C, int opcode, int atp, Node* pn) { function in class:MemBarNode
4028 MergeMemNode* MergeMemNode::make(Compile* C, Node* mem) { function in class:MergeMemNode
[all...]

Completed in 80 milliseconds

1234