Searched refs:ft (Results 1 - 25 of 26) sorted by relevance

12

/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/memory/
H A DPlaceholderTable.java52 FieldType ft = new FieldType(sym);
53 if (ft.isArray()) {
54 FieldType.ArrayInfo info = ft.getArrayInfo();
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/jdi/
H A DFieldImpl.java72 sun.jvm.hotspot.oops.FieldType ft = saField.getFieldType();
73 if (ft.isArray()) {
76 } else if (ft.isObject()) {
79 } else if (ft.isByte()) {
82 } else if (ft.isChar()) {
85 } else if (ft.isDouble()) {
88 } else if (ft.isFloat()) {
91 } else if (ft.isInt()) {
94 } else if (ft.isLong()) {
97 } else if (ft
[all...]
/openjdk7/langtools/src/share/classes/com/sun/tools/javac/util/
H A DContext.java127 checkState(ft);
128 ft.put(key, fac); // cannot be duplicate if unique in ht
166 private Map<Key<?>,Factory<?>> ft = new HashMap<Key<?>,Factory<?>>(); field in class:Context
170 ft.putAll(prev.ft); // retain all factory objects
171 ht.putAll(prev.ft); // init main table with factories
217 ft = null;
/openjdk7/hotspot/src/share/vm/runtime/
H A DfieldDescriptor.cpp127 BasicType ft = field_type(); local
129 switch (ft) {
181 if (ft == T_LONG || ft == T_DOUBLE LP64_ONLY(|| !is_java_primitive(ft)) ) {
/openjdk7/hotspot/src/share/vm/utilities/
H A DglobalDefinitions.cpp102 BasicType ft = type2field[vt]; local
119 assert(vt == ft, "");
123 assert(vt != ft, "");
124 assert(ft == type2field[ft], "");
127 assert(type2size[vt] == type2size[ft], "");
/openjdk7/jdk/src/share/classes/sun/java2d/pisces/
H A DCurve.java193 float t = x1, ft = eliminateInf(ROCsq(t) - x);
197 r = (fs * t - ft * s) / (fs - ft);
199 if (sameSign(fr, ft)) {
200 ft = fr; t = r;
210 ft /= (1 << side);
/openjdk7/jdk/src/solaris/classes/sun/awt/X11/generator/
H A DWrapperGenerator.java931 public void writeFunctionCallWrapper(String outputDir, FunctionType ft) { argument
933 FileOutputStream fs = new FileOutputStream(outputDir + "/" + ft.getName()+".java");
939 pw.println("class " + ft.getName() + " {");
943 Iterator iter = ft.getArguments().iterator();
952 pw.println("\tpublic " + ft.getName() + "(");
953 iter = ft.getArguments().iterator();
967 iter = ft.getArguments().iterator();
976 pw.println("\tpublic " + ft.getReturnType() + " execute() {");
977 if (ft.isVoid()) {
984 pw.println("\tpublic " + ft
[all...]
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/client/sei/
H A DAsyncMethodHandler.java129 AsyncResponseImpl<Object> ft = new AsyncResponseImpl<Object>(invoker,handler);
130 invoker.setReceiver(ft);
131 ft.run();
132 return ft;
/openjdk7/hotspot/src/share/vm/opto/
H A Dmacro.hpp86 Node *value_from_mem(Node *mem, BasicType ft, const Type *ftype, const TypeOopPtr *adr_t, Node *alloc);
87 Node *value_from_mem_phi(Node *mem, BasicType ft, const Type *ftype, const TypeOopPtr *adr_t, Node *alloc, Node_Stack *value_phis, int level);
H A Dcfgnode.cpp971 const Type* ft = t->filter(_type); // Worst case type local
988 { assert(ft == _type, ""); } // Uplift to interface
990 { assert(ft == _type, ""); } // Uplift to interface
994 { assert(ft == Type::TOP, ""); } // Canonical empty value
1011 assert(ft == ttip->cast_to_ptr_type(jtip->ptr()) ||
1012 ft->isa_narrowoop() && ft->make_ptr() == ttip->cast_to_ptr_type(jtip->ptr()), "");
1013 jt = ft;
1020 assert(ft == ttkp->cast_to_ptr_type(jtkp->ptr()) ||
1021 ft
[all...]
H A Dtype.cpp674 const Type* ft = join(kills); local
675 if (ft->empty())
677 return ft;
1254 const TypeInt* ft = join(kills)->isa_int(); local
1255 if (ft == NULL || ft->empty())
1257 if (ft->_widen < this->_widen) {
1260 ft = TypeInt::make(ft->_lo, ft
1513 const TypeLong* ft = join(kills)->isa_long(); local
2701 const Type* ft = join(kills); local
3802 const Type* ft =_ptrtype->filter(kills->is_narrowoop()->_ptrtype); local
3810 const Type* ft = _ptrtype->join(kills); local
[all...]
H A Dmacro.cpp384 Node *PhaseMacroExpand::value_from_mem_phi(Node *mem, BasicType ft, const Type *phi_type, const TypeOopPtr *adr_t, Node *alloc, Node_Stack *value_phis, int level) { argument
426 values.at_put(j, _igvn.zerocon(ft));
430 val = val->as_Initialize()->find_captured_store(offset, type2aelembytes(ft), &_igvn);
440 values.at_put(j, _igvn.zerocon(ft));
442 val = value_from_mem_phi(val, ft, phi_type, adr_t, alloc, value_phis, level-1);
472 Node *PhaseMacroExpand::value_from_mem(Node *sfpt_mem, BasicType ft, const Type *ftype, const TypeOopPtr *adr_t, Node *alloc) { argument
496 mem = mem->as_Initialize()->find_captured_store(offset, type2aelembytes(ft), &_igvn);
538 return _igvn.zerocon(ft);
544 Node * phi = value_from_mem_phi(mem, ft, ftype, adr_t, alloc, &value_phis, ValueSearchLimit);
H A Dconnode.cpp400 const Type* ft = phase->type(in(1))->filter(_type); local
409 if( t1 == Type::TOP ) assert(ft == Type::TOP, "special case #1");
411 if (rt->empty()) assert(ft == Type::TOP, "special case #2");
417 assert(ft == Type::TOP, "special case #3");
422 return ft;
H A Descape.cpp1450 BasicType ft = UseCompressedOops ? T_NARROWOOP : T_ADDRESS; local
1451 Node* store = ini->find_captured_store(offset, type2aelembytes(ft, true), phase);
1456 store->as_Store()->memory_type() == ft) {
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/client/dispatch/
H A DDispatchImpl.java139 AsyncResponseImpl<T> ft = new AsyncResponseImpl<T>(invoker,null);
140 invoker.setReceiver(ft);
141 ft.run();
142 return ft;
147 AsyncResponseImpl<T> ft = new AsyncResponseImpl<T>(invoker,asyncHandler);
148 invoker.setReceiver(ft);
159 ft.run();
160 return ft;
/openjdk7/jdk/src/windows/demo/jvmti/hprof/
H A Dhprof_md.c188 #define FT2JLONG(ft) \
189 ((jlong)(ft).dwHighDateTime << 32 | (jlong)(ft).dwLowDateTime)
/openjdk7/jdk/test/java/lang/reflect/Generics/
H A DTestC1.java39 public T ft; field in class:C1
245 Field ft = cls. getField("ft");
249 Type gt_ft = ft.getGenericType();
252 "The generic type of C1.ft is a type variable";
256 "The name of the type of ft is T, not " + tv.getName();
260 "The type of ft should have one bound";
263 "The bound of the type of ft should be Object";
H A DTestC2.java39 public T ft; field in class:C0
78 public T1 ft; field in class:C2
477 Field ft = cls. getField("ft");
482 Type gt_ft = ft.getGenericType();
485 "The generic type of C0.ft is a type variable";
489 "The name of the type of ft is T1, not " + tv.getName();
493 "The type of ft should have one bound";
/openjdk7/langtools/test/tools/javac/processing/model/
H A DTestSymtabItems.java83 Class<?> ft = f.getType();
84 if (TypeMirror.class.isAssignableFrom(ft))
86 else if(Element.class.isAssignableFrom(ft))
/openjdk7/jdk/src/windows/transport/socket/
H A Dsocket_md.c428 #define FT2INT64(ft) \
429 ((long)(ft).dwHighDateTime << 32 | (long)(ft).dwLowDateTime)
/openjdk7/jdk/src/share/demo/jvmti/java_crw_demo/
H A Djava_crw_demo.c1773 unsigned ft; /* frame_type */ local
1777 ft = readU1(ci);
1778 if ( ft <= 63 ) {
1782 delta = (delta_adj + ft);
1794 } else if ( ft >= 64 && ft <= 127 ) {
1798 delta = (delta_adj + ft - 64);
1811 } else if ( ft >= 128 && ft <= 246 ) {
1814 } else if ( ft
[all...]
/openjdk7/jdk/src/share/classes/java/lang/invoke/
H A DDirectMethodHandle.java552 Class<?> ft = fw.primitiveType();
553 assert(ftypeKind(needsCast ? String.class : ft) == ftypeKind);
561 linkerType = MethodType.methodType(ft, Object.class, long.class);
563 linkerType = MethodType.methodType(void.class, Object.class, long.class, ft);
574 mtype = MethodType.methodType(ft);
576 mtype = MethodType.methodType(void.class, ft);
/openjdk7/jdk/src/share/classes/sun/tools/java/
H A DClassDefinition.java1879 Type ft = fArgTypes[i];
1880 if (env.implicitCast(at, ft)) {
1883 } else if (haveMatch[i] <= 2 && env.explicitCast(at, ft)) {
1890 margType[i] = ft;
1891 else if (margType[i] != ft)
/openjdk7/corba/src/share/classes/sun/rmi/rmic/iiop/
H A DIDLGenerator.java1518 StringTokenizer ft = new StringTokenizer( from,"." );
1521 for ( ifr = 0; ifr < vecLen && ft.hasMoreTokens(); ifr++ )
1522 if ( ! vec.elementAt(ifr).equals( ft.nextToken() ) )
1525 if ( ft.hasMoreTokens() ) { //matched so far..
1526 fc = ft.nextToken(); //a 'from' token remains
1528 ft.hasMoreTokens() )
/openjdk7/langtools/src/share/classes/com/sun/tools/javac/jvm/
H A DClassWriter.java346 ForAll ft = (ForAll)type;
347 assembleParamsSig(ft.tvars);
348 assembleSig(ft.qtype);

Completed in 115 milliseconds

12