Searched defs:idx (Results 101 - 125 of 126) sorted by relevance

123456

/openjdk7/hotspot/src/share/vm/adlc/
H A Dformssel.hpp233 const char *opnd_ident(int idx); // Name of operand #idx.
275 uint unique_opnds_idx(int idx) { argument
276 if( _uniq_idx != NULL && idx > 0 ) {
277 assert(idx < _uniq_idx_length, "out of bounds");
278 return _uniq_idx[idx];
280 return idx;
283 const char *unique_opnd_ident(int idx); // Name of operand at unique idx.
288 bool is_noninput_operand(uint idx) {
[all...]
H A Dformssel.cpp398 int idx = 0; local
399 if(_matrule->find_type("CallStaticJava",idx)) return Form::JAVA_STATIC;
400 idx = 0;
401 if(_matrule->find_type("Lock",idx)) return Form::JAVA_STATIC;
402 idx = 0;
403 if(_matrule->find_type("Unlock",idx)) return Form::JAVA_STATIC;
404 idx = 0;
405 if(_matrule->find_type("CallDynamicJava",idx)) return Form::JAVA_DYNAMIC;
406 idx = 0;
407 if(_matrule->find_type("CallRuntime",idx)) retur
806 opnd_ident(int idx) argument
810 unique_opnd_ident(int idx) argument
1292 int idx = operand_position_format(rep_var); local
1397 uint idx = 0; // position of operand in match rule local
2360 int idx = constant_position( globals, comp ); local
2434 uint idx = op->constant_position( globals, rep_var); local
[all...]
H A Doutput_c.cpp1553 fprintf(fp," unsigned idx%d = idx%d + num%d;\n",
1667 fprintf(fp," n%d->add_req(_in[i + idx%d]);\n", cnt, exp_pos);
1734 // int idx = node->operand_position_format(comp->_name);
1736 // idx, machOperEnum(op->_ident));
1781 fprintf(fp," unsigned idx%d = idx%d + num%d;\n",
1805 fprintf(fp," set_req(i + idx%d, _in[i + idx%d]);\n", new_num_opnds, i);
1808 fprintf(fp," idx
1968 int idx = (opc != NULL) ? _inst.operand_position_format(inst_rep_var) : -1; local
2430 int idx = (opc != NULL) ? _inst.operand_position_format(inst_rep_var) : -1; local
2778 int idx = -1; local
2884 const int idx = oper.constant_position(globals, comp); local
2918 int idx = rep_var_to_constant_index(disp, oper, globals); local
3394 int idx = 0; local
3621 path_to_constant(FILE *fp, FormDict &globals, MatchNode *mnode, uint idx) argument
3703 int idx = 0; local
[all...]
/openjdk7/jdk/src/solaris/native/sun/awt/
H A Dawt_GraphicsEnv.c678 int32_t idx; local
686 for (idx = 0; idx < awt_numScreens; idx++) {
687 DASSERT(xinInfo[idx].screen_number == idx);
689 fbrects[idx].width = xinInfo[idx].width;
690 fbrects[idx].height = xinInfo[idx]
[all...]
/openjdk7/jdk/src/windows/bin/
H A Djava_md.c1402 int i, j, idx, tlen; local
1427 idx = stdargc - argc;
1428 ostart = stdargs[idx].arg;
1440 for (i = 0, j = idx; i < argc; i++, j++) {
/openjdk7/jdk/src/windows/native/sun/windows/
H A Dawt_DnDDS.cpp383 unsigned int idx = 0; local
428 for (i = 0, idx = 0; i < items; i++, lFormats++) {
433 m_types[idx].cfFormat = fmt;
434 m_types[idx].dwAspect = DVASPECT_CONTENT;
435 m_types[idx].lindex = -1;
439 m_types[idx].tymed = TYMED_ISTREAM;
440 idx++;
443 m_types[idx] = m_types[idx-1];
444 m_types[idx]
[all...]
/openjdk7/jdk/src/share/native/com/sun/java/util/jar/pack/
H A Dunpack.h84 ptrlist outputEntries; // list of entry* needing output idx assigned
260 uint idx; // index (0..31...) which identifies this layout member in struct:unpacker::layout_definition
301 layout_definition* defineLayout(int idx, const char* name, const char* layout);
302 layout_definition* defineLayout(int idx, entry* nameEntry, const char* layout);
312 // Read data into the bands of the idx-th layout.
313 void readBandData(int idx); // parse layout, make bands, read data
316 layout_definition* getLayout(uint idx) { argument
317 if (idx >= (uint)layouts.length()) return null;
318 return (layout_definition*) layouts.get(idx);
331 // Return flag_count if idx i
334 isRedefined(uint idx) argument
338 isPredefined(uint idx) argument
345 isIndex(uint idx) argument
352 getCount(uint idx) argument
[all...]
H A Dunpack.cpp1413 unpacker::attr_definitions::defineLayout(int idx, argument
1417 layout_definition* lo = defineLayout(idx, name, layout);
1424 unpacker::attr_definitions::defineLayout(int idx, argument
1428 if (idx >= 0) {
1430 if (idx >= (int)flag_limit)
1432 if (isRedefined(idx))
1434 redef |= ((julong)1<<idx);
1436 idx = flag_limit + overflow_count.length();
1441 lo->idx = idx;
1967 int idx = ADH_BYTE_INDEX(header); local
2055 assert(inord < (uint)cp.tag_count[CONSTANT_Class]); if (ic_index[inord] != null) { abort(�); break; } ic_index[inord] = &ics[i]; ics[i].inner = inner; ics[i].flags = flags; assert(cp.getIC(inner) == &ics[i]); } CHECK; ic_outer_class.readData(long_forms); ic_name.readData(long_forms); for (i = 0; i < ic_count; i++) { if (ics[i].name == NO_ENTRY_YET) { ics[i].outer = ic_outer_class.getRefN(); CHECK; ics[i].name = ic_name.getRefN(); CHECK; } else { bytes& n = ics[i].inner->value.b; bytes pkgOuter; bytes number; bytes name; PRINTCR((5, �, n.ptr)); int dollar1, dollar2; int nlen = (int)n.len; int pkglen = lastIndexOf(SLASH_MIN, SLASH_MAX, n, nlen) + 1; dollar2 = lastIndexOf(DOLLAR_MIN, DOLLAR_MAX, n, nlen); if (dollar2 < 0) { abort(); return; } assert(dollar2 >= pkglen); if (isDigitString(n, dollar2+1, nlen)) { number = n.slice(dollar2+1, nlen); name.set(null,0); dollar1 = dollar2; } else if (pkglen < (dollar1 = lastIndexOf(DOLLAR_MIN, DOLLAR_MAX, n, dollar2-1)) && isDigitString(n, dollar1+1, dollar2)) { number = n.slice(dollar1+1, dollar2); name = n.slice(dollar2+1, nlen); } else { dollar1 = dollar2; number.set(null,0); name = n.slice(dollar2+1, nlen); } if (number.ptr == null) pkgOuter = n.slice(0, dollar1); else pkgOuter.set(null,0); PRINTCR((5,�, pkgOuter.string(), number.string(), name.string())); if (pkgOuter.ptr != null) ics[i].outer = cp.ensureClass(pkgOuter); if (name.ptr != null) ics[i].name = cp.ensureUtf8(name); } if (ics[i].outer != null) { uint outord = ics[i].outer->inord; if (outord != NO_INORD) { assert(outord < (uint)cp.tag_count[CONSTANT_Class]); ics[i].next_sibling = ic_child_index[outord]; ic_child_index[outord] = &ics[i]; } } } } void unpacker::read_classes() { PRINTCR((1,�, class_count)); class_this.readData(class_count); class_super.readData(class_count); class_interface_count.readData(class_count); class_interface.readData(class_interface_count.getIntTotal()); CHECK; class_field_count.readData(class_count); class_method_count.readData(class_count); CHECK; int field_count = class_field_count.getIntTotal(); int method_count = class_method_count.getIntTotal(); field_descr.readData(field_count); read_attrs(ATTR_CONTEXT_FIELD, field_count); CHECK; method_descr.readData(method_count); read_attrs(ATTR_CONTEXT_METHOD, method_count); CHECK; read_attrs(ATTR_CONTEXT_CLASS, class_count); CHECK; read_code_headers(); PRINTCR((1,�, class_count, field_count, method_count, code_count)); } maybe_inline int unpacker::attr_definitions::predefCount(uint idx) { return isPredefined(idx) ? flag_count[idx] : 0; } void unpacker::read_attrs(int attrc, int obj_count) { attr_definitions& ad = attr_defs[attrc]; assert(ad.attrc == attrc); int i, idx, count; CHECK; bool haveLongFlags = ad.haveLongFlags(); band& xxx_flags_hi = ad.xxx_flags_hi(); assert(endsWith(xxx_flags_hi.name, �)); if (haveLongFlags) xxx_flags_hi.readData(obj_count); CHECK; band& xxx_flags_lo = ad.xxx_flags_lo(); assert(endsWith(xxx_flags_lo.name, �)); xxx_flags_lo.readData(obj_count); CHECK; julong indexMask = ad.flagIndexMask(); for (i = 0; i < obj_count; i++) { julong indexBits = xxx_flags_hi.getLong(xxx_flags_lo, haveLongFlags); if ((indexBits & ~indexMask) > (ushort)-1) { abort(�); return; } indexBits &= indexMask; for (idx = 0; indexBits != 0; idx++, indexBits >>= 1) argument
2454 readBandData(int idx) argument
[all...]
/openjdk7/jdk/src/share/native/sun/awt/medialib/
H A Dawt_ImagingLib.c1323 int idx = srcImageP->hints.colorOrder[i]; local
1325 if (idx < 0 || idx >= ncomponents) {
/openjdk7/jdk/src/solaris/classes/sun/awt/X11/
H A DXListPeer.java1390 boolean isIndexDisplayed(int idx) { argument
1393 return idx <= lastDisplayed &&
1394 idx >= Math.max(0, lastDisplayed - itemsInWindow() + 1);
/openjdk7/hotspot/src/share/vm/oops/
H A DmethodOop.hpp184 Symbol* generic_signature() const { int idx = generic_signature_index(); return ((idx != 0) ? constants()->symbol_at(idx) : (Symbol*)NULL); } local
873 u2 start_pc(int idx) const {
874 assert(idx < _length, "out of bounds");
875 return _table[idx].start_pc;
878 void set_start_pc(int idx, u2 value) {
879 assert(idx < _length, "out of bounds");
880 _table[idx].start_pc = value;
883 u2 end_pc(int idx) cons
[all...]
H A DinstanceKlass.cpp1541 int idx = 0; local
1544 tty->print("[%d] count=%d { ", idx++, b->count());
/openjdk7/hotspot/src/share/vm/opto/
H A Dloopnode.cpp1921 log->print(" idx='%d' ", head->_idx);
2645 uint idx = d->_idx; local
2646 if (idx >= _idom_size) {
2648 while( idx >= newsize ) {
2656 _idom[idx] = n;
2657 _dom_depth[idx] = dom_depth;
3658 void PhaseIdealLoop::dump( IdealLoopTree *loop, uint idx, Node_List &rpo_list ) const { argument
3662 for( uint j=idx; j > 0; j-- ) {
3724 uint idx = stk.index(); local
3725 if (idx <
[all...]
H A Doutput.cpp480 int idx = jmp_nidx[i]; local
481 MachNode* mach = (idx == -1) ? NULL: b->_nodes[idx]->as_Mach();
492 assert(j >= 0 && j == idx && b->_nodes[j] == (Node*)mach, "sanity");
526 b->_nodes.map(idx, replacement);
611 void Compile::FillLocArray( int idx, MachSafePointNode* sfpt, Node *local, argument
615 if (array->length() != idx) {
616 assert(array->length() == idx + 1, "Unexpected array count");
863 int idx; local
877 for( idx
[all...]
H A Dsuperword.cpp48 _bb_idx(arena(), (int)(1.10 * phase->C->unique()), 0, 0), // node idx to index in bb
1071 // For pack p, are all idx operands the same?
1072 static bool same_inputs(Node_List* p, int idx) { argument
1075 Node* p0_def = p0->in(idx);
1078 Node* pi_def = pi->in(idx);
1536 int idx = _n_idx_list.index(); local
1538 Node* def = use->in(idx);
1547 _igvn.replace_input_of(use, idx, ex);
H A Dcompile.cpp1179 tty->print_cr("mismatched_node idx='%d' both live and dead'", i);
1190 tty->print_cr("mismatched_node idx='%d' type='neither live nor dead'", i);
1534 for (int idx = Compile::AliasIdxBot; idx < C->num_alias_types(); idx++) {
1535 C->alias_type(idx)->print_on(tty);
1593 int idx = AliasIdxTop; local
1596 idx = i;
1601 if (idx == AliasIdxTop) {
1606 idx
3438 int idx = _constants.find(con); local
3447 int idx = _constants.find(con); local
[all...]
H A Dcompile.hpp315 debug_only(static int _debug_idx;) // Monotonic counter (not reset), use -XX:BreakAtNode=<idx>
598 Node* macro_node(int idx) { return _macro_nodes->at(idx); } argument
599 Node* predicate_opaque1_node(int idx) { return _predicate_opaqs->at(idx);} argument
600 Node* expensive_node(int idx) { return _expensive_nodes->at(idx); } argument
691 void record_dead_node(uint idx) { if (_dead_node_list.test_set(idx)) return; argument
694 bool is_dead_node(uint idx) { retur argument
727 node_notes_at(int idx) argument
765 alias_type(int idx) argument
[all...]
H A DgraphKit.cpp1591 Node* GraphKit::array_element_address(Node* ary, Node* idx, BasicType elembt, argument
1597 jint idx_con = find_int_con(idx, -1);
1619 idx = _gvn.transform( new (C) ConvI2LNode(idx, lidxtype) );
1621 Node* scale = _gvn.transform( new (C) LShiftXNode(idx, intcon(shift)) );
1626 Node* GraphKit::load_array_element(Node* ctl, Node* ary, Node* idx, const TypeAryPtr* arytype) { argument
1629 Node* adr = array_element_address(ary, idx, elembt, arytype->size());
/openjdk7/jdk/src/share/classes/com/sun/rowset/
H A DCachedRowSetImpl.java1587 * @param idx the number of a column in this <code>CachedRowSetImpl</code>
1592 private void checkIndex(int idx) throws SQLException { argument
1593 if (idx < 1 || idx > RowSetMD.getColumnCount()) {
3781 * @param idx the index identifier of the column that may be have been updated.
3789 public boolean columnUpdated(int idx) throws SQLException { argument
3795 return (((Row)getCurrentRow()).getColUpdated(idx - 1));
/openjdk7/hotspot/src/cpu/sparc/vm/
H A Dc1_LIRAssembler_sparc.cpp3172 Register idx = noreg; // contains either constant offset or index local
3177 idx = O7;
3178 __ set(disp, idx);
3182 idx = mem_addr->index()->as_register();
3197 if (idx == noreg) {
3200 __ stx(G4, base, idx);
3206 if (idx == noreg) {
3209 __ std(G4, base, idx);
3215 if (idx == noreg) {
3218 __ ldx(base, idx, G
[all...]
/openjdk7/hotspot/src/share/vm/c1/
H A Dc1_GraphBuilder.cpp2974 int idx = 0; local
2977 state->store_local(idx, new Local(method()->holder(), objectType, idx));
2978 idx = 1;
2989 state->store_local(idx, new Local(type, vt, idx));
2990 idx += type->size();
H A Dc1_LinearScan.hpp181 BlockBegin* block_at(int idx) const { assert(_cached_blocks.at(idx) == ir()->linear_scan_order()->at(idx), "invalid cached block list"); return _cached_blocks.at(idx); }
731 BlockBegin* block_at(int idx) const { return allocator()->block_at(idx); }
921 void inc_counter(Counter idx, int value = 1) { _counters_sum[idx] += value; } argument
959 const char* timer_name(int idx);
968 elapsedTimer* timer(int idx) { retur argument
[all...]
H A Dc1_LinearScan.cpp517 int idx = 0; local
529 _lir_ops.at_put(idx, op);
530 _block_of_op.at_put(idx, block);
533 idx++;
538 assert(idx == num_instructions, "must match");
539 assert(idx * 2 == op_id, "must match");
5832 int idx = _edge_instructions_idx.at(edge);
5834 if (idx < instructions->length()) {
5835 return instructions->at(idx);
5844 int idx
[all...]
/openjdk7/hotspot/src/share/vm/classfile/
H A DclassFileParser.cpp2259 int tbl_no, idx; local
2272 for (idx = 0; idx < localvariable_table_length[tbl_no]; idx++, lvt++) {
2273 copy_lvt_element(&cf_lvt[idx], lvt);
2293 for (idx = 0; idx < localvariable_type_table_length[tbl_no]; idx++) {
2294 copy_lvt_element(&cf_lvtt[idx], &lvtt_elem);
H A DjavaClasses.cpp2601 oop java_lang_invoke_MethodType::ptype(oop mt, int idx) { argument
2602 return ptypes(mt)->obj_at(idx);

Completed in 235 milliseconds

123456