Searched refs:cindex (Results 1 - 9 of 9) sorted by relevance

/openjdk7/hotspot/src/share/vm/code/
H A DoopRecorder.cpp131 int cindex = _indexes->cache_location_index(cloc); local
132 if (cindex == 0) {
135 if (cindex >= first_index && _handles->at(cindex - first_index) == h) {
137 return cindex;
/openjdk7/hotspot/src/share/vm/classfile/
H A DloaderConstraints.cpp437 for (int cindex = 0; cindex < _loader_constraint_size; cindex++) {
438 for (LoaderConstraintEntry* probe = bucket(cindex);
482 for (int cindex = 0; cindex < _loader_constraint_size; cindex++) {
483 for (LoaderConstraintEntry* probe = bucket(cindex);
486 tty->print("%4d: ", cindex);
/openjdk7/jdk/src/share/native/sun/awt/image/jpeg/
H A Djdphuff.c140 int cindex = cinfo->cur_comp_info[ci]->component_index; local
141 coef_bit_ptr = & cinfo->coef_bits[cindex][0];
143 WARNMS2(cinfo, JWRN_BOGUS_PROGRESSION, cindex, 0);
147 WARNMS2(cinfo, JWRN_BOGUS_PROGRESSION, cindex, coefi);
/openjdk7/jdk/src/share/demo/jvmti/hprof/
H A Dhprof_check.c698 TableIndex cindex; local
702 cindex = table_find_entry(ctab, &id2, sizeof(id2));
703 HPROF_ASSERT(cindex!=0);
704 map = (CmapInfo*)table_get_info(ctab, cindex);
731 cindex = 0;
733 cindex = table_find_entry(ctab, &id2, sizeof(id2));
734 HPROF_ASSERT(cindex!=0);
735 map = (CmapInfo*)table_get_info(ctab, cindex);
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/dom/
H A DDeferredDocumentImpl.java617 int cindex = cloneIndex & CHUNK_MASK;
618 setChunkValue(fNodeName, fNodeName[nchunk][nindex], cchunk, cindex);
619 setChunkValue(fNodeValue, fNodeValue[nchunk][nindex], cchunk, cindex);
620 setChunkValue(fNodeURI, fNodeURI[nchunk][nindex], cchunk, cindex);
626 setChunkIndex(fNodeExtra, extraIndex, cchunk, cindex);
655 int cindex = childIndex & CHUNK_MASK;
656 setChunkIndex(fNodeParent, parentIndex, cchunk, cindex);
660 setChunkIndex(fNodePrevSib, olast, cchunk, cindex);
/openjdk7/jdk/src/share/classes/java/awt/geom/
H A DPath2D.java2410 int cindex = 0;
2451 s.writeDouble(dCoords[cindex++]);
2452 s.writeDouble(dCoords[cindex++]);
2454 s.writeFloat(fCoords[cindex++]);
2455 s.writeFloat(fCoords[cindex++]);
/openjdk7/hotspot/src/share/vm/c1/
H A Dc1_Instruction.cpp126 Constant* cindex = index()->as_Constant(); local
127 if (clength && cindex) {
129 IntConstant* i = cindex->type()->as_IntConstant();
/openjdk7/hotspot/src/share/vm/opto/
H A Dcoalesce.cpp140 uint cindex = bcon->find_node(con);
141 Node *con_next = bcon->_nodes[cindex+1];
/openjdk7/jdk/test/java/lang/invoke/indify/
H A DIndify.java994 short refindex, cindex, ntindex, nindex, tindex;
997 cindex = (short)((Constant)con).index;
1011 Constant ref = cf.pool.addConstant(reftag, new Short[]{ cindex, ntindex });

Completed in 185 milliseconds