/openjdk7/langtools/test/tools/javac/generics/ |
H A D | T4695847.java | 35 static <T> int size(T4695847<T> bt) { argument 36 if (bt==null) 39 return 1+size(bt.next); 41 static <T> int size2(T4695847<T> bt) { argument 42 return (bt==null) ? 0 : 1+size(bt.next);
|
/openjdk7/langtools/test/tools/javac/generics/wildcards/pos/ |
H A D | BoundsCollision.java | 36 void f(Box<T> bt) { } argument
|
/openjdk7/hotspot/src/share/vm/ci/ |
H A D | ciMethodType.hpp | 39 BasicType bt = java_lang_Class::primitive_type(klass_oop); local 40 return ciType::make(bt);
|
/openjdk7/jdk/test/java/awt/event/KeyEvent/CorrectTime/ |
H A D | CorrectTime.java | 45 static Button bt = new Button("press button"); field in class:CorrectTime 59 add(bt); 64 bt.addKeyListener(this); 82 testComponent(bt);
|
/openjdk7/corba/src/share/classes/com/sun/corba/se/impl/naming/cosnaming/ |
H A D | NamingContextDataStore.java | 53 * @param bt Type of binding (as object or as context). 56 void Bind(NameComponent n, org.omg.CORBA.Object obj, BindingType bt) argument
|
H A D | TransientNamingContext.java | 120 * @param bt The type of the binding (i.e., as object or as context). 125 BindingType bt) 132 Binding b = new Binding(name,bt); 124 Bind(NameComponent n, org.omg.CORBA.Object obj, BindingType bt) argument
|
H A D | NamingContextImpl.java | 551 * @param bt Type of binding (as object or as context). 574 org.omg.CosNaming.BindingType bt) 605 if ( bt.value() == BindingType.ncontext.value() ) { 612 if ( bt.value() == BindingType.nobject.value() ) { 627 impl.Bind(n[0],obj,bt); 638 switch (bt.value()) { 570 doBind(NamingContextDataStore impl, NameComponent[] n, org.omg.CORBA.Object obj, boolean rebind, org.omg.CosNaming.BindingType bt) argument
|
/openjdk7/hotspot/src/share/vm/opto/ |
H A D | vectornode.cpp | 33 int VectorNode::opcode(int sopc, BasicType bt) { argument 36 switch (bt) { 45 assert(bt == T_LONG, "must be"); 48 assert(bt == T_FLOAT, "must be"); 51 assert(bt == T_DOUBLE, "must be"); 54 switch (bt) { 63 assert(bt == T_LONG, "must be"); 66 assert(bt == T_FLOAT, "must be"); 69 assert(bt == T_DOUBLE, "must be"); 72 switch (bt) { 165 implemented(int opc, uint vlen, BasicType bt) argument 248 make(Compile* C, int opc, Node* n1, Node* n2, uint vlen, BasicType bt) argument 303 BasicType bt = opd_t->array_element_basic_type(); local 326 shift_count(Compile* C, Node* shift, Node* cnt, uint vlen, BasicType bt) argument 345 make(Compile* C, Node* s, uint vlen, BasicType bt) argument 381 BasicType bt = n1->vect_type()->element_basic_type(); local 405 make(Compile* C, int opc, Node* ctl, Node* mem, Node* adr, const TypePtr* atyp, uint vlen, BasicType bt) argument 419 make(Compile* C, Node* v, uint position, BasicType bt) argument [all...] |
H A D | matcher.hpp | 253 static const int vector_width_in_bytes(BasicType bt); 256 static const int max_vector_size(const BasicType bt); 257 static const int min_vector_size(const BasicType bt); 258 static const bool vector_size_supported(const BasicType bt, int size) { argument 259 return (Matcher::max_vector_size(bt) >= size && 260 Matcher::min_vector_size(bt) <= size);
|
H A D | parse3.cpp | 178 BasicType bt = field->layout_type(); local 185 if( bt == T_OBJECT ) { 200 type = Type::get_const_basic_type(bt); 203 Node* ld = make_load(NULL, adr, type, bt, adr_type, is_vol); 206 if (type2size[bt] == 1) 257 BasicType bt = field->layout_type(); local 259 Node* val = type2size[bt] == 1 ? pop() : pop_pair(); 261 if (bt == T_DOUBLE) val = dstore_rounding(val); 265 if (bt == T_OBJECT) { 272 store = store_oop_to_object( control(), obj, adr, adr_type, val, field_type, bt); [all...] |
H A D | idealKit.cpp | 279 const BasicType bt = n->bottom_type()->basic_type(); local 280 const Type* ct = Type::get_const_basic_type(bt); 352 BasicType bt, 361 if (require_atomic_access && bt == T_LONG) { 364 ld = LoadNode::make(_gvn, ctl, mem, adr, adr_type, t, bt); 369 Node* IdealKit::store(Node* ctl, Node* adr, Node *val, BasicType bt, argument 377 if (require_atomic_access && bt == T_LONG) { 380 st = StoreNode::make(_gvn, ctl, mem, adr, adr_type, val, bt); 391 BasicType bt, 349 load(Node* ctl, Node* adr, const Type* t, BasicType bt, int adr_idx, bool require_atomic_access) argument 390 storeCM(Node* ctl, Node* adr, Node *val, Node* oop_store, int oop_adr_idx, BasicType bt, int adr_idx) argument
|
H A D | ifnode.cpp | 1094 BoolTest bt = b->_test; local 1096 if( bt.is_canonical() ) 1101 Node* new_b = phase->transform( new (phase->C) BoolNode(b->in(1), bt.negate()) );
|
H A D | phaseX.cpp | 651 // Fast zero or null constant. Same as "transform(ConNode::make(Type::get_zero_type(bt)))" 652 ConNode* PhaseTransform::zerocon(BasicType bt) { argument 653 assert((uint)bt <= _zcon_max, "domain check"); 654 ConNode* zcon = _zcons[bt]; 657 zcon = (ConNode*) uncached_makecon(Type::get_zero_type(bt)); 658 _zcons[bt] = zcon;
|
H A D | superword.hpp | 268 BasicType bt = velt_basic_type(n); local 269 return MIN2(ABS(iv_stride()), Matcher::max_vector_size(bt)); 272 BasicType bt = velt_basic_type(n); local 273 return vector_width(n)*type2aelembytes(bt);
|
H A D | cfgnode.cpp | 1428 BasicType bt = phi->type()->basic_type(); local 1429 if( bt == T_ILLEGAL || type2size[bt] <= 0 )
|
H A D | escape.cpp | 1894 BasicType bt = T_INT; local 1902 bt = T_OBJECT; 1909 bt = field->layout_type(); 1916 bt = T_OBJECT; 1929 bt = elemtype->array_element_basic_type(); 1937 bt = T_OBJECT; 1943 return (bt == T_OBJECT || bt == T_NARROWOOP || bt == T_ARRAY);
|
H A D | graphKit.hpp | 103 Node* zerocon(BasicType bt) const { return _gvn.zerocon(bt); } 488 Node* make_load(Node* ctl, Node* adr, const Type* t, BasicType bt, argument 491 return make_load(ctl, adr, t, bt, adr->bottom_type()->is_ptr(), 494 Node* make_load(Node* ctl, Node* adr, const Type* t, BasicType bt, const TypePtr* adr_type, bool require_atomic_access = false) { argument 497 return make_load(ctl, adr, t, bt, C->get_alias_index(adr_type), 501 Node* make_load(Node* ctl, Node* adr, const Type* t, BasicType bt, int adr_idx, bool require_atomic_access = false); 505 Node* store_to_memory(Node* ctl, Node* adr, Node* val, BasicType bt, argument 510 return store_to_memory(ctl, adr, val, bt, 516 Node* store_to_memory(Node* ctl, Node* adr, Node* val, BasicType bt, 542 store_oop_to_object(Node* ctl, Node* obj, Node* adr, const TypePtr* adr_type, Node* val, const TypeOopPtr* val_type, BasicType bt) argument 552 store_oop_to_array(Node* ctl, Node* obj, Node* adr, const TypePtr* adr_type, Node* val, const TypeOopPtr* val_type, BasicType bt) argument [all...] |
H A D | loopopts.cpp | 501 BasicType bt = phi->type()->basic_type(); local 502 switch (bt) { 557 if (!used_inside_loop && is_java_primitive(bt)) {
|
H A D | parse1.cpp | 99 BasicType bt, 109 switch( bt ) { // Signature is flattened 120 l = (bt == T_DOUBLE) 124 l = (bt == T_DOUBLE) 297 BasicType bt = type->basic_type(); local 301 bt = T_OBJECT; 303 Node *value = fetch_interpreter_state(index, bt, locals_addr, osr_buf); 98 fetch_interpreter_state(int index, BasicType bt, Node *local_addrs, Node *local_addrs_base) argument
|
H A D | stringopts.cpp | 955 BasicType bt = field->layout_type(); local 959 if( bt == T_OBJECT ) { 974 type = Type::get_const_basic_type(bt);
|
/openjdk7/corba/src/share/classes/com/sun/corba/se/impl/naming/pcosnaming/ |
H A D | NamingContextImpl.java | 521 * @param bt Type of binding (as object or as context). 543 org.omg.CosNaming.BindingType bt) 573 if ( bt.value() == BindingType.ncontext.value() ) { 579 if ( bt.value() == BindingType.nobject.value() ) { 591 impl.Bind(n[0],obj,bt); 602 switch (bt.value()) { 843 * @param bt Type of binding (as object or as context). 855 public void Bind(NameComponent n, org.omg.CORBA.Object obj, BindingType bt) argument 866 if( bt.value() == BindingType._nobject ) { 870 value = new InternalBindingValue(bt, or 539 doBind(NamingContextDataStore impl, NameComponent[] n, org.omg.CORBA.Object obj, boolean rebind, org.omg.CosNaming.BindingType bt) argument [all...] |
/openjdk7/hotspot/src/os/solaris/vm/ |
H A D | dtraceJSDT_solaris.cpp | 184 BasicType bt = ss.type(); local 186 if (bt == T_OBJECT && 189 } else if (bt == T_LONG) { 304 BasicType bt = ss.type(); local 306 if (bt == T_OBJECT && 309 } else if (bt == T_LONG) {
|
/openjdk7/hotspot/src/share/vm/classfile/ |
H A D | verifier.hpp | 405 BasicType bt = sig_type->type(); local 406 switch (bt) {
|
/openjdk7/hotspot/src/share/vm/c1/ |
H A D | c1_Instruction.cpp | 375 BasicType bt = as_BasicType(t); local 376 _signature->append(bt);
|
/openjdk7/hotspot/src/share/vm/oops/ |
H A D | generateOopMap.cpp | 1859 BasicType bt = ldc.result_type(); local 1860 CellTypeState cts = (bt == T_OBJECT) ? CellTypeState::make_line_ref(bci) : valCTS; 1861 // Make sure bt==T_OBJECT is the same as old code (is_pointer_entry). 1865 ? (bt == T_OBJECT) : true, "expected object type");
|